summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-12f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu3-16/+11
2023-12-12f2fs: introduce get_dnode_addr() to clean up codesChao Yu4-37/+32
2023-12-12f2fs: delete obsolete FI_DROP_CACHEChao Yu2-9/+0
2023-12-12f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu6-40/+0
2023-12-08f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg1-0/+8
2023-12-05f2fs: let's finish or reset zones all the timeJaegeuk Kim1-58/+17
2023-12-05f2fs: check write pointers when checkpoint=disableJaegeuk Kim1-2/+1
2023-12-05f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim1-0/+2
2023-12-05f2fs: allocate new section if it's not newJaegeuk Kim1-16/+17
2023-12-01f2fs: allow checkpoint=disable for zoned block deviceJaegeuk Kim1-5/+0
2023-11-28f2fs: sysfs: support discard_io_awareChao Yu3-1/+21
2023-11-28f2fs: introduce tracepoint for f2fs_rename()Chao Yu1-5/+11
2023-11-28f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2023-11-20f2fs: skip adding a discard command if existsJaegeuk Kim1-1/+2
2023-11-17f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
2023-11-17f2fs: use shared inode lock during f2fs_fiemap()Chao Yu1-2/+2
2023-11-17f2fs: clean up w/ dotdot_nameChao Yu1-3/+2
2023-11-17f2fs: explicitly null-terminate the xattr listEric Biggers1-0/+6
2023-11-17f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()zhangxirui1-3/+3
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-150/+254
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+23
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-9/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds8-34/+36
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-3/+3
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Jan Kara2-6/+8
2023-10-22f2fs: finish previous checkpoints before returning from remountDaeho Jeong1-27/+32
2023-10-20f2fs: fix error handling of __get_node_pageZhiguo Niu1-1/+2
2023-10-20f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim2-8/+16
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton8-34/+36
2023-10-16f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu1-2/+9
2023-10-16f2fs: Clean up errors in segment.hKaiLong Wang1-2/+2
2023-10-16f2fs: clean up zones when not successfully unmountedDaeho Jeong1-36/+56
2023-10-12f2fs: let f2fs_precache_extents() traverses in file rangeChao Yu1-1/+1
2023-10-09f2fs: avoid format-overflow warningSu Hui1-1/+1
2023-10-09f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-10-09f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map to .rodataWedson Almeida Filho2-3/+3
2023-10-05f2fs: Support Block Size == Page SizeDaniel Rosenberg4-5/+5
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerQi Zheng1-8/+23
2023-10-04f2fs: stop iterating f2fs_map_block if hole existsJaegeuk Kim1-1/+1
2023-09-26f2fs: preload extent_cache for POSIX_FADV_WILLNEEDJaegeuk Kim1-0/+3
2023-09-26fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers1-0/+1
2023-09-26fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers1-8/+1
2023-09-25fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers1-0/+1
2023-09-25fscrypt: make it clearer that key_prefix is deprecatedEric Biggers1-1/+1
2023-09-14f2fs: set the default compress_level on ioctlJaegeuk Kim1-0/+9
2023-09-12f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()Chao Yu1-0/+5
2023-09-12f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Chao Yu1-1/+1
2023-09-12f2fs: split initial and dynamic conditions for extent_cacheJaegeuk Kim1-32/+21