summaryrefslogtreecommitdiff
path: root/fs/kernfs/inode.c
AgeCommit message (Expand)Author
2017-07-29kernfs: introduce kernfs_node_idShaohua Li
2017-07-29kernfs: don't set dentry->d_fsdataShaohua Li
2017-07-29kernfs: implement i_generationShaohua Li
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-11-29kernfs: Declare two local data structures staticBart Van Assche
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-06kernfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-03-29fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: deduplicate noop_backing_dev_infoChristoph Hellwig
2014-04-16kernfs: protect lazy kernfs_iattrs allocation with mutexTejun Heo
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2013-12-11kernfs: s/sysfs/kernfs/ in internal functions and whatever is leftTejun Heo
2013-12-11kernfs: s/sysfs/kernfs/ in global variablesTejun Heo
2013-12-11kernfs: s/sysfs/kernfs/ in constantsTejun Heo
2013-12-11kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo
2013-12-11kernfs: drop s_ prefix from kernfs_node membersTejun Heo
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-12-04kernfs: implement "trusted.*" xattr supportTejun Heo
2013-12-04kernfs: update sysfs_init_inode_attrs()Tejun Heo
2013-11-29sysfs, kernfs: prepare mount path for kernfsTejun Heo
2013-11-29sysfs, kernfs: move inode code to fs/kernfs/inode.cTejun Heo
2013-11-27sysfs, kernfs: add skeletons for kernfsTejun Heo