summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs,block: yield devices earlyChristian Brauner2024-03-271-1/+1
* Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-181-141/+67
|\
| * f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu2024-03-121-1/+3
| * f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu2024-03-121-5/+0
| * f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu2024-03-041-8/+8
| * f2fs: print zone status in string and some logJaegeuk Kim2024-03-041-1/+3
| * f2fs: fix write pointers all the timeJaegeuk Kim2024-02-291-4/+7
| * f2fs: prevent an f2fs_gc loop during disable_checkpointJaegeuk Kim2024-02-291-0/+1
| * f2fs: introduce FAULT_NO_SEGMENTChao Yu2024-02-291-0/+1
| * f2fs: kill heap-based allocationJaegeuk Kim2024-02-271-8/+1
| * f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu2024-02-271-2/+8
| * f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-271-4/+4
| * f2fs: deprecate io_bitsJaegeuk Kim2024-02-201-87/+1
| * f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu2024-02-051-3/+6
| * f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu2024-02-051-3/+8
| * f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu2024-02-051-18/+19
* | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
|\ \
| * | quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-081-1/+1
| |/
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \
| * | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
| |/
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-6/+6
|\ \
| * | f2fs: port block device access to filesChristian Brauner2024-02-251-6/+6
| * | bdev: open block device as filesChristian Brauner2024-02-251-1/+1
| |/
* | Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-03-071-0/+1
|\ \ | |/ |/|
| * f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-271-0/+1
* | f2fs: fix double free of f2fs_sb_infoEric Biggers2024-01-121-0/+1
|/
* Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-111-7/+9
|\
| * f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg2023-12-081-0/+8
| * f2fs: check write pointers when checkpoint=disableJaegeuk Kim2023-12-041-2/+1
| * f2fs: allow checkpoint=disable for zoned block deviceJaegeuk Kim2023-12-011-5/+0
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-10/+7
|\ \
| * | block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-10/+7
| |/
* / f2fs: move release of block devices to after kill_block_super()Eric Biggers2023-12-271-5/+8
|/
* 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
|/