summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-10-011-0/+3
* f2fs: fix is_idle() check for discard typeSahitya Tummala2019-07-311-1/+1
* f2fs: Fix accounting for unusable blocksDaniel Rosenberg2019-07-311-5/+10
* f2fs: fix to avoid deadloop if data_flush is onChao Yu2019-07-311-0/+1
* Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-141-33/+94
|\
| * f2fs: introduce DATA_GENERIC_ENHANCEChao Yu2019-05-081-10/+8
| * f2fs: fix to consider multiple device for readonly checkChao Yu2019-05-081-0/+14
| * f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu2019-05-081-1/+5
| * f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu2019-05-081-1/+8
| * f2fs: fix wrong __is_meta_io() macroChao Yu2019-05-081-3/+2
| * f2fs: fix to avoid panic in dec_valid_node_count()Chao Yu2019-05-081-3/+11
| * f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-05-081-2/+10
| * f2fs: fix to use inline space only if inline_xattr is enableChao Yu2019-05-081-1/+3
| * f2fs: add comment for conditional compilation statementChao Yu2019-04-051-1/+1
| * f2fs: improve discard handling with multi-device volumesDamien Le Moal2019-04-051-1/+15
| * f2fs: Reduce zoned block device memory usageDamien Le Moal2019-04-051-9/+5
| * f2fs: Fix use of number of devicesDamien Le Moal2019-04-051-1/+12
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
| |/ |/|
* | Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-151-24/+53
|\ \
| * | f2fs: fix to add refcount once page is tagged PG_privateChao Yu2019-03-121-0/+21
| * | f2fs: give random value to i_generationJaegeuk Kim2019-03-121-2/+0
| * | f2fs: fix wrong #endifJaegeuk Kim2019-03-121-2/+2
| * | f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2019-03-051-1/+0
| * | f2fs: fix potential data inconsistence of checkpointChao Yu2019-03-051-2/+1
| * | f2fs: avoid null pointer exception in dcc_infoJaegeuk Kim2019-02-151-3/+10
| * | f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim2019-02-151-0/+2
| * | f2fs: run discard jobs when put_superJaegeuk Kim2019-02-041-1/+4
| * | f2fs: fix to set sbi dirty correctlyChao Yu2019-01-221-7/+6
| * | f2fs: add brackets for macrosSheng Yong2019-01-221-5/+5
| * | f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-081-2/+2
| * | f2fs: export FS_NOCOW_FL flag to userJaegeuk Kim2019-01-081-1/+2
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-10/+4
|\ \ \ | |_|/ |/| |
| * | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-4/+3
| * | f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-6/+1
| |/
* / f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-2/+2
|/
* f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-261-1/+1
* f2fs: clean up structure extent_nodeChao Yu2018-12-261-10/+2
* f2fs: fix sbi->extent_list corruption issueSahitya Tummala2018-12-261-1/+10
* f2fs: correct wrong spelling, issing_*Jaegeuk Kim2018-12-261-5/+5
* f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim2018-12-261-2/+8
* f2fs: remove redundant comment of unused wio_mutexYunlong Song2018-12-261-1/+0
* f2fs: add an ioctl() to explicitly trigger fsck laterJaegeuk Kim2018-12-141-0/+1
* f2fs: avoid frequent costly fsck triggersJaegeuk Kim2018-11-281-1/+5
* f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan2018-11-261-1/+1
* f2fs: avoid build warn of fall_throughJaegeuk Kim2018-11-261-0/+1
* f2fs: fix out-place-update DIO writeChao Yu2018-11-261-0/+1
* f2fs: fix to be aware discard/preflush/dio command in is_idle()Chao Yu2018-11-261-1/+5
* f2fs: add to account direct IOChao Yu2018-11-261-0/+10