summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-0214-168/+261
|\
| * f2fs: use finish zone command when closing a zoneDaeho Jeong2023-08-251-6/+13
| * f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu2023-08-231-1/+1
| * f2fs: fix error path of f2fs_submit_page_read()Chao Yu2023-08-231-0/+3
| * f2fs: clean up error handling in sanity_check_{compress_,}inode()Chao Yu2023-08-231-19/+4
| * f2fs: avoid false alarm of circular lockingJaegeuk Kim2023-08-212-10/+17
| * Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu2023-08-181-1/+1
| * f2fs: should update REQ_TIME for direct writeZhiguo Niu2023-08-141-0/+1
| * f2fs: fix to account cp stats correctlyChao Yu2023-08-148-17/+50
| * f2fs: fix to account gc stats correctlyChao Yu2023-08-147-35/+54
| * f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu2023-08-141-1/+1
| * f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu2023-08-141-2/+2
| * Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu2023-08-141-6/+6
| * f2fs: increase usage of folio_next_index() helperMinjie Du2023-08-141-2/+1
| * f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo2023-08-141-5/+5
| * f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki2023-08-142-11/+44
| * f2fs: compress: don't {,de}compress non-full clusterChao Yu2023-08-141-12/+8
| * f2fs: allow f2fs_ioc_{,de}compress_file to be interruptedChao Yu2023-08-141-0/+12
| * f2fs: don't reopen the main block device in f2fs_scan_devicesChristoph Hellwig2023-08-141-12/+8
| * f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2023-08-142-6/+20
| * f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim2023-08-141-6/+2
| * f2fs: flush inode if atomic file is abortedJaegeuk Kim2023-08-141-0/+2
| * f2fs: don't handle error case of f2fs_compress_alloc_page()Chao Yu2023-08-141-13/+1
| * Revert "f2fs: clean up w/ sbi->log_sectors_per_block"Jaegeuk Kim2023-08-141-11/+12
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-292-1/+2
|\ \
| * | fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
| * | fs: rename and move block_page_mkwrite_returnChristoph Hellwig2023-08-021-1/+1
| |/
* | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-282-2/+2
|\ \
| * | filemap: Add fgf_t typedefMatthew Wilcox (Oracle)2023-07-242-2/+2
| |/
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-7/+8
|\ \
| * \ Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner2023-08-231-3/+5
| |\ \
| | * | fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong2023-07-171-3/+5
| | |/
| * / fs: use the super_block as holder when mounting file systemsChristoph Hellwig2023-08-111-4/+3
| |/
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | f2fs: convert to ctime accessor functionsJeff Layton2023-07-249-31/+33
|/
* 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-06-303-8/+12
| * f2fs: only set release for file that has compressed dataSheng Yong2023-06-301-3/+5
| * f2fs: fix compile warning in f2fs_destroy_node_manager()Chao Yu2023-06-302-8/+9
| * f2fs: fix error path handling in truncate_dnode()Chao Yu2023-06-301-1/+3
| * f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim2023-06-302-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