summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-12f2fs: compress: fix to avoid redundant compress extensionChao Yu1-0/+33
2023-09-12f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu2-30/+35
2023-09-12f2fs: compress: fix to avoid use-after-free on dicChao Yu1-1/+3
2023-09-12f2fs: compress: fix deadloop in f2fs_write_cache_pages()Chao Yu1-2/+18
2023-09-03Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-168/+261
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2-1/+2
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+2
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-7/+8
2023-08-25f2fs: use finish zone command when closing a zoneDaeho Jeong1-6/+13
2023-08-23f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu1-1/+1
2023-08-23f2fs: fix error path of f2fs_submit_page_read()Chao Yu1-0/+3
2023-08-23f2fs: clean up error handling in sanity_check_{compress_,}inode()Chao Yu1-19/+4
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner1-3/+5
2023-08-21f2fs: avoid false alarm of circular lockingJaegeuk Kim2-10/+17
2023-08-19Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu1-1/+1
2023-08-14f2fs: should update REQ_TIME for direct writeZhiguo Niu1-0/+1
2023-08-14f2fs: fix to account cp stats correctlyChao Yu8-17/+50
2023-08-14f2fs: fix to account gc stats correctlyChao Yu7-35/+54
2023-08-14f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu1-1/+1