summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: wire up new fscrypt ioctlsEric Biggers2019-08-121-0/+2
* Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-301-24/+24
|\
| * f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng2019-07-281-24/+24
* | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-151-3/+1
|\ \ | |/ |/|
| * block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-111-3/+1
* | f2fs: improve print log in f2fs_sanity_check_ckpt()Chao Yu2019-07-101-1/+3
* | f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim2019-07-021-5/+33
* | f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-021-1/+1
* | f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-021-293/+200
* | f2fs: ioctl for removing a range from F2FSQiuyang Sun2019-07-021-0/+4
* | f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg2019-06-031-21/+38
* | f2fs: Fix root reserved on remountDaniel Rosenberg2019-06-031-1/+2
* | f2fs: fix f2fs_show_options to show nodiscard mount optionSahitya Tummala2019-05-301-0/+2
* | f2fs: add error prints for debugging mount failureSahitya Tummala2019-05-301-2/+2
* | f2fs: fix to avoid deadloop if data_flush is onChao Yu2019-05-231-0/+1
* | f2fs: fix to check layout on last valid checkpoint parkChao Yu2019-05-231-0/+9
* | f2fs: link f2fs quota ops for sysfileJaegeuk Kim2019-05-231-4/+1
|/
* Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-141-16/+54
|\
| * f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu2019-05-081-0/+6
| * f2fs: fix to handle error in f2fs_disable_checkpoint()Chao Yu2019-05-081-1/+4
| * f2fs: fix to skip recovery on readonly deviceChao Yu2019-05-081-4/+11
| * f2fs: fix to consider multiple device for readonly checkChao Yu2019-05-081-1/+1
| * f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu2019-05-081-1/+1
| * f2fs: fix to do sanity check on valid node/block countChao Yu2019-05-081-1/+20
| * f2fs: remove new blank line of f2fs kernel messageChao Yu2019-05-081-4/+4
| * f2fs: Reduce zoned block device memory usageDamien Le Moal2019-04-051-5/+8
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-071-0/+1
|\ \
| * | fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-171-0/+3
| |/
* / f2fs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-151-30/+79
|\
| * f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu2019-03-121-4/+1
| * f2fs: give some messages for inline_xattr_sizeJaegeuk Kim2019-03-121-6/+11
| * f2fs: give random value to i_generationJaegeuk Kim2019-03-121-1/+0
| * f2fs: fix to retry fill_super only if recovery failedChao Yu2019-03-121-8/+11
| * f2fs: don't allow negative ->write_io_size_bitsChao Yu2019-03-051-1/+1
| * f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2019-03-051-6/+7
| * f2fs: jump to label 'free_node_inode' when failing from d_make_root()Chengguang Xu2019-03-051-1/+1
| * f2fs: fix to data block override node segment by mistakezhengliang2019-03-051-0/+4
| * f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim2019-02-151-11/+33
| * f2fs: flush quota blocks after turnning it offJaegeuk Kim2019-02-151-0/+6
| * f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim2019-02-151-0/+5
| * f2fs: run discard jobs when put_superJaegeuk Kim2019-02-041-1/+3
| * f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-081-4/+1
| * f2fs: change error code to -ENOMEM from -EINVALChengguang Xu2019-01-081-1/+1
| * f2fs: don't access node/meta inode mapping after iputJaegeuk Kim2019-01-081-0/+5
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-4/+4
|\ \
| * | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-4/+4
| |/
* / f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-4/+1
|/
* f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala2018-12-261-12/+15
* f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2018-12-261-3/+3