summaryrefslogtreecommitdiff
path: root/fs/kernfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells1-1/+1
2023-03-29kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan1-2/+2
2022-11-23kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap1-7/+11
2022-09-01kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo1-20/+45
2022-09-01kernfs: Refactor kernfs_get_open_node()Tejun Heo1-14/+11
2022-09-01kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo1-4/+5
2022-09-01kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo1-43/+13
2022-07-28kernfs: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-06Revert "kernfs: Change kernfs_notify_list to llist."Imran Khan1-20/+27
2022-06-27kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan1-14/+3
2022-06-27kernfs: Introduce interface to access global kernfs_open_file_mutex.Imran Khan1-18/+38
2022-06-27kernfs: Change kernfs_notify_list to llist.Imran Khan1-27/+20
2022-06-27kernfs: make ->attr.open RCU protected.Imran Khan1-46/+101
2022-06-27kernfs/file.c: remove redundant error return counter assignmentLin Feng1-1/+0
2022-05-06kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.Imran Khan1-9/+19
2022-04-27kernfs: Remove reference counting for kernfs_open_node.Imran Khan1-14/+9
2022-04-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+1
2022-03-18kernfs: fix typos in commentsJulia Lawall1-1/+1
2022-02-01seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal1-6/+1
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim1-2/+4
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent1-2/+2
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-07-28fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein1-2/+3
2020-07-28fsnotify: 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
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameAl Viro1-2/+4
2019-03-06fs: kernfs: add poll file operationJohannes Weiner1-11/+20
2018-11-27kernfs: Improve kernfs_notify() poll notification latencyRadu Rendec1-12/+11
2018-07-21kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-2/+6
2018-04-23fs: kernfs: Adding new return type vm_fault_tSouptick Joarder1-4/+4
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-01-19kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera1-1/+1
2017-11-28fs: annotate ->poll() instancesAl Viro1-1/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2017-08-28kernfs: Clarify lockdep name for kn->countWaiman Long1-1/+1
2017-07-29kernfs: introduce kernfs_node_idShaohua Li1-2/+2
2017-07-29kernfs: don't set dentry->d_fsdataShaohua Li1-3/+3
2017-03-17kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain1-1/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-1/+1
2017-02-28Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-7/+55
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-7/+6
2017-02-21kernfs: fix locking around kernfs_ops->release() callbackTejun Heo1-5/+14