- 393c371 kernfs: switch global kernfs_rwsem lock to per-fs lock by Minchan Kim · 3 years, 1 month ago
- 7ba0273 kernfs: switch kernfs to use an rwsem by Ian Kent · 3 years, 6 months ago
- f2d6c27 kernfs: wire up ->splice_read and ->splice_write by Christoph Hellwig · 4 years ago
- cc099e0 kernfs: implement ->write_iter by Christoph Hellwig · 4 years ago
- 4eaad21 kernfs: implement ->read_iter by Christoph Hellwig · 4 years ago
- 40a100d fsnotify: pass dir and inode arguments to fsnotify() by Amir Goldstein · 4 years, 5 months ago
- 82ace1e fsnotify: create helper fsnotify_inode() by Amir Goldstein · 4 years, 5 months ago
- 497b0c5 fsnotify: send event to parent and child with single callback by Amir Goldstein · 4 years, 6 months ago
- 9991bb8 kernfs: do not call fsnotify() with name without a parent by Amir Goldstein · 4 years, 6 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- 0f605db kernfs: Change kernfs_node lockdep name to "kn->active" by Waiman Long · 4 years, 9 months ago
- 67c0496 kernfs: convert kernfs_node->id from union kernfs_node_id to u64 by Tejun Heo · 5 years ago
- 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
- 25b229d fsnotify(): switch to passing const struct qstr * for file_name by Al Viro · 6 years ago
- 147e1a9 fs: kernfs: add poll file operation by Johannes Weiner · 6 years ago
- 03c0a92 kernfs: Improve kernfs_notify() poll notification latency by Radu Rendec · 6 years ago
- 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 6 years ago
- 9ee8446 fs: kernfs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 878e66d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- ba87977 kernfs: fix regression in kernfs_fop_write caused by wrong type by Ivan Vecera · 7 years ago
- 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
- a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- 39bf04d kernfs: Clarify lockdep name for kn->count by Waiman Long · 7 years ago
- c53cd49 kernfs: introduce kernfs_node_id by Shaohua Li · 7 years ago
- 319ba91 kernfs: don't set dentry->d_fsdata by Shaohua Li · 7 years ago
- 966fa72 kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file() by Vaibhav Jain · 8 years ago
- 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
- f7878dc Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- f83f3c5 kernfs: fix locking around kernfs_ops->release() callback by Tejun Heo · 8 years ago
- 0e67db2 kernfs: add kernfs_ops->open/release() callbacks by Tejun Heo · 8 years ago
- a1d82af kernfs: make kernfs_open_file->mmapped a bitfield by Tejun Heo · 8 years ago
- 2a9becd kernfs: Add noop_fsync to supported kernfs_file_fops by Tony Luck · 8 years ago
- df6a58c kernfs: don't depend on d_find_any_alias() when generating notifications by Tejun Heo · 9 years ago
- e4234a1 kernfs: Move faulting copy_user operations outside of the mutex by Chris Wilson · 9 years ago
- ba50150 kernfs: remove outdated and confusing comment by Wolfram Sang · 10 years ago
- 7cff4b1 kernfs: handle poll correctly on 'direct_read' files. by NeilBrown · 10 years ago
- dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 10 years ago
- 5006217 vm_area_operations: kill ->migrate() by Al Viro · 11 years ago
- 4ef67a8 sysfs/kernfs: make read requests on pre-alloc files use the buffer. by NeilBrown · 10 years ago
- 2b75869 sysfs/kernfs: allow attributes to request write buffer be pre-allocated. by NeilBrown · 10 years ago
- 8278bd3 kernfs: kernel-doc warning fix by Fabian Frederick · 10 years ago
- ecca47c kernfs: kernfs_notify() must be useable from non-sleepable contexts by Tejun Heo · 10 years ago
- cbfef53 Merge 3.15-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
- 555724a kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs by Tejun Heo · 11 years ago
- d35cc56 Merge 3.15-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
- b44b214 kernfs: add back missing error check in kernfs_fop_mmap() by Tejun Heo · 11 years ago
- d911d98 kernfs: make kernfs_notify() trigger inotify events too by Tejun Heo · 11 years ago
- b7ce40c kernfs: cache atomic_write_len in kernfs_open_file by Tejun Heo · 11 years ago
- 4d3773c kernfs: implement kernfs_ops->atomic_write_len by Tejun Heo · 11 years ago
- 988cd7a kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
- db4aad2 kernfs: associate a new kernfs_node with its parent on creation by Tejun Heo · 11 years ago
- bb30594 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
- 683bb27 Revert "kernfs: fix get_active failure handling in kernfs_seq_*()" by Greg Kroah-Hartman · 11 years ago
- 798c75a Revert "kernfs: remove KERNFS_REMOVED" by Greg Kroah-Hartman · 11 years ago
- 55f6e30 Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()" by Greg Kroah-Hartman · 11 years ago
- 7653fe9 Revert "kernfs: remove kernfs_addrm_cxt" by Greg Kroah-Hartman · 11 years ago
- 99177a3 kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
- f601f9a kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove() by Tejun Heo · 11 years ago
- ae34372 kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
- d92d2e6 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
- 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
- c637b8a kernfs: s/sysfs/kernfs/ in internal functions and whatever is left by Tejun Heo · 11 years ago
- a797bfc kernfs: s/sysfs/kernfs/ in global variables by Tejun Heo · 11 years ago
- df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
- c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
- adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
- 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
- 9b2db6e sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning by Tejun Heo · 11 years ago
- 21d7166 sysfs, kernfs: remove duplicated include from file.c by Wei Yongjun · 11 years ago
- bc75555 sysfs, kernfs: make inode number ida per kernfs_root by Tejun Heo · 11 years ago
- 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
- b8441ed sysfs, kernfs: add skeletons for kernfs by Tejun Heo · 11 years ago