aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-05sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman1-0/+4
2009-10-14sysfs: Allow sysfs_notify_dirent to be called from interrupt context.Neil Brown1-6/+8
2009-10-14sysfs: Allow sysfs_move_dir(..., NULL) again.Cornelia Huck1-1/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley4-37/+112
2009-07-28sysfs: fix hardlink count on device_movePeter Oberparleiter1-0/+2
2009-07-08Free the memory allocated by memdup_user() in fs/sysfs/bin.cCatalin Marinas1-0/+1
2009-06-15Sysfs: fix possible memleak in sysfs_follow_linkArmin Kuster1-1/+4
2009-05-28sysfs: file.c: use create_singlethread_workqueue()Andrew Morton1-1/+1
2009-04-20sysfs: use memdup_user()Li Zefan1-10/+3
2009-04-16sysfs: sysfs poll keep the poll rule of regular file.KOSAKI Motohiro1-2/+2
2009-04-16sysfs: don't use global workqueue in sysfs_schedule_callback()Alex Chiang1-1/+11
2009-04-01mm: page_mkwrite change prototype to match fault: fix sysfsHugh Dickins1-4/+4
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-03-27constify dentry_operations: sysfsAl Viro1-1/+1
2009-03-24sysfs: fix some bin_vm_ops errorsHugh Dickins1-10/+79
2009-03-24sysfs: only allow one scheduled removal callback per kobjAlex Chiang1-3/+23
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman3-13/+174
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman3-0/+19
2009-03-24sysfs: sysfs_add_one WARNs with full path to duplicate filenameAlex Chiang1-2/+30
2009-03-24sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman1-0/+2
2009-03-24SYSFS: use standard magic.h for sysfsQinghuang Feng1-2/+1
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+6
2009-01-22fs/Kconfig: move sysfs outAlexey Dobriyan1-0/+23
2009-01-20sysfs: fix problems with binary filesGreg Kroah-Hartman1-0/+6
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-3/+0
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman1-5/+1
2008-10-16sysfs: Make dir and name args to sysfs_notify() constTrent Piepho1-1/+1
2008-10-16sysfs: use ilookup5() instead of ilookup5_nowait()Tejun Heo1-9/+8
2008-10-16sysfs: fix deadlockNick Piggin1-11/+31
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown4-15/+38
2008-10-16sysfs: crash debuggingAndrew Morton1-0/+13
2008-07-26Use WARN() in fs/sysfsArjan van de Ven3-8/+3
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck3-10/+69
2008-07-21sysfs: don't call notify_changeMiklos Szeredi1-1/+4
2008-05-14sysfs: remove error messages for -EEXIST caseStephen Hemminger1-5/+1
2008-04-30sysfs: Disallow truncation of files in sysfsBen Hutchings1-0/+2
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-2/+2
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi1-1/+1
2008-04-22[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley3-17/+82
2008-04-19sysfs: refill attribute buffer when reading from offset 0Dan Williams1-3/+2
2008-04-19SYSFS: Explicitly include required header file slab.h.Robert P. J. Day2-0/+2
2008-04-18sysfs: Allow removal of symlinks in the sysfs rootMark Fasheh1-1/+8
2008-03-24driver core: debug for bad dev_attr_show() return value.Andrew Morton1-1/+7
2008-02-07sysfs: remove BUG_ON() from sysfs_remove_group()Greg Kroah-Hartman1-1/+6
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-12/+25
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers1-53/+10