summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+62
2024-05-09f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu1-7/+20
2024-04-19f2fs: remove unnecessary block size check in init_f2fs_fs()Chao Yu1-6/+0
2024-04-19f2fs: fix comment in sanity_check_raw_super()Chao Yu1-1/+1
2024-04-12f2fs: don't set RO when shutting down f2fsJaegeuk Kim1-2/+8
2024-04-09f2fs: fix zoned block device information initializationWenjie Qi1-0/+27
2024-03-30f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-03-26f2fs: support .shutdown in f2fs_sopsChao Yu1-0/+6
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-141/+67
2024-03-14Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-13f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu1-1/+3
2024-03-13f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu1-5/+0
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+6
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner1-0/+1
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu1-8/+8
2024-03-04f2fs: print zone status in string and some logJaegeuk Kim1-1/+3
2024-02-29f2fs: fix write pointers all the timeJaegeuk Kim1-4/+7
2024-02-29f2fs: prevent an f2fs_gc loop during disable_checkpointJaegeuk Kim1-0/+1
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu1-0/+1
2024-02-28f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi1-0/+1
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim1-8/+1
2024-02-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim1-4/+4
2024-02-25f2fs: port block device access to filesChristian Brauner1-6/+6
2024-02-25bdev: open block device as filesChristian Brauner1-1/+1
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim1-87/+1
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+1
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2024-02-06f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu1-3/+6
2024-02-06f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu1-3/+8
2024-02-06f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu1-18/+19
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