aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 2-2/+2
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-150/+254
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+23
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxGravatar Linus Torvalds 1-9/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 8-34/+36
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 2-3/+3
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportGravatar Amir Goldstein 1-0/+1
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Gravatar Jan Kara 2-6/+8
2023-10-22f2fs: finish previous checkpoints before returning from remountGravatar Daeho Jeong 1-27/+32
2023-10-19f2fs: fix error handling of __get_node_pageGravatar Zhiguo Niu 1-1/+2
2023-10-19f2fs: do not return EFSCORRUPTED, but try to run online repairGravatar Jaegeuk Kim 2-8/+16
2023-10-18f2fs: convert to new timestamp accessorsGravatar Jeff Layton 8-34/+36
2023-10-16f2fs: fix error path of __f2fs_build_free_nidsGravatar Zhiguo Niu 1-2/+9
2023-10-16f2fs: Clean up errors in segment.hGravatar KaiLong Wang 1-2/+2
2023-10-16f2fs: clean up zones when not successfully unmountedGravatar Daeho Jeong 1-36/+56
2023-10-11f2fs: let f2fs_precache_extents() traverses in file rangeGravatar Chao Yu 1-1/+1
2023-10-09f2fs: avoid format-overflow warningGravatar Su Hui 1-1/+1
2023-10-09f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Gravatar Chao Yu 1-0/+1
2023-10-09f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map to .rodataGravatar Wedson Almeida Filho 2-3/+3
2023-10-04f2fs: Support Block Size == Page SizeGravatar Daniel Rosenberg 4-5/+5
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerGravatar Qi Zheng 1-8/+23
2023-10-03f2fs: stop iterating f2fs_map_block if hole existsGravatar Jaegeuk Kim 1-1/+1
2023-09-26f2fs: preload extent_cache for POSIX_FADV_WILLNEEDGravatar Jaegeuk Kim 1-0/+3
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeGravatar Eric Biggers 1-0/+1
2023-09-25fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesGravatar Eric Biggers 1-8/+1
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outGravatar Eric Biggers 1-0/+1
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedGravatar Eric Biggers 1-1/+1
2023-09-14f2fs: set the default compress_level on ioctlGravatar Jaegeuk Kim 1-0/+9
2023-09-12f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()Gravatar Chao Yu 1-0/+5
2023-09-12f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Gravatar Chao Yu 1-1/+1
2023-09-12f2fs: split initial and dynamic conditions for extent_cacheGravatar Jaegeuk Kim 1-32/+21
2023-09-12f2fs: compress: fix to avoid redundant compress extensionGravatar Chao Yu 1-0/+33
2023-09-12f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onGravatar Chao Yu 2-30/+35
2023-09-12f2fs: compress: fix to avoid use-after-free on dicGravatar Chao Yu 1-1/+3
2023-09-12f2fs: compress: fix deadloop in f2fs_write_cache_pages()Gravatar Chao Yu 1-2/+18
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 14-168/+261
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-1/+2
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-2/+2
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-7/+8
2023-08-25f2fs: use finish zone command when closing a zoneGravatar Daeho Jeong 1-6/+13
2023-08-23f2fs: compress: fix to assign compress_level for lz4 correctlyGravatar Chao Yu 1-1/+1
2023-08-23f2fs: fix error path of f2fs_submit_page_read()Gravatar Chao Yu 1-0/+3
2023-08-23f2fs: clean up error handling in sanity_check_{compress_,}inode()Gravatar Chao Yu 1-19/+4
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Gravatar Christian Brauner 1-3/+5
2023-08-21f2fs: avoid false alarm of circular lockingGravatar Jaegeuk Kim 2-10/+17
2023-08-18Revert "f2fs: do not issue small discard commands during checkpoint"Gravatar Chao Yu 1-1/+1
2023-08-14f2fs: should update REQ_TIME for direct writeGravatar Zhiguo Niu 1-0/+1
2023-08-14f2fs: fix to account cp stats correctlyGravatar Chao Yu 8-17/+50
2023-08-14f2fs: fix to account gc stats correctlyGravatar Chao Yu 7-35/+54