summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-30/+68
|\ \
| * | f2fs: finish previous checkpoints before returning from remountDaeho Jeong2023-10-221-27/+32
| * | f2fs: Support Block Size == Page SizeDaniel Rosenberg2023-10-041-2/+2
| * | f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Chao Yu2023-09-121-1/+1
| * | f2fs: compress: fix to avoid redundant compress extensionChao Yu2023-09-121-0/+33
| |/
* | 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-301-1/+1
|\ \
| * | f2fs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
| |/
* / f2fs: Convert to bdev_open_by_dev/path()Jan Kara2023-10-281-6/+7
|/
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-021-18/+22
|\
| * f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu2023-08-231-1/+1
| * f2fs: fix to account cp stats correctlyChao Yu2023-08-141-1/+7
| * f2fs: fix to account gc stats correctlyChao Yu2023-08-141-0/+1
| * f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo2023-08-141-5/+5
| * f2fs: don't reopen the main block device in f2fs_scan_devicesChristoph Hellwig2023-08-141-12/+8
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-4/+3
|\ \
| * | fs: use the super_block as holder when mounting file systemsChristoph Hellwig2023-08-111-4/+3
| |/
* / f2fs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
|/
* Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-051-38/+214
|\
| * f2fs: cleanup MIN_INLINE_XATTR_SIZESheng Yong2023-06-261-1/+1
| * f2fs: add helper to check compression levelSheng Yong2023-06-261-2/+2
| * f2fs: assign default compression levelJaegeuk Kim2023-06-261-5/+7
| * f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanupChao Yu2023-06-261-3/+3
| * f2fs: avoid dead loop in f2fs_issue_checkpoint()Chao Yu2023-06-121-2/+13
| * f2fs: fix to drop all dirty meta/node pages during umount()Chao Yu2023-06-121-2/+16
| * f2fs: flush error flags in workqueueChao Yu2023-06-121-3/+23
| * f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu2023-06-121-12/+18
| * f2fs: fix to set noatime and immutable flag for quota fileChao Yu2023-06-121-0/+9
| * f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu2023-05-081-10/+124
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* | fs: remove sb->s_modeChristoph Hellwig2023-06-121-4/+6
* | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
* | block: introduce holder opsChristoph Hellwig2023-06-051-2/+2
|/
* f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim2023-04-241-6/+2
* f2fs: fix to recover quota data correctlyChao Yu2023-04-121-0/+57
* f2fs: fix to check readonly condition correctlyChao Yu2023-04-121-1/+1
* f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()Chao Yu2023-04-101-2/+2
* f2fs: set default compress option only when sb_has_compressionYangtao Li2023-04-101-4/+6
* f2fs: add compression feature check for all compress mount optYangtao Li2023-04-041-0/+12
* f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim2023-03-291-1/+1
* f2fs: convert to use bitmap APIYangtao Li2023-03-291-8/+8
* Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-271-31/+32
|\