summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fs: don't assume arguments are non-NULLChristian Brauner2023-07-041-2/+4
| * | | | | fs: no need to check sourceJan Kara2023-07-041-2/+1
* | | | | | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-063-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-05-314-4/+4
| |\ \ \ \ \ \
| | * | | | | | netfs: Pass a pointer to virt_to_page()Linus Walleij2023-05-291-1/+1
| | * | | | | | cifs: Pass a pointer to virt_to_page() in cifsglobLinus Walleij2023-05-291-1/+1
| | * | | | | | cifs: Pass a pointer to virt_to_page()Linus Walleij2023-05-291-1/+1
| | * | | | | | fs/proc/kcore.c: Pass a pointer to virt_addr_valid()Linus Walleij2023-05-291-1/+1
* | | | | | | | Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-0518-404/+1031
|\ \ \ \ \ \ \ \
| * | | | | | | | f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu2023-07-013-8/+12
| * | | | | | | | f2fs: only set release for file that has compressed dataSheng Yong2023-07-011-3/+5
| * | | | | | | | f2fs: fix compile warning in f2fs_destroy_node_manager()Chao Yu2023-07-012-8/+9
| * | | | | | | | f2fs: fix error path handling in truncate_dnode()Chao Yu2023-07-011-1/+3
| * | | | | | | | f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim2023-07-012-3/+12
| * | | | | | | | f2fs: remove unneeded page uptodate check/setYunlei He2023-06-261-2/+0
| * | | | | | | | f2fs: update mtime and ctime in move file range methodYunlei He2023-06-261-0/+11
| * | | | | | | | f2fs: compress tmp files given extensionJaegeuk Kim2023-06-261-7/+21
| * | | | | | | | f2fs: refactor struct f2fs_attr macroYangtao Li2023-06-261-91/+149
| * | | | | | | | f2fs: convert to use sbi directlyYangtao Li2023-06-261-6/+6
| * | | | | | | | f2fs: remove redundant assignment to variable errColin Ian King2023-06-261-3/+1
| * | | | | | | | f2fs: do not issue small discard commands during checkpointJaegeuk Kim2023-06-261-1/+1
| * | | | | | | | f2fs: check zone write pointer points to the end of zoneDaeho Jeong2023-06-261-2/+6
| * | | | | | | | f2fs: add f2fs_ioc_get_compress_blocksSheng Yong2023-06-261-6/+17
| * | | | | | | | f2fs: cleanup MIN_INLINE_XATTR_SIZESheng Yong2023-06-262-1/+2
| * | | | | | | | f2fs: add helper to check compression levelSheng Yong2023-06-263-2/+31
| * | | | | | | | f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-262-1/+1
| * | | | | | | | f2fs: do more sanity check on inodeChao Yu2023-06-262-35/+67
| * | | | | | | | f2fs: compress: fix to check validity of i_compress_flag fieldChao Yu2023-06-261-3/+3
| * | | | | | | | f2fs: add sanity compress level check for compressed fileYangtao Li2023-06-261-29/+78
| * | | | | | | | f2fs: assign default compression levelJaegeuk Kim2023-06-263-7/+10
| * | | | | | | | f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanupChao Yu2023-06-262-3/+5
| * | | | | | | | f2fs: check return value of freeze_super()Chao Yu2023-06-261-1/+3
| * | | | | | | | f2fs: avoid dead loop in f2fs_issue_checkpoint()Chao Yu2023-06-121-2/+13
| * | | | | | | | f2fs: fix args passed to trace_f2fs_lookup_endWu Bo2023-06-121-2/+2
| * | | | | | | | f2fs: flag as supporting buffered async readsYangtao Li2023-06-121-1/+1
| * | | | | | | | f2fs: fix to drop all dirty meta/node pages during umount()Chao Yu2023-06-121-2/+16
| * | | | | | | | f2fs: Detect looped node chain efficientlyChunhai Guo2023-06-121-20/+51
| * | | | | | | | f2fs: add async reset zone command supportDaejun Park2023-06-123-3/+83
| * | | | | | | | f2fs: flush error flags in workqueueChao Yu2023-06-123-4/+25
| * | | | | | | | f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu2023-06-121-12/+18
| * | | | | | | | f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu2023-06-123-5/+20
| * | | | | | | | f2fs: clean up w/ sbi->log_sectors_per_blockChao Yu2023-06-121-12/+11
| * | | | | | | | f2fs: fix to set noatime and immutable flag for quota fileChao Yu2023-06-121-0/+9
| * | | | | | | | f2fs: renew value of F2FS_FEATURE_*Chao Yu2023-06-121-15/+15
| * | | | | | | | f2fs: renew value of F2FS_MOUNT_*Chao Yu2023-06-121-28/+28
| * | | | | | | | f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu2023-06-122-6/+8
| * | | | | | | | f2fs: Fix over-estimating free section during FG GCYonggil Song2023-06-121-5/+11
| * | | | | | | | f2fs: close unused open zones while mountingDaeho Jeong2023-06-121-22/+31
| * | | | | | | | f2fs: fix the wrong condition to determine atomic contextJaegeuk Kim2023-05-241-1/+1
| * | | | | | | | f2fs: maintain six open zones for zoned devicesDaeho Jeong2023-05-242-0/+63