summaryrefslogtreecommitdiffstats
path: root/fs/kernfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein2024-04-141-1/+8
* kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_filesNeel Natu2024-01-301-3/+5
* kernfs: fix reference to renamed functionAhelenia Ziemiańska2024-01-021-1/+1
* Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-031-1/+28
|\
| * kernfs: sysfs: support custom llseek method for sysfs entriesValentine Sinitsyn2023-10-051-1/+28
* | kernfs: drop shared NUMA mempolicy hooksHugh Dickins2023-10-251-49/+0
|/
* tty, proc, kernfs, random: Use copy_splice_read()David Howells2023-05-241-1/+1
* kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan2023-03-291-2/+2
* kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap2022-11-231-7/+11
* kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo2022-09-011-20/+45
* kernfs: Refactor kernfs_get_open_node()Tejun Heo2022-09-011-14/+11
* kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo2022-09-011-4/+5
* kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo2022-09-011-43/+13
* kernfs: Fix typo 'the the' in commentSlark Xiao2022-07-281-1/+1
* Revert "kernfs: Change kernfs_notify_list to llist."Imran Khan2022-07-061-20/+27
* kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan2022-06-271-14/+3
* kernfs: Introduce interface to access global kernfs_open_file_mutex.Imran Khan2022-06-271-18/+38
* kernfs: Change kernfs_notify_list to llist.Imran Khan2022-06-271-27/+20
* kernfs: make ->attr.open RCU protected.Imran Khan2022-06-271-46/+101
* kernfs/file.c: remove redundant error return counter assignmentLin Feng2022-06-271-1/+0
* kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.Imran Khan2022-05-061-9/+19
* kernfs: Remove reference counting for kernfs_open_node.Imran Khan2022-04-271-14/+9
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-6/+1
|\
| * seq_file: fix NULL pointer arithmetic warningMaíra Canal2022-02-011-6/+1
* | kernfs: fix typos in commentsJulia Lawall2022-03-181-1/+1
|/
* kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim2021-11-241-2/+4
* kernfs: switch kernfs to use an rwsemIan Kent2021-07-271-2/+2
* kernfs: wire up ->splice_read and ->splice_writeChristoph Hellwig2021-01-211-0/+2
* kernfs: implement ->write_iterChristoph Hellwig2021-01-211-18/+10
* kernfs: implement ->read_iterChristoph Hellwig2021-01-211-23/+12
* fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein2020-07-271-2/+3
* fsnotify: create helper fsnotify_inode()Amir Goldstein2020-07-271-4/+2
* fsnotify: send event to parent and child with single callbackAmir Goldstein2020-07-271-4/+6
* kernfs: do not call fsnotify() with name without a parentAmir Goldstein2020-07-151-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* kernfs: Change kernfs_node lockdep name to "kn->active"Waiman Long2020-04-231-1/+1
* kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-261-2/+4
* fs: kernfs: add poll file operationJohannes Weiner2019-03-051-11/+20
* kernfs: Improve kernfs_notify() poll notification latencyRadu Rendec2018-11-271-12/+11
* kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-201-2/+6
* fs: kernfs: Adding new return type vm_fault_tSouptick Joarder2018-04-231-4/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-02-091-1/+1
|\
| * kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-01-191-1/+1
* | fs: annotate ->poll() instancesAl Viro2017-11-271-1/+1
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-5/+5
|\
| * kernfs: introduce kernfs_node_idShaohua Li2017-07-291-2/+2
| * kernfs: don't set dentry->d_fsdataShaohua Li2017-07-291-3/+3