summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
...
* sysfs: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman2009-12-111-23/+8Star
* sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman2009-12-114-17/+54
* sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman2009-12-111-4/+4
* sysfs: Update s_iattr on link and unlink.Eric W. Biederman2009-12-111-0/+18
* sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman2009-12-112-20/+32
* sysfs: Simplify iattr time assignmentsEric W. Biederman2009-12-111-6/+3Star
* sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman2009-12-111-9/+1Star
* sysfs: Use dentry_ops instead of directly playing with the dcacheEric W. Biederman2009-12-111-27/+46
* sysfs: Rename sysfs_d_iput to sysfs_dentry_iputEric W. Biederman2009-12-111-2/+2
* sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutexEric W. Biederman2009-12-111-12/+29
* sysfs: mark a locally-only used function staticStefan Richter2009-12-111-1/+2
* sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman2009-11-041-0/+4
* sysfs: Allow sysfs_notify_dirent to be called from interrupt context.Neil Brown2009-10-151-6/+8
* sysfs: Allow sysfs_move_dir(..., NULL) again.Cornelia Huck2009-10-151-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-161-1/+4
* sysfs: file.c: use create_singlethread_workqueue()Andrew Morton2009-05-281-1/+1
* sysfs: use memdup_user()Li Zefan2009-04-211-10/+3Star
* sysfs: sysfs poll keep the poll rule of regular file.KOSAKI Motohiro2009-04-171-2/+2
* sysfs: don't use global workqueue in sysfs_schedule_callback()Alex Chiang2009-04-171-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-281-1/+1
|\
| * constify dentry_operations: sysfsAl Viro2009-03-271-1/+1
* | sysfs: fix some bin_vm_ops errorsHugh Dickins2009-03-251-10/+79
* | sysfs: only allow one scheduled removal callback per kobjAlex Chiang2009-03-251-3/+23
* | sysfs: don't block indefinitely for unmapped files.Eric W. Biederman2009-03-253-13/+174
* | sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman2009-03-253-0/+19
* | sysfs: sysfs_add_one WARNs with full path to duplicate filenameAlex Chiang2009-03-251-2/+30
* | sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman2009-03-251-0/+2
* | SYSFS: use standard magic.h for sysfsQinghuang Feng2009-03-251-2/+1Star
|/
* 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-211-0/+6
* | fs/Kconfig: move sysfs outAlexey Dobriyan2009-01-221-0/+23
|/
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0Star
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-5/+1Star
* 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/+8Star
* 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/+3Star
* driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-223-10/+69
* sysfs: don't call notify_changeMiklos Szeredi2008-07-221-1/+4
* sysfs: remove error messages for -EEXIST caseStephen Hemminger2008-05-151-5/+1Star