summaryrefslogtreecommitdiff
path: root/fs/kernfs/file.c
AgeCommit message (Expand)Author
2024-04-14kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein
2024-01-30kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_filesNeel Natu
2024-01-02kernfs: fix reference to renamed functionAhelenia Ziemiańska
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-25kernfs: drop shared NUMA mempolicy hooksHugh Dickins
2023-10-05kernfs: sysfs: support custom llseek method for sysfs entriesValentine Sinitsyn
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells
2023-03-29kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan
2022-11-23kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap
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-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-06kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.Imran Khan
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-01seq_file: fix NULL pointer arithmetic warningMaíra Canal
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent
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-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
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameAl Viro
2019-03-05fs: kernfs: add poll file operationJohannes Weiner
2018-11-27kernfs: Improve kernfs_notify() poll notification latencyRadu Rendec
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-04-23fs: kernfs: Adding new return type vm_fault_tSouptick Joarder
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-19kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-28kernfs: Clarify lockdep name for kn->countWaiman Long
2017-07-29kernfs: introduce kernfs_node_idShaohua Li