summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix double free of f2fs_sb_infoEric Biggers2024-01-121-0/+1
* Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-1113-254/+260
|\
| * f2fs: show more discard status by sysfsZhiguo Niu2023-12-261-0/+34
| * f2fs: Add error handling for negative returns from do_garbage_collectYongpeng Yang2023-12-261-0/+3
| * f2fs: Constrain the modification range of dir_level in the sysfsYongpeng Yang2023-12-261-0/+7
| * f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-262-8/+5
| * f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu2023-12-152-7/+10
| * f2fs: don't set FI_PREALLOCATED_ALL for partial writeChao Yu2023-12-111-1/+2
| * f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu2023-12-111-1/+1
| * f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu2023-12-111-0/+5
| * f2fs: fix to wait on block writeback for post_read caseChao Yu2023-12-111-3/+4
| * f2fs: fix to tag gcing flag on page during block migrationChao Yu2023-12-112-1/+5
| * f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu2023-12-111-10/+15
| * f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu2023-12-114-18/+16
| * f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu2023-12-113-16/+11
| * f2fs: introduce get_dnode_addr() to clean up codesChao Yu2023-12-114-37/+32
| * f2fs: delete obsolete FI_DROP_CACHEChao Yu2023-12-112-9/+0
| * f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2023-12-116-40/+0
| * f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg2023-12-081-0/+8
| * f2fs: let's finish or reset zones all the timeJaegeuk Kim2023-12-051-58/+17
| * f2fs: check write pointers when checkpoint=disableJaegeuk Kim2023-12-041-2/+1
| * f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim2023-12-041-0/+2
| * f2fs: allocate new section if it's not newJaegeuk Kim2023-12-041-16/+17
| * f2fs: allow checkpoint=disable for zoned block deviceJaegeuk Kim2023-12-011-5/+0
| * f2fs: sysfs: support discard_io_awareChao Yu2023-11-283-1/+21
| * f2fs: introduce tracepoint for f2fs_rename()Chao Yu2023-11-281-5/+11
| * f2fs: fix to avoid dirent corruptionChao Yu2023-11-281-1/+1
| * f2fs: skip adding a discard command if existsJaegeuk Kim2023-11-201-1/+2
| * f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu2023-11-171-6/+17
| * f2fs: use shared inode lock during f2fs_fiemap()Chao Yu2023-11-171-2/+2
| * f2fs: clean up w/ dotdot_nameChao Yu2023-11-171-3/+2
| * f2fs: explicitly null-terminate the xattr listEric Biggers2023-11-171-0/+6
| * f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()zhangxirui2023-11-171-3/+3
* | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-7/+8
|\ \
| * | f2fs: Avoid reading renamed directory if parent does not changeJan Kara2023-11-251-7/+8
| |/
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-112-11/+8
|\ \
| * | block: remove support for the host aware zone modelChristoph Hellwig2023-12-192-11/+8
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2024-01-101-5/+8
|\ \
| * | f2fs: move release of block devices to after kill_block_super()Eric Biggers2023-12-271-5/+8
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-092-2/+2
|\ \
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-102-2/+2
| |/
* / bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-2/+2
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-0410-150/+254
|\ \
| * | f2fs: finish previous checkpoints before returning from remountDaeho Jeong2023-10-221-27/+32
| * | f2fs: fix error handling of __get_node_pageZhiguo Niu2023-10-191-1/+2
| * | f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim2023-10-192-8/+16
| * | f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu2023-10-161-2/+9
| * | f2fs: Clean up errors in segment.hKaiLong Wang2023-10-161-2/+2