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