aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman2-3/+0
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman4-5/+6
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman1-0/+38
2010-03-07sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman1-1/+1
2010-03-07sysfs: Serialize updates to the vfs inodeEric W. Biederman1-4/+4
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman1-2/+5
2010-03-07sysfs: Only take active references on attributes.Eric W. Biederman3-1/+6
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman4-77/+38
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-4/+4
2010-03-07sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman1-22/+60
2010-03-07sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen1-0/+20
2010-02-16sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman1-18/+17
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman2-2/+27
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-11sysfs: sysfs_setattr remove unnecessary permission check.Eric W. Biederman1-4/+0
2009-12-11sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman2-33/+32
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman3-139/+32
2009-12-11sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman2-89/+4
2009-12-11sysfs: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman1-23/+8
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman4-17/+54
2009-12-11sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman1-4/+4
2009-12-11sysfs: Update s_iattr on link and unlink.Eric W. Biederman1-0/+18
2009-12-11sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman2-20/+32
2009-12-11sysfs: Simplify iattr time assignmentsEric W. Biederman1-6/+3
2009-12-11sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman1-9/+1
2009-12-11sysfs: Use dentry_ops instead of directly playing with the dcacheEric W. Biederman1-27/+46
2009-12-11sysfs: Rename sysfs_d_iput to sysfs_dentry_iputEric W. Biederman1-2/+2
2009-12-11sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutexEric W. Biederman1-12/+29
2009-12-11sysfs: mark a locally-only used function staticStefan Richter1-1/+2
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