summaryrefslogtreecommitdiff
path: root/fs/kernfs/inode.c
AgeCommit message (Expand)Author
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-18kernfs: convert to new timestamp accessorsJeff Layton
2023-10-09kernfs: move kernfs_xattr_handlers to .rodataWedson Almeida Filho
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-09xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-24kernfs: convert to ctime accessor functionsJeff Layton
2023-03-29kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-11-23kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap
2022-10-20kernfs: dont take i_lock on inode attr readIan Kent
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim
2021-07-27kernfs: use i_lock to protect concurrent inode updatesIan Kent
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-03-16kernfs: Add option to enable user xattrsDaniel Xu
2020-03-16kernfs: Add removed_size out param for simple_xattr_setDaniel Xu
2019-12-08kernfs: don't bother with timestamp truncationAl Viro
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek
2019-03-20LSM: add new hook for kernfs node initializationOndrej Mosnacek
2019-03-20kernfs: use simple_xattrs for security attributesOndrej Mosnacek
2019-03-20kernfs: do not alloc iattrs in kernfs_xattr_getOndrej Mosnacek
2019-03-20kernfs: clean up struct kernfs_iattrsOndrej Mosnacek
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
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