summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-161-11/+63
|\
| * Merge patch series "nsfs: iterate through mount namespaces"Christian Brauner2024-08-091-11/+63
| |\
| | * nsfs: iterate through mount namespacesChristian Brauner2024-08-091-4/+31
| | * fs: allow mount namespace fdChristian Brauner2024-08-091-7/+32
* | | fs/namespace.c: Fix typo in commentYuesong Li2024-08-301-2/+2
* | | mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering2024-08-191-3/+11
|/ /
* / fs: use all available idsChristian Brauner2024-07-241-1/+1
|/
* Merge tag 'vfs-6.11.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-07-151-76/+374
|\
| * fs: reject invalid last mount id earlyChristian Brauner2024-07-081-1/+7
| * fs: refuse mnt id requests with invalid ids earlyChristian Brauner2024-07-081-1/+5
| * fs: find rootfs mount of the mount namespaceChristian Brauner2024-07-061-5/+11
| * fs: only copy to userspace on success in listmount()Christian Brauner2024-07-041-0/+2
| * fs: export mount options via statmount()Josef Bacik2024-06-281-1/+36
| * fs: use guard for namespace_sem in statmount()Christian Brauner2024-06-281-77/+83
| * fs: Allow statmount() in foreign mount namespaceChristian Brauner2024-06-281-6/+25
| * fs: Allow listmount() in foreign mount namespaceChristian Brauner2024-06-281-18/+70
| * fs: export the mount ns id via statmountJosef Bacik2024-06-281-0/+11
| * fs: keep an index of current mount namespacesJosef Bacik2024-06-281-2/+111
| * fs: relax permissions for statmount()Christian Brauner2024-06-281-1/+2
| * fs: relax permissions for listmount()Christian Brauner2024-06-281-1/+1
| * listmount: allow listing in reverse orderChristian Brauner2024-06-281-10/+49
| * fs: simplify error handlingChristian Brauner2024-06-281-12/+6
| * fs: don't copy to userspace under namespace semaphoreChristian Brauner2024-06-281-42/+56
* | vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik2024-06-271-13/+0
* | Improve readability of copy_treeJemmy2024-06-211-28/+31
* | fhandle: relax open_by_handle_at() permission checksChristian Brauner2024-05-281-1/+1
|/
* fs: relax mount_setattr() permission checksChristian Brauner2024-02-071-3/+8
* fs: rework listmount() implementationChristian Brauner2024-01-131-22/+28
* Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\
| * fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* | Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-01-101-0/+11
|\ \
| * | fs: indicate request originates from old mount APIChristian Brauner2023-12-151-0/+11
| |/
* | Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-101/+526
|\ \
| * | fs: keep struct mnt_id_req extensibleChristian Brauner2023-12-141-4/+30
| * | add listmount(2) syscallMiklos Szeredi2023-12-141-2/+84
| * | statmount: simplify string option retrievalChristian Brauner2023-12-141-102/+145
| * | statmount: simplify numeric option retrievalChristian Brauner2023-12-111-25/+17
| * | add statmount(2) syscallMiklos Szeredi2023-12-111-0/+281
| * | namespace: extract show_path() helperMiklos Szeredi2023-11-181-0/+9
| * | mounts: keep list of mounts in an rbtreeMiklos Szeredi2023-11-181-101/+89
| * | add unique mount IDMiklos Szeredi2023-11-181-0/+4
| |/
* | mnt_idmapping: remove check_fsmapping()Christian Brauner2023-11-281-1/+1
* | fs: add missing @mp parameter documentationChristian Brauner2023-11-211-0/+1
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-8/+8
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-8/+8
* | vfs: stop counting on gcc not messing with mnt_expiry_mark if not askedMateusz Guzik2023-10-191-2/+2
* | fs: export mnt_{get,put}_write_access() to modulesAmir Goldstein2023-09-111-0/+2
* | fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein2023-09-111-17/+17
|/
* Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-06-261-80/+371
|\
| * fs: allow to mount beneath top mountChristian Brauner2023-05-191-48/+304