summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | f2fs: clean up zones when not successfully unmountedDaeho Jeong2023-10-161-36/+56
| * | f2fs: let f2fs_precache_extents() traverses in file rangeChao Yu2023-10-111-1/+1
| * | f2fs: avoid format-overflow warningSu Hui2023-10-091-1/+1
| * | f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu2023-10-091-0/+1
| * | f2fs: Support Block Size == Page SizeDaniel Rosenberg2023-10-044-5/+5
| * | f2fs: stop iterating f2fs_map_block if hole existsJaegeuk Kim2023-10-031-1/+1
| * | f2fs: preload extent_cache for POSIX_FADV_WILLNEEDJaegeuk Kim2023-09-261-0/+3
| * | f2fs: set the default compress_level on ioctlJaegeuk Kim2023-09-141-0/+9
| * | f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()Chao Yu2023-09-121-0/+5
| * | f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Chao Yu2023-09-121-1/+1
| * | f2fs: split initial and dynamic conditions for extent_cacheJaegeuk Kim2023-09-121-32/+21
| * | f2fs: compress: fix to avoid redundant compress extensionChao Yu2023-09-121-0/+33
| * | f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu2023-09-122-30/+35
| * | f2fs: compress: fix to avoid use-after-free on dicChao Yu2023-09-121-1/+3
| * | f2fs: compress: fix deadloop in f2fs_write_cache_pages()Chao Yu2023-09-121-2/+18
| |/
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-8/+23
|\ \
| * | f2fs: dynamically allocate the f2fs-shrinkerQi Zheng2023-10-041-8/+23
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-10-301-9/+4
|\ \
| * | fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers2023-09-251-0/+1
| * | fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers2023-09-251-8/+1
| * | fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers2023-09-241-0/+1
| * | fscrypt: make it clearer that key_prefix is deprecatedEric Biggers2023-09-241-1/+1
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-308-34/+36
|\ \
| * | f2fs: convert to new timestamp accessorsJeff Layton2023-10-188-34/+36
| |/
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-3/+3
|\ \
| * | f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map to .rodataWedson Almeida Filho2023-10-092-3/+3
| |/
* / f2fs: Convert to bdev_open_by_dev/path()Jan Kara2023-10-282-6/+8
|/
* 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