Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull misc filesystem updates from Jan Kara: - Rewrite kmap_local() handling in ext2 - Convert ext2 direct IO path to iomap (with some infrastructure tweaks associated with that) - Convert two boilerplate licenses in udf to SPDX identifiers - Other small udf, ext2, and quota fixes and cleanups * tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: udf: Fix uninitialized array access for some pathnames ext2: Drop fragment support quota: fix warning in dqgrab() quota: Properly disable quotas when add_dquot_ref() fails fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier fs: Drop wait_unfrozen wait queue ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymore ext2_{set_link,delete_entry}(): don't bother with page_addr ext2_put_page(): accept any pointer within the page ext2_get_page(): saner type ext2: use offset_in_page() instead of open-coding it as subtraction ext2_rename(): set_link and delete_entry may fail ext2: Add direct-io trace points ext2: Move direct-io to use iomap ext2: Use generic_buffers_fsync() implementation ext4: Use generic_buffers_fsync_noflush() implementation fs/buffer.c: Add generic_buffers_fsync*() implementation ext2/dax: Fix ext2_setsize when len is page aligned
No related branches found
No related tags found
Showing
- fs/buffer.c 70 additions, 0 deletionsfs/buffer.c
- fs/ext2/Makefile 4 additions, 1 deletionfs/ext2/Makefile
- fs/ext2/dir.c 58 additions, 78 deletionsfs/ext2/dir.c
- fs/ext2/ext2.h 5 additions, 18 deletionsfs/ext2/ext2.h
- fs/ext2/file.c 125 additions, 1 deletionfs/ext2/file.c
- fs/ext2/inode.c 36 additions, 22 deletionsfs/ext2/inode.c
- fs/ext2/namei.c 24 additions, 39 deletionsfs/ext2/namei.c
- fs/ext2/super.c 4 additions, 19 deletionsfs/ext2/super.c
- fs/ext2/trace.c 6 additions, 0 deletionsfs/ext2/trace.c
- fs/ext2/trace.h 94 additions, 0 deletionsfs/ext2/trace.h
- fs/ext4/fsync.c 16 additions, 17 deletionsfs/ext4/fsync.c
- fs/quota/dquot.c 3 additions, 2 deletionsfs/quota/dquot.c
- fs/quota/quota.c 3 additions, 2 deletionsfs/quota/quota.c
- fs/super.c 0 additions, 4 deletionsfs/super.c
- fs/udf/balloc.c 1 addition, 5 deletionsfs/udf/balloc.c
- fs/udf/dir.c 1 addition, 5 deletionsfs/udf/dir.c
- fs/udf/directory.c 1 addition, 5 deletionsfs/udf/directory.c
- fs/udf/file.c 1 addition, 5 deletionsfs/udf/file.c
- fs/udf/ialloc.c 1 addition, 5 deletionsfs/udf/ialloc.c
- fs/udf/inode.c 1 addition, 5 deletionsfs/udf/inode.c
Loading
Please register or sign in to comment