aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo1-4/+0
2014-12-17vm_area_operations: kill ->migrate()Al Viro1-22/+0
2014-11-07sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown1-9/+21
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown1-15/+30
2014-07-09kernfs: kernel-doc warning fixFabian Frederick1-1/+1
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo1-14/+55
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman1-7/+10
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo1-7/+10
2014-04-27Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman1-0/+2
2014-04-25kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo1-0/+2
2014-04-25kernfs: make kernfs_notify() trigger inotify events tooTejun Heo1-6/+35
2014-03-08kernfs: cache atomic_write_len in kernfs_open_fileTejun Heo1-31/+32
2014-02-07kernfs: implement kernfs_ops->atomic_write_lenTejun Heo1-18/+31