diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-15 02:38:54 +0530 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-15 02:38:54 +0530 |
| commit | 4d23bdc4988efc22904c78ca36ebeef5deb950db (patch) | |
| tree | 5ff6795a547f44257a989f3cb8f2b13172adf65c /MAINTAINERS | |
| parent | d2cb5e633c6e8f2fb9af57e72fb05899952b1e3c (diff) | |
| parent | 79e33ddc62c03cce6c29f0792454e1d618228acf (diff) | |
| download | ath-4d23bdc4988efc22904c78ca36ebeef5deb950db.tar.gz | |
Merge tag 'vfs-7.2-rc1.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Pull exportfs updates from Christian Brauner:
"This cleans up the exportfs support for block-style layouts that
provide direct block device access: the operations for layout-based
block device access are split out of struct export_operations into a
separate header, ->commit_blocks() no longer takes a struct iattr
argument, and the way support for layout-based block device access is
detected is reworked.
nfsd's blocklayout code also stops honoring loca_time_modify. This is
preparation for supporting export of more than a single device per
file system"
* tag 'vfs-7.2-rc1.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
exportfs,nfsd: rework checking for layout-based block device access support
exportfs: don't pass struct iattr to ->commit_blocks
exportfs: split out the ops for layout-based block device access
nfsd/blocklayout: always ignore loca_time_modify
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c8d4b913f26c1..0d94420eae3d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9916,7 +9916,7 @@ S: Supported F: Documentation/filesystems/nfs/exporting.rst F: fs/exportfs/ F: fs/fhandle.c -F: include/linux/exportfs.h +F: include/linux/exportfs*.h FILESYSTEMS [IDMAPPED MOUNTS] M: Christian Brauner <brauner@kernel.org> |
