summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu
2024-03-12f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu
2024-03-04f2fs: print zone status in string and some logJaegeuk Kim
2024-02-29f2fs: fix write pointers all the timeJaegeuk Kim
2024-02-29f2fs: prevent an f2fs_gc loop during disable_checkpointJaegeuk Kim
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu
2024-02-27f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim
2024-02-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-02-25f2fs: port block device access to filesChristian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim
2024-02-08fs: super_set_uuid()Kent Overstreet
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-02-05f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu
2024-02-05f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu
2024-02-05f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu
2024-01-12f2fs: fix double free of f2fs_sb_infoEric Biggers
2024-01-11Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-27f2fs: move release of block devices to after kill_block_super()Eric Biggers
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-08f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg
2023-12-04f2fs: check write pointers when checkpoint=disableJaegeuk Kim
2023-12-01f2fs: allow checkpoint=disable for zoned block deviceJaegeuk Kim
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Jan Kara
2023-10-22f2fs: finish previous checkpoints before returning from remountDaeho Jeong
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton
2023-10-04f2fs: Support Block Size == Page SizeDaniel Rosenberg
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerQi Zheng
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers
2023-09-25fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedEric Biggers
2023-09-12f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Chao Yu
2023-09-12f2fs: compress: fix to avoid redundant compress extensionChao Yu
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds