- 2aa3847 non-RCU analogue of the previous commit by Al Viro · 5 years ago
- 7ef482f helper for mount rootwards traversal by Al Viro · 5 years ago
- 165200d follow_dotdot(): be lazy about changing nd->path by Al Viro · 5 years ago
- efe772d follow_dotdot_rcu(): be lazy about changing nd->path by Al Viro · 5 years ago
- 12487f3 follow_dotdot{,_rcu}(): massage loops by Al Viro · 5 years ago
- c2df196 lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu by Al Viro · 5 years ago
- 6dfd9fe follow_dotdot{,_rcu}(): switch to use of step_into() by Al Viro · 5 years ago
- 7521f22 handle_dots(), follow_dotdot{,_rcu}(): preparation to switch to step_into() by Al Viro · 5 years ago
- 957dd41 move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into() by Al Viro · 5 years ago
- c9a0f75 follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks out of loop by Al Viro · 5 years ago
- abc2c63 follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop by Al Viro · 5 years ago
- a6a7eb7 expand path_parent_directory() in its callers by Al Viro · 4 years, 11 months ago
- 63b2772 path_parent_directory(): leave changing path->dentry to callers by Al Viro · 5 years ago
- 6b03f7e path_connected(): pass mount and dentry separately by Al Viro · 5 years ago
- c981a48 split the lookup-related parts of do_last() into a separate helper by Al Viro · 5 years ago
- 973d4b7 do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case by Al Viro · 5 years ago
- 8795e7d do_last(): simplify the liveness analysis past finish_open_created by Al Viro · 5 years ago
- 5a2d3ed do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case by Al Viro · 5 years ago
- 59e96e6 do_last(): don't bother with keeping got_write in FMODE_OPENED case by Al Viro · 5 years ago
- 3ad5615 do_last(): merge the may_open() calls by Al Viro · 5 years ago
- 7be219b atomic_open(): lift the call of may_open() into do_last() by Al Viro · 5 years ago
- 6fb968c atomic_open(): return the right dentry in FMODE_OPENED case by Al Viro · 5 years ago
- 9deed3e new helper: traverse_mounts() by Al Viro · 5 years ago
- ea936ae massage __follow_mount_rcu() a bit by Al Viro · 5 years ago
- c108837 namei: have link_path_walk() maintain LOOKUP_PARENT by Al Viro · 4 years, 11 months ago
- d8d4611 link_path_walk(): simplify stack handling by Al Viro · 5 years ago
- b1a8197 pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT by Al Viro · 5 years ago
- 8c4efe2 namei: invert the meaning of WALK_FOLLOW by Al Viro · 5 years ago
- b4c0353 sanitize handling of nd->last_type, kill LAST_BIND by Al Viro · 5 years ago
- ad6cc4c finally fold get_link() into pick_link() by Al Viro · 5 years ago
- 06708ad merging pick_link() with get_link(), part 6 by Al Viro · 5 years ago
- b0417d2 merging pick_link() with get_link(), part 5 by Al Viro · 5 years ago
- 92d2701 merging pick_link() with get_link(), part 4 by Al Viro · 5 years ago
- 40fcf5a merging pick_link() with get_link(), part 3 by Al Viro · 5 years ago
- 1ccac62 merging pick_link() with get_link(), part 2 by Al Viro · 5 years ago
- 4367972 merging pick_link() with get_link(), part 1 by Al Viro · 5 years ago
- a9dc149 expand the only remaining call of path_lookup_conditional() by Al Viro · 5 years ago
- 161aff1 LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat() by Al Viro · 5 years ago
- cbae4d1 fold handle_mounts() into step_into() by Al Viro · 5 years ago
- aca2903 new step_into() flag: WALK_NOFOLLOW by Al Viro · 5 years ago
- 56676ec step_into() callers: dismiss the symlink earlier by Al Viro · 4 years, 11 months ago
- 20e3435 lookup_fast(): take mount traversal into callers by Al Viro · 5 years ago
- c153007 teach handle_mounts() to handle RCU mode by Al Viro · 5 years ago
- b023e17 lookup_fast(): consolidate the RCU success case by Al Viro · 5 years ago
- db3c9ad handle_mounts(): pass dentry in, turn path into a pure out argument by Al Viro · 5 years ago
- e73cabf do_last(): collapse the call of path_to_nameidata() by Al Viro · 5 years ago
- da5ebf5 lookup_open(): saner calling conventions (return dentry on success) by Al Viro · 5 years ago
- 239eb98 atomic_open(): saner calling conventions (return dentry on success) by Al Viro · 5 years ago
- bd7c4b5 handle_mounts(): start building a sane wrapper for follow_managed() by Al Viro · 5 years ago
- 31d1726 make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW by Al Viro · 5 years ago
- 1c9f5e0 follow_automount() doesn't need the entire nameidata by Al Viro · 5 years ago
- 25e195a follow_automount(): get rid of dead^Wstillborn code by Al Viro · 5 years ago
- 26df603 fix automount/automount race properly by Al Viro · 5 years ago
- 8f11538 do_add_mount(): lift lock_mount/unlock_mount into callers by Al Viro · 5 years ago
- 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
- 380a129 Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 5 years ago
- d1ea35f Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
- 5586c3c Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 0fd1695 fs: Add VirtualBox guest shared folder (vboxsf) support by Hans de Goede · 5 years ago
- b85080c Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 9959333 Merge branch 'pipe-exclusive-wakeup' by Linus Torvalds · 5 years ago
- 0ddad21 pipe: use exclusive waits when reading or writing by Linus Torvalds · 5 years ago
- 0a06174 compat_ioctl: fix FIONREAD on devices by Arnd Bergmann · 5 years ago
- f757165 Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
- 175787e Merge tag 'gfs2-for-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 5 years ago
- 60ea27e Merge tag 'for-linus-5.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 5 years ago
- 08dffcc Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
- f43574d Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
- bf45f7f procfs: switch to use of invalfc() by Al Viro · 5 years ago
- b5db30c hugetlbfs: switch to use of invalfc() by Al Viro · 5 years ago
- e1ee7d8 cramfs: switch to use of errofc() et.al. by Al Viro · 5 years ago
- 77cb271 gfs2: switch to use of errorfc() et.al. by Al Viro · 5 years ago
- 2e28c49 fuse: switch to use errorfc() et.al. by Al Viro · 5 years ago
- d53d0f7 ceph: use errorfc() and friends instead of spelling the prefix out by Al Viro · 5 years ago
- 328de52 turn fs_param_is_... into functions by Al Viro · 5 years ago
- 48ce73b fs_parse: handle optional arguments sanely by Al Viro · 5 years ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- cc3c0b5 add prefix to fs_context->log by Al Viro · 5 years ago
- c80c98f ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log by Al Viro · 5 years ago
- 7f5d381 new primitive: __fs_parse() by Al Viro · 5 years ago
- 9f09f64 teach logfc() to handle prefices, give it saner calling conventions by Al Viro · 5 years ago
- aa1918f get rid of fs_value_is_filename_empty by Al Viro · 5 years ago
- 34264ae don't bother with explicit length argument for __lookup_constant() by Al Viro · 5 years ago
- 50d0def nfsd: make nfsd_filecache_wq variable static by Chen Zhou · 5 years ago
- 8dcc1a9 fs: New zonefs file system by Damien Le Moal · 5 years ago
- 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago
- 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
- 0f89589 Pass consistent param->type to fs_parse() by Al Viro · 5 years ago
- 51d92d6 smb3: Add defines for new information level, FileIdInformation by Steve French · 5 years ago
- ab3459d smb3: print warning once if posix context returned on open by Steve French · 5 years ago
- 2391ca4 smb3: add one more dynamic tracepoint missing from strict fsync path by Steve French · 5 years ago
- e3e056c cifs: fix mode bits from dir listing when mounted with modefromsid by Aurelien Aptel · 5 years ago
- cc95b67 cifs: fix channel signing by Aurelien Aptel · 5 years ago
- 6e5e41e gfs2: fix O_SYNC write handling by Andreas Gruenbacher · 5 years ago
- 4c0e8dd gfs2: move setting current->backing_dev_info by Christoph Hellwig · 5 years ago
- 7582026 gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0 by Abhi Das · 5 years ago
- 91fd3c3 nfsd4: fix double free in nfsd4_do_async_copy() by Dan Carpenter · 5 years ago