aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-29kernfs: introduce kernfs_node_idShaohua Li1-2/+2
2017-07-29kernfs: don't set dentry->d_fsdataShaohua Li1-3/+3
2017-07-29kernfs: implement i_generationShaohua Li1-0/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-4/+4
2016-11-29kernfs: Declare two local data structures staticBart Van Assche1-2/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-74/+81
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-06kernfs: Switch to generic xattr handlersAndreas Gruenbacher1-74/+84
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-5/+6
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+10
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-3/+3
2016-03-29fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-5/+10
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher1-1/+1
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher1-1/+1
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