summaryrefslogtreecommitdiff
path: root/fs/kernfs
AgeCommit message (Expand)Author
2021-10-04kernfs: don't create a negative dentry if inactive node existsIan Kent
2021-09-28kernfs: also call kernfs_set_rev() for positive dentryHou Tao
2021-07-27kernfs: dont call d_splice_alias() under kernfs node lockIan Kent
2021-07-27kernfs: use i_lock to protect concurrent inode updatesIan Kent
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent
2021-07-27kernfs: use VFS negative dentry cachingIan Kent
2021-07-27kernfs: add a revision to identify directory node changesIan Kent
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig
2021-06-15kernfs: move revalidate to be near lookupIan Kent
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
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
2021-01-21kernfs: wire up ->splice_read and ->splice_writeChristoph Hellwig
2021-01-21kernfs: implement ->write_iterChristoph Hellwig
2021-01-21kernfs: implement ->read_iterChristoph Hellwig
2020-12-09fs/kernfs: remove the double check of dentry->inodeHui Su
2020-11-09kernfs: bring names in comments in line with codeWillem de Bruijn
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein
2020-07-27fsnotify: send event to parent and child with single callbackAmir Goldstein
2020-07-15kernfs: do not call fsnotify() with name without a parentAmir Goldstein
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-04-23kernfs: Change kernfs_node lockdep name to "kn->active"Waiman Long
2020-03-16kernfs: Add option to enable user xattrsDaniel Xu
2020-03-16kernfs: Add removed_size out param for simple_xattr_setDaniel Xu
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-14fs/kernfs/dir.c: Clean code by removing always true conditionMateusz Nosek
2019-12-08kernfs: don't bother with timestamp truncationAl Viro
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-15new helper: lookup_positive_unlocked()Al Viro
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo
2019-11-12kernfs: implement custom exportfs ops and fid typeTejun Heo
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-11-12kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodesTejun Heo
2019-11-12kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo
2019-11-12kernfs: fix ino wrap-around detectionTejun Heo
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani
2019-07-25fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_l...Jia-Ju Bai
2019-07-25kernfs: fix potential null pointer dereferencePeng Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds