summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs, kernfs: move inode code to fs/kernfs/inode.cTejun Heo2013-11-291-342/+0
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-291-2/+3
* sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo2013-11-291-1/+0
* sysfs, kernfs: add sysfs_dirent->s_attr.sizeTejun Heo2013-11-291-7/+1
* sysfs, kernfs: prepare open, release, poll paths for kernfsTejun Heo2013-11-291-2/+2
* sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ...Tejun Heo2013-11-291-1/+1
* sysfs, kernfs: introduce kernfs_setattr()Tejun Heo2013-11-271-2/+19
* sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.cTejun Heo2013-10-291-26/+0
* sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attrTejun Heo2013-10-291-1/+1
* sysfs: merge regular and bin file handlingTejun Heo2013-10-051-1/+1
* sysfs: introduce [__]sysfs_remove()Tejun Heo2013-10-031-1/+1
* sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo2013-10-031-1/+1
* sysfs: @name comes before @nsTejun Heo2013-09-261-3/+3
* sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman2013-08-211-3/+6
* sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-211-5/+5
* sysfs: remove trailing whitespaceGreg Kroah-Hartman2013-08-211-1/+1
* sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.Rami Rosen2013-05-171-2/+0
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman2012-05-151-2/+2
|/
* Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman2012-03-081-0/+3
* sysfs: Fix memory leak in sysfs_sd_setsecdata().Masami Ichikawa2012-02-241-5/+6
* Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-021-1/+4
|\
| * sysfs: Complain bitterly about attempts to remove files from nonexistent dire...Eric W. Biederman2012-01-241-1/+4
* | sysfs: Kill nlink counting.Eric W. Biederman2012-01-241-3/+0
|/
* sysfs: propagate umode_tAl Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-2/+0
|\
| * sysfs: Remove support for tagged directories with untagged members.Eric W. Biederman2011-10-191-2/+0
* | sysfs: count subdirectoriesMikulas Patocka2011-08-221-13/+1
|/
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
* headers: kobject.h reduxAlexey Dobriyan2011-01-101-0/+1
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-3/+8
* switch sysfs to ->evict_inode()Al Viro2010-08-091-3/+3
* rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* fix setattr error handling in sysfs, configfsNick Piggin2010-06-041-2/+4
* fs: convert simple fs to new truncateNick Piggin2010-05-271-5/+3
* sysfs: Add support for tagged directories with untagged members.Eric W. Biederman2010-05-211-0/+2
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman2010-03-071-2/+3
* sysfs: Serialize updates to the vfs inodeEric W. Biederman2010-03-071-4/+4
* sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman2010-02-161-18/+17
* sysfs: sysfs_setattr remove unnecessary permission check.Eric W. Biederman2009-12-111-4/+0
* sysfs: Propagate renames to the vfs on demandEric W. Biederman2009-12-111-12/+0
* sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman2009-12-111-17/+47
* sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman2009-12-111-20/+31
* sysfs: Simplify iattr time assignmentsEric W. Biederman2009-12-111-6/+3
OpenPOWER on IntegriCloud