aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim1-8/+14
2021-07-27kernfs: use i_lock to protect concurrent inode updatesIan Kent1-6/+12
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent1-8/+8
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig1-7/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+6
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-03-16kernfs: Add option to enable user xattrsDaniel Xu1-0/+89
2020-03-16kernfs: Add removed_size out param for simple_xattr_setDaniel Xu1-1/+1
2019-12-08kernfs: don't bother with timestamp truncationAl Viro1-3/+3
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-2/+2
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani1-4/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek1-41/+21
2019-03-20LSM: add new hook for kernfs node initializationOndrej Mosnacek1-9/+39
2019-03-20kernfs: use simple_xattrs for security attributesOndrej Mosnacek1-53/+2
2019-03-20kernfs: do not alloc iattrs in kernfs_xattr_getOndrej Mosnacek1-4/+14
2019-03-20kernfs: clean up struct kernfs_iattrsOndrej Mosnacek1-27/+20
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal1-1/+1
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-4/+4
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