summaryrefslogtreecommitdiff
path: root/fs/kernfs
AgeCommit message (Expand)Author
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo
2022-09-01kernfs: Improve kernfs_drain() and always call on removalTejun Heo
2022-09-01kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo
2022-09-01kernfs: Refactor kernfs_get_open_node()Tejun Heo
2022-09-01kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo
2022-09-01kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo
2022-07-28kernfs: Fix typo 'the the' in commentSlark Xiao
2022-07-06Revert "kernfs: Change kernfs_notify_list to llist."Imran Khan
2022-07-01kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou
2022-06-27kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan
2022-06-27kernfs: Introduce interface to access global kernfs_open_file_mutex.Imran Khan
2022-06-27kernfs: Change kernfs_notify_list to llist.Imran Khan
2022-06-27kernfs: make ->attr.open RCU protected.Imran Khan
2022-06-27kernfs/file.c: remove redundant error return counter assignmentLin Feng
2022-05-19kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo
2022-05-06kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.Imran Khan
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman
2022-04-27kernfs: fix NULL dereferencing in kernfs_removeMinchan Kim
2022-04-27kernfs: Remove reference counting for kernfs_open_node.Imran Khan
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-03-18kernfs: fix typos in commentsJulia Lawall
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman
2022-02-22kernfs: remove redundant kernfs_rwsem declaration.Imran Khan
2022-02-01seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal
2021-12-03kernfs: prevent early freeing of root nodeMinchan Kim
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim
2021-10-18Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman
2021-10-05fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()Luis Chamberlain
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