aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-30[PATCH] BDI: Provide backing device capability information [try #3]David Howells1-1/+1
2005-03-13[PATCH] sysfs: mount error path cleanupPrasanna Meda1-0/+2
2005-03-07[PATCH] d_drop should use per dentry lockJan Blunck1-1/+5
2005-03-01[PATCH] sysfs: fix signedness problemGreg Kroah-Hartman1-6/+7
2005-01-06mergeGreg Kroah-Hartman4-6/+43
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-0/+1
2004-12-20[PATCH] sysfs: add mmap support to struct bin_attribute filesJesse Barnes1-2/+25
2004-12-16[PATCH] sysfs: Allocate sysfs_dirent structures from their own slab.Chris Wright3-4/+18
2004-12-02[PATCH] sysfs: fix sysfs_dir_close memory leakGreg Kroah-Hartman1-0/+2
2004-11-18[PATCH] fix oops in sysfs_remove_dir()Maneesh Soni1-1/+2
2004-11-11sysfs: fix odd patch errorGreg Kroah-Hartman1-1/+1
2004-11-11[PATCH] sysfs: fix duplicate driver registration errorManeesh Soni1-1/+1
2004-11-11[PATCH] fix sysfs backing store error path confusionMilton D. Miller II1-2/+2
2004-11-03[PATCH] fix kernel BUG at fs/sysfs/dir.c:20!Maneesh Soni1-1/+1
2004-11-03[PATCH] driver-model: sysfs_release() dangling pointer reference fixTejun Heo1-1/+3
2004-11-02[PATCH] small sysfs cleanupsAdrian Bunk5-17/+11
2004-11-02[PATCH] sysfs: fix sysfs backing store error path confusionManeesh Soni1-1/+1
2004-10-31[PATCH] Possible race in sysfs_read_file() and sysfs_write_file()Andrew Morton1-1/+5
2004-10-31[PATCH] Fix race in sysfs_read_file() and sysfs_write_file()Andrew Morton1-3/+15
2004-10-31[PATCH] sysfs backing store: stop pinning dentries/inodes for leaf entriesAndrew Morton6-76/+115
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in dir file operationsAndrew Morton3-2/+143
2004-10-31[PATCH] sysfs backing store: use sysfs_dirent based tree in file removalAndrew Morton3-63/+95
2004-10-31[PATCH] sysfs backing store - add sysfs_direct structureAndrew Morton8-38/+185
2004-10-31[PATCH] fix oops with firmware loadingAndrew Morton1-2/+2
2004-10-31[PATCH] sysfs backing store - prepare sysfs_file_operations helpersAndrew Morton3-20/+36
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger1-1/+1
2004-09-23[sysfs] Change symbol exports to GPL only in symlink.c.Patrick Mochel1-2/+2
2004-09-23[sysfs] Change symbol exports to GPL only in group.c.Patrick Mochel1-2/+2
2004-09-23[sysfs] Change symbol exports to GPL only in file.c.Patrick Mochel1-3/+3
2004-09-23[sysfs] Change symbol exports to GPL only in dir.cPatrick Mochel1-3/+3
2004-09-23[sysfs] Change symbol exports to GPL only in bin.cPatrick Mochel1-2/+2
2004-08-31[PATCH] sysfs ->follow_link() switched to new schemeAlexander Viro2-29/+14
2004-06-26[PATCH] sysfs: fill_read_buffer() fixAndrew Morton1-1/+1
2004-06-11[PATCH] sysfs: fs/sysfs/inode.c: modify parents ctime and mtime on creationSebastian Henschel1-1/+6
2004-06-04[PATCH] fix sysfs node cpumap for large NR_CPUSRusty Russell1-0/+1
2004-05-16[PATCH] fix-sysfs-symlinks.patchManeesh Soni4-45/+116
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni1-5/+14
2004-05-11[PATCH] kobject/sysfs race fixManeesh Soni3-2/+15
2004-04-22[PATCH] symlink doesn't support kobj name > 20 charaters (KOBJ_NAME_LEN)Linda Xie1-3/+3
2004-04-21[PATCH] sysfs module unload race fix for bin_attributesMichael E. Brown1-3/+13
2004-03-30[PATCH] back out sysfs reference count changeGreg Kroah-Hartman1-14/+1
2004-03-18[PATCH] sysfs: pin kobjects to fix use-after-free crashesAndrew Morton1-1/+14
2004-03-18[PATCH] Fix dentry refcounting in sysfs_remove_group()Andrew Morton1-3/+4
2004-03-18[PATCH] sysfs_remove_dir-vs-dcache_readdir race fixAndrew Morton1-5/+6
2004-01-06[PATCH] fix sysfs oopsAndrew Morton1-1/+2
2003-09-26[PATCH] sysfs dput crash fixPatrick Mochel4-25/+23
2003-09-05Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virginPatrick Mochel1-1/+0
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro1-1/+0
2003-08-29[sysfs] Use kobject_name() when creating directories for kobjects.Patrick Mochel1-5/+3
2003-08-28[sysfs] Fix memory leak.Patrick Mochel5-7/+9