aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
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-05fs: kernfs: add poll file operationJohannes Weiner1-11/+20
2018-11-27kernfs: Improve kernfs_notify() poll notification latencyRadu Rendec1-12/+11
2018-07-20kernfs: 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-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-19kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera1-1/+1
2017-11-27fs: 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 <linux/sched.h>Ingo Molnar1-1/+1
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-7/+55
2017-02-24mm, 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
2016-12-27kernfs: add kernfs_ops->open/release() callbacksTejun Heo1-6/+45
2016-12-27kernfs: make kernfs_open_file->mmapped a bitfieldTejun Heo1-1/+1
2016-10-27kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck1-0/+1
2016-08-31kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo1-7/+21
2016-04-30kernfs: Move faulting copy_user operations outside of the mutexChris Wilson1-22/+29
2015-05-24kernfs: remove outdated and confusing commentWolfram Sang1-1/+0
2015-03-16kernfs: handle poll correctly on 'direct_read' files.NeilBrown1-0/+1