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