- 0c47383 kernfs: Add option to enable user xattrs by Daniel Xu · 4 years, 10 months ago
- a46a229 kernfs: Add removed_size out param for simple_xattr_set by Daniel Xu · 4 years, 10 months ago
- bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 5bf33f0 fs/kernfs/dir.c: Clean code by removing always true condition by Mateusz Nosek · 5 years ago
- f0f3588 kernfs: don't bother with timestamp truncation by Al Viro · 5 years ago
- 0aecba6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 6c2d4798 new helper: lookup_positive_unlocked() by Al Viro · 5 years ago
- 4043045 kernfs: use 64bit inos if ino_t is 64bit by Tejun Heo · 5 years ago
- 33c5ac9 kernfs: implement custom exportfs ops and fid type by Tejun Heo · 5 years ago
- fe0f726 kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id() by Tejun Heo · 5 years ago
- 67c0496 kernfs: convert kernfs_node->id from union kernfs_node_id to u64 by Tejun Heo · 5 years ago
- 880df13 kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodes by Tejun Heo · 5 years ago
- b680b08 kernfs: use dumber locking for kernfs_find_and_get_node_by_ino() by Tejun Heo · 5 years ago
- e23f568 kernfs: fix ino wrap-around detection by Tejun Heo · 5 years ago
- 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
- cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- 3818c19 timestamp_truncate: Replace users of timespec64_trunc by Deepa Dinamani · 6 years ago
- bbe70e4 fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_locked() by Jia-Ju Bai · 5 years ago
- 2fd60da kernfs: fix potential null pointer dereference by Peng Wang · 5 years ago
- 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- f72dae2 Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
- 25b229d fsnotify(): switch to passing const struct qstr * for file_name by Al Viro · 6 years ago
- 9982679 kernfs: fix barrier usage in __kernfs_new_node() by Andrea Parri · 6 years ago
- 1537ad1 kernfs: fix xattr name handling in LSM helpers by Ondrej Mosnacek · 6 years ago
- e19dfdc kernfs: initialize security of newly created nodes by Ondrej Mosnacek · 6 years ago
- b230d5a LSM: add new hook for kernfs node initialization by Ondrej Mosnacek · 6 years ago
- 0ac6075 kernfs: use simple_xattrs for security attributes by Ondrej Mosnacek · 6 years ago
- d0c9c15 kernfs: do not alloc iattrs in kernfs_xattr_get by Ondrej Mosnacek · 6 years ago
- 0589521 kernfs: clean up struct kernfs_iattrs by Ondrej Mosnacek · 6 years ago
- 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- e431f2d Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- 147e1a9 fs: kernfs: add poll file operation by Johannes Weiner · 6 years ago
- 23bf1b6 kernfs, sysfs, cgroup, intel_rdt: Support fs_context by David Howells · 6 years ago
- 26e28d6 kernfs: Allocating memory for kernfs_iattrs with kmem_cache. by Ayush Mittal · 6 years ago
- 6d7fbce kill kernfs_pin_sb() by Al Viro · 6 years ago
- 399504e fix cgroup_do_mount() handling of failure exits by Al Viro · 6 years ago
- 03c0a92 kernfs: Improve kernfs_notify() poll notification latency by Radu Rendec · 6 years ago
- 4b85afb mm: zero-seek shrinkers by Johannes Weiner · 6 years ago
- a75e78f kernfs: Fix range checks in kernfs_get_target_path by Bernd Edlinger · 6 years ago
- a18d783 Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 6 years ago
- 166126c kernfs: Replace strncpy with memcpy by Guenter Roeck · 7 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- ec064d3 Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
- 82382ac kernfs: deal with kernfs_fill_super() failures by Al Viro · 7 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
- 168fe32 Merge branch 'misc.poll' 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
- 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
- a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- ef13ecb kernfs: checking for IS_ERR() instead of NULL by Dan Carpenter · 7 years ago
- 39bf04d kernfs: Clarify lockdep name for kn->count by Waiman Long · 7 years ago
- 69fd5c3 blktrace: add an option to allow displaying cgroup path by Shaohua Li · 7 years ago
- aa81882 kernfs: add exportfs operations by Shaohua Li · 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
- ba16b28 kernfs: add an API to get kernfs node from inode number by Shaohua Li · 7 years ago
- 4a3ef68 kernfs: implement i_generation by Shaohua Li · 7 years ago
- 7d35079 kernfs: use idr instead of ida to manage inode number by Shaohua Li · 7 years ago
- 966fa72 kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file() by Vaibhav Jain · 8 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 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
- 1762715 kernfs: handle null pointers while printing node name and path by Konstantin Khlebnikov · 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
- 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
- dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
- b5a0623 kernfs: Declare two local data structures static by Bart Van Assche · 8 years ago
- 2a9becd kernfs: Add noop_fsync to supported kernfs_file_fops by Tony Luck · 8 years ago
- f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- e72a1a8 kernfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
- c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- df6a58c kernfs: don't depend on d_find_any_alias() when generating notifications by Tejun Heo · 9 years ago
- bb09c86 kernfs: remove kernfs_path_len() by Tejun Heo · 8 years ago
- 3abb1d9 kernfs: make kernfs_path*() behave in the style of strlcpy() by Tejun Heo · 8 years ago
- a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 9 years ago
- 29a517c kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC by Eric W. Biederman · 9 years ago
- 6e4eab5 fs: Add user namespace member to struct super_block by Eric W. Biederman · 9 years ago
- 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago