aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman1-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: deduplicate noop_backing_dev_infoChristoph Hellwig1-13/+1
2014-04-16kernfs: protect lazy kernfs_iattrs allocation with mutexTejun Heo1-4/+10
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2013-12-11kernfs: s/sysfs/kernfs/ in internal functions and whatever is leftTejun Heo1-33/+33
2013-12-11kernfs: s/sysfs/kernfs/ in global variablesTejun Heo1-23/+23
2013-12-11kernfs: s/sysfs/kernfs/ in constantsTejun Heo1-5/+5
2013-12-11kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo1-15/+15
2013-12-11kernfs: drop s_ prefix from kernfs_node membersTejun Heo1-15/+15
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-61/+62
2013-12-04kernfs: implement "trusted.*" xattr supportTejun Heo1-8/+55
2013-12-04kernfs: update sysfs_init_inode_attrs()Tejun Heo1-34/+26
2013-11-29sysfs, kernfs: prepare mount path for kernfsTejun Heo1-2/+3
2013-11-29sysfs, kernfs: move inode code to fs/kernfs/inode.cTejun Heo1-0/+327
2013-11-27sysfs, kernfs: add skeletons for kernfsTejun Heo1-0/+9