summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu1-5/+0
2024-03-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-03-27quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2024-01-13f2fs: fix double free of f2fs_sb_infoEric Biggers1-0/+1
2024-01-12Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+9
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-10/+7
2023-12-28f2fs: move release of block devices to after kill_block_super()Eric Biggers1-5/+8
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-10/+7
2023-12-08f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg1-0/+8
2023-12-05f2fs: check write pointers when checkpoint=disableJaegeuk Kim1-2/+1
2023-12-01f2fs: allow checkpoint=disable for zoned block deviceJaegeuk Kim1-5/+0
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 Torvalds1-30/+68
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 Torvalds1-1/+1
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 Kara1-6/+7
2023-10-22f2fs: finish previous checkpoints before returning from remountDaeho Jeong1-27/+32
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-05f2fs: Support Block Size == Page SizeDaniel Rosenberg1-2/+2
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerQi Zheng1-8/+23
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-12f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Chao Yu1-1/+1
2023-09-12f2fs: compress: fix to avoid redundant compress extensionChao Yu1-0/+33
2023-09-03Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+22
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+3
2023-08-23f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu1-1/+1
2023-08-14f2fs: fix to account cp stats correctlyChao Yu1-1/+7
2023-08-14f2fs: fix to account gc stats correctlyChao Yu1-0/+1
2023-08-14f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo1-5/+5
2023-08-14f2fs: don't reopen the main block device in f2fs_scan_devicesChristoph Hellwig1-12/+8
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig1-4/+3
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-07-06Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-38/+214
2023-06-26f2fs: cleanup MIN_INLINE_XATTR_SIZESheng Yong1-1/+1
2023-06-26f2fs: add helper to check compression levelSheng Yong1-2/+2
2023-06-26f2fs: assign default compression levelJaegeuk Kim1-5/+7
2023-06-26f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanupChao Yu1-3/+3
2023-06-12f2fs: avoid dead loop in f2fs_issue_checkpoint()Chao Yu1-2/+13
2023-06-12f2fs: fix to drop all dirty meta/node pages during umount()Chao Yu1-2/+16
2023-06-12f2fs: flush error flags in workqueueChao Yu1-3/+23
2023-06-12f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu1-12/+18
2023-06-12f2fs: fix to set noatime and immutable flag for quota fileChao Yu1-0/+9
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12fs: remove sb->s_modeChristoph Hellwig1-4/+6
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-1/+1