summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
AgeCommit message (Expand)AuthorLines
2005-03-01[PATCH] sysfs: fix signedness problemGreg Kroah-Hartman-6/+7
2004-11-03[PATCH] driver-model: sysfs_release() dangling pointer reference fixTejun Heo-1/+3
2004-10-31[PATCH] Possible race in sysfs_read_file() and sysfs_write_file()Andrew Morton-1/+5
2004-10-31[PATCH] Fix race in sysfs_read_file() and sysfs_write_file()Andrew Morton-3/+15
2004-10-31[PATCH] sysfs backing store: stop pinning dentries/inodes for leaf entriesAndrew Morton-22/+3
2004-10-31[PATCH] sysfs backing store - add sysfs_direct structureAndrew Morton-10/+15
2004-10-31[PATCH] sysfs backing store - prepare sysfs_file_operations helpersAndrew Morton-12/+12
2004-09-23[sysfs] Change symbol exports to GPL only in file.c.Patrick Mochel-3/+3
2004-06-26[PATCH] sysfs: fill_read_buffer() fixAndrew Morton-1/+1
2004-06-04[PATCH] fix sysfs node cpumap for large NR_CPUSRusty Russell-0/+1
2004-05-11[PATCH] kobject/sysfs race fixManeesh Soni-1/+1
2003-09-26[PATCH] sysfs dput crash fixPatrick Mochel-3/+3
2003-08-28[sysfs] Fix memory leak.Patrick Mochel-3/+2
2003-08-13Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-corePatrick Mochel-4/+4
2003-08-13[sysfs] Don't add ->d_fsdata until dentrys are created. Patrick Mochel-1/+6
2003-08-11[sysfs] Mark some arguments const.Patrick Mochel-4/+4
2003-08-06[sysfs] Add attribute groupsPatrick Mochel-16/+19
2003-07-03[PATCH] SYSFS: add module referencing to sysfs attribute files.Greg Kroah-Hartman-0/+9
2003-06-11[sysfs] Add __user tag to appropriate parameters.Patrick Mochel-4/+4
2003-06-10[sysfs] Get zeroed page for file read/write buffers.Patrick Mochel-2/+2
2003-04-01Add missing <asm/uaccess.h> header includesLinus Torvalds-0/+1
2003-03-20[PATCH] Sysfs not handling show errorsDave Jones-1/+1
2003-01-30sysfs: further localize file creation.Patrick Mochel-7/+8
2003-01-30sysfs: split up inode.c into different files for different purposes.Patrick Mochel-0/+423