summaryrefslogtreecommitdiffstats
path: root/fs/kernfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | kernfs: Clarify lockdep name for kn->countWaiman Long2017-08-281-1/+1
|/
* kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain2017-03-171-1/+2
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-271-7/+55
|\
| * kernfs: fix locking around kernfs_ops->release() callbackTejun Heo2017-02-211-5/+14
| * kernfs: add kernfs_ops->open/release() callbacksTejun Heo2016-12-271-6/+45
| * kernfs: make kernfs_open_file->mmapped a bitfieldTejun Heo2016-12-271-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-7/+6
|/
* kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck2016-10-271-0/+1
* kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo2016-08-311-7/+21
* kernfs: Move faulting copy_user operations outside of the mutexChris Wilson2016-04-301-22/+29
* kernfs: remove outdated and confusing commentWolfram Sang2015-05-241-1/+0
* kernfs: handle poll correctly on 'direct_read' files.NeilBrown2015-03-161-0/+1
* kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-131-4/+0
* vm_area_operations: kill ->migrate()Al Viro2014-12-171-22/+0
* sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown2014-11-071-9/+21
* sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2014-11-071-15/+30
* kernfs: kernel-doc warning fixFabian Frederick2014-07-091-1/+1
* kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo2014-07-021-14/+55
* Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman2014-05-231-7/+10
|\
| * kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo2014-05-131-7/+10
* | Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2014-04-271-0/+2
|\|
| * kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo2014-04-251-0/+2
* | kernfs: make kernfs_notify() trigger inotify events tooTejun Heo2014-04-251-6/+35
|/
* kernfs: cache atomic_write_len in kernfs_open_fileTejun Heo2014-03-081-31/+32
* kernfs: implement kernfs_ops->atomic_write_lenTejun Heo2014-02-071-18/+31