summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
AgeCommit message (Expand)AuthorLines
2005-03-30[PATCH] BDI: Provide backing device capability information [try #3]David Howells-1/+1
2005-03-13[PATCH] sysfs: mount error path cleanupPrasanna Meda-0/+2
2005-03-07[PATCH] d_drop should use per dentry lockJan Blunck-1/+5
2005-03-01[PATCH] sysfs: fix signedness problemGreg Kroah-Hartman-6/+7
2005-01-06mergeGreg Kroah-Hartman-6/+43
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen-0/+1
2004-12-20[PATCH] sysfs: add mmap support to struct bin_attribute filesJesse Barnes-2/+25
2004-12-16[PATCH] sysfs: Allocate sysfs_dirent structures from their own slab.Chris Wright-4/+18
2004-12-02[PATCH] sysfs: fix sysfs_dir_close memory leakGreg Kroah-Hartman-0/+2
2004-11-18[PATCH] fix oops in sysfs_remove_dir()Maneesh Soni-1/+2
2004-11-11sysfs: fix odd patch errorGreg Kroah-Hartman-1/+1
2004-11-11[PATCH] sysfs: fix duplicate driver registration errorManeesh Soni-1/+1
2004-11-11[PATCH] fix sysfs backing store error path confusionMilton D. Miller II-2/+2
2004-11-03[PATCH] fix kernel BUG at fs/sysfs/dir.c:20!Maneesh Soni-1/+1
2004-11-03[PATCH] driver-model: sysfs_release() dangling pointer reference fixTejun Heo-1/+3
2004-11-02[PATCH] small sysfs cleanupsAdrian Bunk-17/+11
2004-11-02[PATCH] sysfs: fix sysfs backing store error path confusionManeesh Soni-1/+1
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-76/+115
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in dir file operationsAndrew Morton-2/+143
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in file removalAndrew Morton-63/+95
2004-10-31[PATCH] sysfs backing store - add sysfs_direct structureAndrew Morton-38/+185
2004-10-31[PATCH] fix oops with firmware loadingAndrew Morton-2/+2
2004-10-31[PATCH] sysfs backing store - prepare sysfs_file_operations helpersAndrew Morton-20/+36
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger-1/+1
2004-09-23[sysfs] Change symbol exports to GPL only in symlink.c.Patrick Mochel-2/+2
2004-09-23[sysfs] Change symbol exports to GPL only in group.c.Patrick Mochel-2/+2
2004-09-23[sysfs] Change symbol exports to GPL only in file.c.Patrick Mochel-3/+3
2004-09-23[sysfs] Change symbol exports to GPL only in dir.cPatrick Mochel-3/+3
2004-09-23[sysfs] Change symbol exports to GPL only in bin.cPatrick Mochel-2/+2
2004-08-31[PATCH] sysfs ->follow_link() switched to new schemeAlexander Viro-29/+14
2004-06-26[PATCH] sysfs: fill_read_buffer() fixAndrew Morton-1/+1
2004-06-11[PATCH] sysfs: fs/sysfs/inode.c: modify parents ctime and mtime on creationSebastian Henschel-1/+6
2004-06-04[PATCH] fix sysfs node cpumap for large NR_CPUSRusty Russell-0/+1
2004-05-16[PATCH] fix-sysfs-symlinks.patchManeesh Soni-45/+116
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni-5/+14
2004-05-11[PATCH] kobject/sysfs race fixManeesh Soni-2/+15
2004-04-22[PATCH] symlink doesn't support kobj name > 20 charaters (KOBJ_NAME_LEN)Linda Xie-3/+3
2004-04-21[PATCH] sysfs module unload race fix for bin_attributesMichael E. Brown-3/+13
2004-03-30[PATCH] back out sysfs reference count changeGreg Kroah-Hartman-14/+1
2004-03-18[PATCH] sysfs: pin kobjects to fix use-after-free crashesAndrew Morton-1/+14
2004-03-18[PATCH] Fix dentry refcounting in sysfs_remove_group()Andrew Morton-3/+4
2004-03-18[PATCH] sysfs_remove_dir-vs-dcache_readdir race fixAndrew Morton-5/+6
2004-01-06[PATCH] fix sysfs oopsAndrew Morton-1/+2
2003-09-26[PATCH] sysfs dput crash fixPatrick Mochel-25/+23
2003-09-05Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virginPatrick Mochel-1/+0
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro-1/+0
2003-08-29[sysfs] Use kobject_name() when creating directories for kobjects.Patrick Mochel-5/+3
2003-08-28[sysfs] Fix memory leak.Patrick Mochel-7/+9