Age | Commit message (Expand) | Author | Files | Lines |
2025-05-26 | Merge tag 'vfs-6.16-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -10/+33 |
2025-05-23 | statmount: update STATMOUNT_SUPPORTED macro | Dmitry V. Levin | 1 | -1/+3 |
2025-05-23 | ->mnt_devname is never NULL | Al Viro | 1 | -6/+7 |
2025-05-23 | mount: add a comment about concurrent changes with statmount()/listmount() | Christian Brauner | 1 | -3/+23 |
2025-05-09 | fix IS_MNT_PROPAGATING uses | Al Viro | 1 | -1/+2 |
2025-05-09 | do_move_mount(): don't leak MNTNS_PROPAGATING on failures | Al Viro | 1 | -3/+2 |
2025-05-09 | do_umount(): add missing barrier before refcount checks in sync case | Al Viro | 1 | -1/+2 |
2025-05-09 | __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock | Al Viro | 1 | -5/+1 |
2025-04-23 | fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount() | Al Viro | 1 | -33/+36 |
2025-04-11 | fs: use namespace_{lock,unlock} in dissolve_on_fput() | Jan Stancek | 1 | -1/+3 |
2025-04-11 | mount: ensure we don't pointlessly walk the mount tree | Christian Brauner | 1 | -12/+18 |
2025-04-03 | fs: actually hold the namespace semaphore | Christian Brauner | 1 | -1/+2 |
2025-03-28 | fs: namespace: Avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -1/+3 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -60/+307 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -122/+363 |
2025-03-19 | umount: Allow superblock owners to force umount | Trond Myklebust | 1 | -1/+2 |
2025-03-04 | mount: handle mount propagation for detached mount trees | Christian Brauner | 1 | -15/+27 |
2025-03-04 | fs: namespace: fix uninitialized variable use | Arnd Bergmann | 1 | -0/+2 |
2025-03-04 | fs: allow creating detached mounts from fsmount() file descriptors | Christian Brauner | 1 | -2/+7 |
2025-03-04 | fs: mount detached mounts onto detached mounts | Christian Brauner | 1 | -2/+84 |
2025-03-04 | fs: support getname_maybe_null() in move_mount() | Christian Brauner | 1 | -33/+60 |
2025-03-04 | fs: create detached mounts from detached mounts | Christian Brauner | 1 | -1/+37 |
2025-03-04 | fs: add may_copy_tree() | Christian Brauner | 1 | -7/+37 |
2025-03-04 | fs: add fastpath for dissolve_on_fput() | Christian Brauner | 1 | -12/+47 |
2025-03-04 | fs: add assert for move_mount() | Christian Brauner | 1 | -2/+5 |
2025-03-04 | fs: add mnt_ns_empty() helper | Christian Brauner | 1 | -2/+2 |
2025-03-04 | fs: record sequence number of origin mount namespace | Christian Brauner | 1 | -2/+17 |
2025-02-12 | Merge patch series "fs: allow changing idmappings" | Christian Brauner | 1 | -81/+171 |
2025-02-12 | fs: allow changing idmappings | Christian Brauner | 1 | -21/+32 |
2025-02-12 | fs: add kflags member to struct mount_kattr | Christian Brauner | 1 | -8/+15 |
2025-02-12 | fs: add open_tree_attr() | Christian Brauner | 1 | -0/+39 |
2025-02-12 | fs: add copy_mount_setattr() helper | Christian Brauner | 1 | -33/+40 |
2025-02-12 | fs: add vfs_open_tree() helper | Christian Brauner | 1 | -23/+26 |
2025-02-12 | statmount: add a new supported_mask field | Jeff Layton | 1 | -0/+23 |
2025-02-12 | statmount: allow to retrieve idmappings | Christian Brauner | 1 | -1/+58 |
2025-02-12 | fs: allow detached mounts in clone_private_mount() | Christian Brauner | 1 | -35/+43 |
2025-02-07 | fs: fix adding security options to statmount.mnt_opt | Miklos Szeredi | 1 | -15/+14 |
2025-02-07 | statmount: let unset strings be empty | Miklos Szeredi | 1 | -9/+16 |
2025-02-05 | vfs: add notifications for mount attach and detach | Miklos Szeredi | 1 | -1/+78 |
2025-02-05 | fanotify: notify on mount attach and detach | Miklos Szeredi | 1 | -3/+11 |
2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
2025-01-20 | Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -76/+124 |
2025-01-20 | Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+8 |
2025-01-20 | Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2025-01-16 | fs: Fix return type of do_mount() from long to int | Sentaro Onizuka | 1 | -1/+1 |
2025-01-09 | Merge tag 'vfs-6.14-rc7.mount.fixes' | Christian Brauner | 1 | -8/+6 |
2025-01-09 | fs: remove useless lockdep assertion | Christian Brauner | 1 | -2/+0 |
2025-01-09 | fs: use xarray for old mount id | Christian Brauner | 1 | -9/+10 |
2025-01-09 | fs: cache first and last mount | Christian Brauner | 1 | -4/+13 |
2025-01-09 | fs: simplify rwlock to spinlock | Christian Brauner | 1 | -9/+6 |
2025-01-09 | fs: lockless mntns lookup for nsfs | Christian Brauner | 1 | -13/+29 |
2025-01-09 | fs: lockless mntns rbtree lookup | Christian Brauner | 1 | -46/+70 |
2025-01-09 | fs: add mount namespace to rbtree late | Christian Brauner | 1 | -1/+1 |
2025-01-09 | mount: remove inlude/nospec.h include | Christian Brauner | 1 | -1/+0 |
2025-01-09 | fs: prepend statmount.mnt_opts string with security_sb_mnt_opts() | Jeff Layton | 1 | -0/+4 |
2025-01-09 | fs: kill MNT_ONRB | Christian Brauner | 1 | -8/+6 |
2024-12-22 | pidfs: allow bind-mounts | Christian Brauner | 1 | -2/+8 |
2024-12-13 | fs: fix is_mnt_ns_file() | Miklos Szeredi | 1 | -2/+8 |
2024-11-21 | statmount: fix security option retrieval | Christian Brauner | 1 | -1/+1 |
2024-11-21 | statmount: clean up unescaped option handling | Miklos Szeredi | 1 | -25/+19 |
2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -32/+15 |
2024-11-18 | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -7/+154 |
2024-11-14 | statmount: retrieve security mount options | Christian Brauner | 1 | -14/+60 |
2024-11-13 | statmount: add flag to retrieve unescaped options | Miklos Szeredi | 1 | -1/+46 |
2024-11-13 | fs: add the ability for statmount() to report the sb_source | Jeff Layton | 1 | -1/+35 |
2024-11-12 | fs: add the ability for statmount() to report the fs_subtype | Jeff Layton | 1 | -2/+17 |
2024-11-12 | fs: don't let statmount return empty strings | Jeff Layton | 1 | -4/+11 |
2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -32/+15 |
2024-10-22 | namespace: Use atomic64_inc_return() in alloc_mnt_ns() | Uros Bizjak | 1 | -1/+1 |
2024-10-17 | fs: don't try and remove empty rbtree node | Christian Brauner | 1 | -1/+3 |
2024-09-24 | Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+4 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+9 |
2024-09-16 | Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -11/+63 |
2024-09-04 | namespace: introduce SB_I_NOIDMAP flag | Alexander Mikhalitsyn | 1 | -0/+4 |
2024-08-30 | fs/namespace.c: Fix typo in comment | Yuesong Li | 1 | -2/+2 |
2024-08-19 | mount: handle OOM on mnt_warn_timestamp_expiry | Olaf Hering | 1 | -3/+11 |
2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -6/+6 |
2024-08-09 | Merge patch series "nsfs: iterate through mount namespaces" | Christian Brauner | 1 | -11/+63 |
2024-08-09 | nsfs: iterate through mount namespaces | Christian Brauner | 1 | -4/+31 |
2024-08-09 | fs: allow mount namespace fd | Christian Brauner | 1 | -7/+32 |
2024-07-24 | fs: use all available ids | Christian Brauner | 1 | -1/+1 |
2024-07-15 | Merge tag 'vfs-6.11.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -76/+374 |
2024-07-08 | fs: reject invalid last mount id early | Christian Brauner | 1 | -1/+7 |
2024-07-08 | fs: refuse mnt id requests with invalid ids early | Christian Brauner | 1 | -1/+5 |
2024-07-06 | fs: find rootfs mount of the mount namespace | Christian Brauner | 1 | -5/+11 |
2024-07-04 | fs: only copy to userspace on success in listmount() | Christian Brauner | 1 | -0/+2 |
2024-06-28 | fs: export mount options via statmount() | Josef Bacik | 1 | -1/+36 |
2024-06-28 | fs: use guard for namespace_sem in statmount() | Christian Brauner | 1 | -77/+83 |
2024-06-28 | fs: Allow statmount() in foreign mount namespace | Christian Brauner | 1 | -6/+25 |
2024-06-28 | fs: Allow listmount() in foreign mount namespace | Christian Brauner | 1 | -18/+70 |
2024-06-28 | fs: export the mount ns id via statmount | Josef Bacik | 1 | -0/+11 |
2024-06-28 | fs: keep an index of current mount namespaces | Josef Bacik | 1 | -2/+111 |
2024-06-28 | fs: relax permissions for statmount() | Christian Brauner | 1 | -1/+2 |
2024-06-28 | fs: relax permissions for listmount() | Christian Brauner | 1 | -1/+1 |
2024-06-28 | listmount: allow listing in reverse order | Christian Brauner | 1 | -10/+49 |
2024-06-28 | fs: simplify error handling | Christian Brauner | 1 | -12/+6 |
2024-06-28 | fs: don't copy to userspace under namespace semaphore | Christian Brauner | 1 | -42/+56 |
2024-06-27 | vfs: support statx(..., NULL, AT_EMPTY_PATH, ...) | Mateusz Guzik | 1 | -13/+0 |
2024-06-21 | Improve readability of copy_tree | Jemmy | 1 | -28/+31 |
2024-05-28 | fhandle: relax open_by_handle_at() permission checks | Christian Brauner | 1 | -1/+1 |
2024-02-07 | fs: relax mount_setattr() permission checks | Christian Brauner | 1 | -3/+8 |
2024-01-13 | fs: rework listmount() implementation | Christian Brauner | 1 | -22/+28 |
2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+0 |
2024-01-10 | Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -0/+11 |
2024-01-08 | Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -101/+526 |
2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
2023-12-15 | fs: indicate request originates from old mount API | Christian Brauner | 1 | -0/+11 |
2023-12-14 | fs: keep struct mnt_id_req extensible | Christian Brauner | 1 | -4/+30 |
2023-12-14 | add listmount(2) syscall | Miklos Szeredi | 1 | -2/+84 |
2023-12-14 | statmount: simplify string option retrieval | Christian Brauner | 1 | -102/+145 |
2023-12-11 | statmount: simplify numeric option retrieval | Christian Brauner | 1 | -25/+17 |
2023-12-11 | add statmount(2) syscall | Miklos Szeredi | 1 | -0/+281 |
2023-11-28 | mnt_idmapping: remove check_fsmapping() | Christian Brauner | 1 | -1/+1 |
2023-11-21 | fs: add missing @mp parameter documentation | Christian Brauner | 1 | -0/+1 |
2023-11-18 | namespace: extract show_path() helper | Miklos Szeredi | 1 | -0/+9 |
2023-11-18 | mounts: keep list of mounts in an rbtree | Miklos Szeredi | 1 | -101/+89 |
2023-11-18 | add unique mount ID | Miklos Szeredi | 1 | -0/+4 |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -8/+8 |
2023-10-19 | vfs: stop counting on gcc not messing with mnt_expiry_mark if not asked | Mateusz Guzik | 1 | -2/+2 |
2023-10-18 | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 1 | -8/+8 |
2023-09-11 | fs: export mnt_{get,put}_write_access() to modules | Amir Goldstein | 1 | -0/+2 |
2023-09-11 | fs: rename __mnt_{want,drop}_write*() helpers | Amir Goldstein | 1 | -17/+17 |
2023-06-26 | Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -80/+371 |
2023-06-20 | fs: Provide helpers for manipulating sb->s_readonly_remount | Jan Kara | 1 | -9/+16 |
2023-05-19 | fs: allow to mount beneath top mount | Christian Brauner | 1 | -48/+304 |
2023-05-19 | fs: use a for loop when locking a mount | Christian Brauner | 1 | -21/+28 |
2023-05-19 | fs: properly document __lookup_mnt() | Christian Brauner | 1 | -3/+19 |
2023-05-19 | fs: add path_mounted() | Christian Brauner | 1 | -12/+24 |
2023-04-24 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -6/+6 |
2023-04-24 | Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -6/+3 |
2023-04-20 | build_mount_idmapped(): switch to fdget() | Al Viro | 1 | -6/+6 |
2023-03-31 | fs: drop peer group ids under namespace lock | Christian Brauner | 1 | -1/+1 |
2023-03-15 | fs/namespace: fnic: Switch to use %ptTd | Andy Shevchenko | 1 | -6/+3 |
2023-02-24 | Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+14 |
2023-01-27 | ipc,namespace: batch free ipc_namespace structures | Rik van Riel | 1 | -4/+14 |
2023-01-19 | fs: move mnt_idmap | Christian Brauner | 1 | -90/+2 |
2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner | 1 | -26/+0 |
2022-12-12 | Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -34/+142 |
2022-11-24 | copy_mnt_ns(): handle a corner case (overmounted mntns bindings) saner | Al Viro | 1 | -1/+2 |
2022-10-31 | fs: introduce dedicated idmap type for mounts | Christian Brauner | 1 | -34/+142 |
2022-08-17 | fs: require CAP_SYS_ADMIN in target namespace for idmapped mounts | Seth Forshee | 1 | -0/+7 |
2022-07-05 | switch try_to_unlazy_next() to __legitimize_mnt() | Al Viro | 1 | -1/+1 |
2022-06-04 | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2022-05-19 | uninline may_mount() and don't opencode it in fspick(2)/fsopen(2) | Al Viro | 1 | -1/+1 |
2022-05-12 | fs: hold writers when changing mount's idmapping | Christian Brauner | 1 | -2/+3 |
2022-04-21 | fs: unset MNT_WRITE_HOLD on failure | Christian Brauner | 1 | -1/+13 |
2022-04-01 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -11/+12 |
2022-03-24 | Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 1 | -2/+18 |
2022-03-24 | Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner... | Linus Torvalds | 1 | -70/+78 |
2022-03-22 | mount: warn only once about timestamp range expiration | Anthony Iliopoulos | 1 | -0/+2 |
2022-03-15 | mount_setattr(): clean the control flow and calling conventions | Al Viro | 1 | -42/+40 |
2022-02-14 | fs: clean up mount_setattr control flow | Christian Brauner | 1 | -41/+43 |
2022-02-14 | fs: don't open-code mnt_hold_writers() | Christian Brauner | 1 | -5/+2 |
2022-02-14 | fs: simplify check in mount_setattr_commit() | Christian Brauner | 1 | -7/+2 |
2022-02-14 | fs: add mnt_allow_writers() and simplify mount_setattr_prepare() | Christian Brauner | 1 | -6/+22 |
2022-02-14 | fs: add kernel doc for mnt_{hold,unhold}_writers() | Christian Brauner | 1 | -0/+30 |
2022-02-13 | clean overflow checks in count_mounts() a bit | Al Viro | 1 | -9/+10 |
2022-01-30 | constify struct path argument of finish_automount()/do_add_mount() | Al Viro | 1 | -2/+2 |
2022-01-22 | fs: move namespace sysctls and declare fs base directory | Luis Chamberlain | 1 | -1/+23 |
2022-01-11 | Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -14/+39 |
2021-12-30 | fs/mount_setattr: always cleanup mount_kattr | Christian Brauner | 1 | -5/+4 |
2021-12-05 | fs: support mapped mounts of mapped filesystems | Christian Brauner | 1 | -13/+38 |
2021-12-03 | fs: add is_idmapped_mnt() helper | Christian Brauner | 1 | -1/+1 |
2021-11-26 | fs/namespace: Boost the mount_lock.lock owner instead of spinning on PREEMPT_RT. | Sebastian Andrzej Siewior | 1 | -2/+18 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+4 |
2021-09-03 | memcg: enable accounting for new namesapces and struct nsproxy | Vasily Averin | 1 | -1/+1 |
2021-09-03 | memcg: enable accounting for mnt_cache entries | Vasily Averin | 1 | -2/+3 |
2021-08-31 | Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/... | Linus Torvalds | 1 | -1/+76 |
2021-08-23 | fs: remove mandatory file locking support | Jeff Layton | 1 | -19/+10 |
2021-08-21 | Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay... | Linus Torvalds | 1 | -1/+5 |
2021-08-21 | fs: warn about impending deprecation of mandatory locks | Jeff Layton | 1 | -1/+5 |
2021-08-10 | ovl: prevent private clone if bind mount is not allowed | Miklos Szeredi | 1 | -14/+28 |
2021-07-26 | move_mount: allow to add a mount into an existing group | Pavel Tikhomirov | 1 | -1/+76 |
2021-06-01 | mount: Support "nosymfollow" in new mount api | Christian Brauner | 1 | -3/+6 |
2021-05-12 | fs/mount_setattr: tighten permission checks | Christian Brauner | 1 | -1/+5 |
2021-03-31 | fs/namespace: correct/improve kernel-doc notation | Randy Dunlap | 1 | -6/+8 |
2021-02-27 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -33/+20 |
2021-01-24 | fs: introduce MOUNT_ATTR_IDMAP | Christian Brauner | 1 | -7/+115 |
2021-01-24 | fs: add mount_setattr() | Christian Brauner | 1 | -0/+263 |
2021-01-24 | fs: add attr_flags_to_mnt_flags helper | Christian Brauner | 1 | -16/+24 |
2021-01-24 | fs: split out functions to hold writers | Christian Brauner | 1 | -6/+18 |
2021-01-24 | namespace: only take read lock in do_reconfigure_mnt() | Christian Brauner | 1 | -6/+6 |
2021-01-24 | mount: make {lock,unlock}_mount_hash() static | Christian Brauner | 1 | -0/+10 |
2021-01-24 | namespace: take lock_mount_hash() directly when changing flags | Christian Brauner | 1 | -14/+8 |
2021-01-24 | mount: attach mappings to mounts | Christian Brauner | 1 | -0/+9 |
2021-01-04 | umount(2): move the flag validity checks first | Al Viro | 1 | -2/+5 |
2021-01-04 | vfs: don't unnecessarily clone write access for writable fds | Eric Biggers | 1 | -33/+20 |
2020-12-25 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+6 |
2020-12-14 | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 1 | -2/+2 |
2020-12-10 | fs/namespace.c: WARN if mnt_count has become negative | Eric Biggers | 1 | -3/+6 |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+2 |
2020-10-17 | task_work: cleanup notification modes | Jens Axboe | 1 | -1/+1 |
2020-10-12 | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2020-09-22 | fs: remove compat_sys_mount | Christoph Hellwig | 1 | -2/+2 |
2020-09-04 | fs: Handle intra-page faults in copy_mount_options() | Catalin Marinas | 1 | -7/+18 |
2020-08-27 | Add a "nosymfollow" mount option. | Mattias Nissler | 1 | -0/+2 |
2020-08-19 | mnt: Use generic ns_common::count | Kirill Tkhai | 1 | -2/+2 |
2020-08-07 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -14/+18 |
2020-08-07 | fs: fix a struct path leak in path_umount | Christoph Hellwig | 1 | -14/+18 |
2020-08-07 | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -54/+53 |