summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman2009-11-051-0/+4
* sysfs: Allow sysfs_notify_dirent to be called from interrupt context.Neil Brown2009-10-141-6/+8
* sysfs: Allow sysfs_move_dir(..., NULL) again.Cornelia Huck2009-10-141-1/+2
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-2/+2
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-111-0/+1
|\
| * writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* | sysfs: Add labeling support for sysfsDavid P. Quigley2009-09-104-37/+112
|/
* sysfs: fix hardlink count on device_movePeter Oberparleiter2009-07-281-0/+2
* Free the memory allocated by memdup_user() in fs/sysfs/bin.cCatalin Marinas2009-07-081-0/+1
* Sysfs: fix possible memleak in sysfs_follow_linkArmin Kuster2009-06-151-1/+4
* sysfs: file.c: use create_singlethread_workqueue()Andrew Morton2009-05-281-1/+1
* sysfs: use memdup_user()Li Zefan2009-04-201-10/+3
* sysfs: sysfs poll keep the poll rule of regular file.KOSAKI Motohiro2009-04-161-2/+2
* sysfs: don't use global workqueue in sysfs_schedule_callback()Alex Chiang2009-04-161-1/+11
* mm: page_mkwrite change prototype to match fault: fix sysfsHugh Dickins2009-04-011-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-271-1/+1
|\
| * constify dentry_operations: sysfsAl Viro2009-03-271-1/+1
* | sysfs: fix some bin_vm_ops errorsHugh Dickins2009-03-241-10/+79
* | sysfs: only allow one scheduled removal callback per kobjAlex Chiang2009-03-241-3/+23
* | sysfs: don't block indefinitely for unmapped files.Eric W. Biederman2009-03-243-13/+174
* | sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman2009-03-243-0/+19
* | sysfs: sysfs_add_one WARNs with full path to duplicate filenameAlex Chiang2009-03-241-2/+30
* | sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman2009-03-241-0/+2
* | SYSFS: use standard magic.h for sysfsQinghuang Feng2009-03-241-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-261-0/+6
|\
| * sysfs: fix problems with binary filesGreg Kroah-Hartman2009-01-201-0/+6
* | fs/Kconfig: move sysfs outAlexey Dobriyan2009-01-221-0/+23
|/
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-5/+1
* sysfs: Make dir and name args to sysfs_notify() constTrent Piepho2008-10-161-1/+1
* sysfs: use ilookup5() instead of ilookup5_nowait()Tejun Heo2008-10-161-9/+8
* sysfs: fix deadlockNick Piggin2008-10-161-11/+31
* sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown2008-10-164-15/+38
* sysfs: crash debuggingAndrew Morton2008-10-161-0/+13
* Use WARN() in fs/sysfsArjan van de Ven2008-07-263-8/+3
* driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-213-10/+69
* sysfs: don't call notify_changeMiklos Szeredi2008-07-211-1/+4
* sysfs: remove error messages for -EEXIST caseStephen Hemminger2008-05-141-5/+1
* sysfs: Disallow truncation of files in sysfsBen Hutchings2008-04-301-0/+2
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-2/+2
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* [SCSI] sysfs: make group is_valid return a mode_tJames Bottomley2008-04-223-17/+82
* sysfs: refill attribute buffer when reading from offset 0Dan Williams2008-04-191-3/+2
* SYSFS: Explicitly include required header file slab.h.Robert P. J. Day2008-04-192-0/+2
* sysfs: Allow removal of symlinks in the sysfs rootMark Fasheh2008-04-181-1/+8
* driver core: debug for bad dev_attr_show() return value.Andrew Morton2008-03-241-1/+7
* sysfs: remove BUG_ON() from sysfs_remove_group()Greg Kroah-Hartman2008-02-071-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-252-12/+25
|\
| * [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-231-10/+16