summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: change to use rwsem for gc_mutexChao Yu2020-01-171-8/+8
* f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-01-171-12/+4
* f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-01-171-0/+2
* f2fs: support data compressionChao Yu2020-01-171-1/+111
* f2fs: declare nested quota_sem and remove unnecessary semsJaegeuk Kim2020-01-151-14/+4
* f2fs: introduce private biosetChao Yu2020-01-151-1/+6
* f2fs: Check write pointer consistency of non-open zonesShin'ichiro Kawasaki2020-01-151-0/+11
* Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-11-301-1/+1
|\
| * fs: Use dquot_load_quota_inode() from filesystemsJan Kara2019-11-041-1/+1
* | Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-11-301-10/+40
|\ \
| * | f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2019-11-251-6/+14
| * | f2fs: support aligned pinned fileJaegeuk Kim2019-11-071-0/+1
| * | f2fs: cache global IPU bioChao Yu2019-10-251-0/+8
| * | f2fs: check total_segments from devices in raw_superQiuyang Sun2019-10-221-0/+15
| * | f2fs: mark recovery flag correctly in read_raw_super_block()Chengguang Xu via Linux-f2fs-devel2019-10-221-4/+2
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-11-251-6/+20
|\ \
| * | f2fs: add support for IV_INO_LBLK_64 encryption policiesEric Biggers2019-11-061-6/+20
| |/
* / block: rework zone reportingChristoph Hellwig2019-11-121-35/+16
|/
* Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-211-9/+147
|\
| * f2fs: check all the data segments against all node onesSurbhi Palande2019-09-161-2/+2
| * f2fs: fix wrong available node count calculationChao Yu2019-08-231-4/+2
| * f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-231-0/+1
| * f2fs: include charset encoding information in the superblockDaniel Rosenberg2019-08-231-0/+95
| * f2fs: fix to handle quota_{on,off} correctlyChao Yu2019-08-231-2/+25
| * f2fs: fix to drop meta/node pages during umountChao Yu2019-08-231-0/+14
| * f2fs: disallow switching io_bits option during remountChao Yu2019-08-231-0/+7
| * f2fs: fix panic of IO alignment featureChao Yu2019-08-231-1/+1
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-181-0/+3
|\ \
| * | f2fs: add fs-verity supportEric Biggers2019-08-121-0/+3
* | | 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