aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2022-03-18kernfs: fix typos in commentsJulia Lawall1-1/+1
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2-0/+27
2022-02-22kernfs: remove redundant kernfs_rwsem declaration.Imran Khan1-1/+0
2022-02-01seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal1-6/+1
2021-12-03kernfs: prevent early freeing of root nodeMinchan Kim1-1/+7
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim5-63/+95
2021-10-18Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman1-1/+8
2021-10-05fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()Luis Chamberlain1-2/+1
2021-10-04kernfs: don't create a negative dentry if inactive node existsIan Kent1-1/+8
2021-09-28kernfs: also call kernfs_set_rev() for positive dentryHou Tao1-2/+7
2021-07-27kernfs: dont call d_splice_alias() under kernfs node lockIan Kent1-4/+2
2021-07-27kernfs: use i_lock to protect concurrent inode updatesIan Kent2-8/+14
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent6-70/+71
2021-07-27kernfs: use VFS negative dentry cachingIan Kent1-20/+35
2021-07-27kernfs: add a revision to identify directory node changesIan Kent2-0/+21
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-43/+43
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig1-7/+1
2021-06-15kernfs: move revalidate to be near lookupIan Kent1-43/+43
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds3-12/+22
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-8/+16
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
2021-01-21kernfs: wire up ->splice_read and ->splice_writeChristoph Hellwig1-0/+2
2021-01-21kernfs: implement ->write_iterChristoph Hellwig1-18/+10
2021-01-21kernfs: implement ->read_iterChristoph Hellwig1-23/+12
2020-12-09fs/kernfs: remove the double check of dentry->inodeHui Su1-2/+1
2020-11-09kernfs: bring names in comments in line with codeWillem de Bruijn1-1/+1
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein1-2/+3
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein1-4/+2
2020-07-27fsnotify: send event to parent and child with single callbackAmir Goldstein1-4/+6
2020-07-15kernfs: do not call fsnotify() with name without a parentAmir Goldstein1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-04-23kernfs: Change kernfs_node lockdep name to "kn->active"Waiman Long1-1/+1
2020-03-16kernfs: Add option to enable user xattrsDaniel Xu2-0/+91
2020-03-16kernfs: Add removed_size out param for simple_xattr_setDaniel Xu1-1/+1
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-01-14fs/kernfs/dir.c: Clean code by removing always true conditionMateusz Nosek1-1/+1
2019-12-08kernfs: don't bother with timestamp truncationAl Viro1-3/+3
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-1/+1
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo2-16/+33
2019-11-12kernfs: implement custom exportfs ops and fid typeTejun Heo1-16/+61
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo3-30/+15
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo4-13/+12
2019-11-12kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodesTejun Heo1-1/+7
2019-11-12kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo2-46/+10