summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-241-10/+1
|\
| * f2fs: remove unreachable lazytime mount option parsingEric Sandeen2024-07-111-10/+0
| * f2fs: add support for FS_IOC_GETFSSYSFSPATHChao Yu2024-06-121-0/+1
* | f2fs: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi2024-06-071-4/+4
|/
* Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-201-18/+62
|\
| * f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu2024-05-091-7/+20
| * f2fs: remove unnecessary block size check in init_f2fs_fs()Chao Yu2024-04-191-6/+0
| * f2fs: fix comment in sanity_check_raw_super()Chao Yu2024-04-191-1/+1
| * f2fs: don't set RO when shutting down f2fsJaegeuk Kim2024-04-121-2/+8
| * f2fs: fix zoned block device information initializationWenjie Qi2024-04-091-0/+27
| * f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He2024-03-301-2/+0
| * f2fs: support .shutdown in f2fs_sopsChao Yu2024-03-261-0/+6
* | 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-131-1/+3
| * f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu2024-03-131-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-061-3/+6
| * f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu2024-02-061-3/+8
| * f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu2024-02-061-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-131-0/+1
|/
* Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-121-7/+9
|\
| * f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg2023-12-081-0/+8
| * f2fs: check write pointers when checkpoint=disableJaegeuk Kim2023-12-051-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-201-10/+7
| |/
* / f2fs: move release of block devices to after kill_block_super()Eric Biggers2023-12-281-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-051-2/+2