summaryrefslogtreecommitdiff
path: root/fs/sysfs
AgeCommit message (Expand)Author
2010-02-16sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody
2009-12-11sysfs: sysfs_setattr remove unnecessary permission check.Eric W. Biederman
2009-12-11sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman
2009-12-11sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman
2009-12-11sysfs: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman
2009-12-11sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman
2009-12-11sysfs: Update s_iattr on link and unlink.Eric W. Biederman
2009-12-11sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman
2009-12-11sysfs: Simplify iattr time assignmentsEric W. Biederman
2009-12-11sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman
2009-12-11sysfs: Use dentry_ops instead of directly playing with the dcacheEric W. Biederman
2009-12-11sysfs: Rename sysfs_d_iput to sysfs_dentry_iputEric W. Biederman
2009-12-11sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutexEric W. Biederman
2009-12-11sysfs: mark a locally-only used function staticStefan Richter
2009-11-05sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman
2009-10-14sysfs: Allow sysfs_notify_dirent to be called from interrupt context.Neil Brown
2009-10-14sysfs: Allow sysfs_move_dir(..., NULL) again.Cornelia Huck
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley
2009-07-28sysfs: fix hardlink count on device_movePeter Oberparleiter
2009-07-08Free the memory allocated by memdup_user() in fs/sysfs/bin.cCatalin Marinas
2009-06-15Sysfs: fix possible memleak in sysfs_follow_linkArmin Kuster
2009-05-28sysfs: file.c: use create_singlethread_workqueue()Andrew Morton
2009-04-20sysfs: use memdup_user()Li Zefan
2009-04-16sysfs: sysfs poll keep the poll rule of regular file.KOSAKI Motohiro
2009-04-16sysfs: don't use global workqueue in sysfs_schedule_callback()Alex Chiang
2009-04-01mm: page_mkwrite change prototype to match fault: fix sysfsHugh Dickins
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27constify dentry_operations: sysfsAl Viro
2009-03-24sysfs: fix some bin_vm_ops errorsHugh Dickins
2009-03-24sysfs: only allow one scheduled removal callback per kobjAlex Chiang
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman
2009-03-24sysfs: sysfs_add_one WARNs with full path to duplicate filenameAlex Chiang
2009-03-24sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman
2009-03-24SYSFS: use standard magic.h for sysfsQinghuang Feng
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-01-22fs/Kconfig: move sysfs outAlexey Dobriyan
2009-01-20sysfs: fix problems with binary filesGreg Kroah-Hartman
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman
2008-10-16sysfs: Make dir and name args to sysfs_notify() constTrent Piepho
2008-10-16sysfs: use ilookup5() instead of ilookup5_nowait()Tejun Heo