summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: remove unnecessary struct declarationWan Jiabing2021-04-191-1/+0
* f2fs: introduce gc_merge mount optionChao Yu2021-03-301-0/+1
* f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu2021-03-261-0/+1
* f2fs: fix wrong comment of nat_tree_lockqiulaibin2021-03-251-1/+1
* f2fs: add sysfs nodes to get runtime compression statDaeho Jeong2021-03-251-0/+19
* f2fs: fix to align to section for fallocate() on pinned fileChao Yu2021-03-231-1/+1
* f2fs: remove unused file_clear_encrypt()Chao Yu2021-03-121-3/+8
* f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com2021-03-121-2/+1
* f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-03-121-2/+3
* f2fs: fix to allow migrating fully valid segmentChao Yu2021-03-121-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-3/+4
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-2/+0
|\ \
| * | f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig2021-01-271-1/+0
| * | f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig2021-01-271-1/+0
| |/
* | f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong2021-02-031-0/+1
* | f2fs: introduce checkpoint_merge mount optionDaeho Jeong2021-02-031-0/+27
* | f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)2021-01-271-1/+0
* | f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu2021-01-271-2/+0
* | f2fs: fix to use per-inode maxbytesChengguang Xu2021-01-271-1/+1
* | f2fs: compress: fix potential deadlockChao Yu2021-01-271-1/+1
* | f2fs: clean up post-read processingEric Biggers2021-01-271-8/+47
* | f2fs: introduce a new per-sb directory in sysfsChao Yu2021-01-271-1/+4
* | f2fs: compress: support compress levelChao Yu2021-01-271-0/+9
|/
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-106/+75
|\
| * f2fs: fix race of pending_pages in decompressionDaeho Jeong2020-12-081-0/+1
| * f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim2020-12-071-0/+1
| * f2fs: avoid race condition for shrinker countJaegeuk Kim2020-12-031-2/+8
| * f2fs: add compress_mode mount optionDaeho Jeong2020-12-031-0/+30
| * f2fs: Remove unnecessary unlikely()Yangtao Li2020-12-021-3/+1
| * f2fs: fix kbytes written stat for multi-device caseChao Yu2020-12-021-7/+1
| * f2fs: compress: support chksumChao Yu2020-12-021-2/+14
| * f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2020-12-021-6/+13
| * f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-021-1/+1
| * f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-021-3/+5
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-3/+0
| * f2fs: move ioctl interface definitions to separated fileChao Yu2020-11-021-79/+0
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\ \
| * | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-1/+1
| |/
* / f2fs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-0/+2
|/
* Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-161-34/+84
|\
| * f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim2020-10-131-1/+1
| * f2fs: fix memory alignment to support 32bitJaegeuk Kim2020-10-081-1/+1
| * f2fs: compress: introduce cic/dic slab cacheChao Yu2020-09-291-0/+4
| * f2fs: compress: introduce page array slab cacheChao Yu2020-09-291-0/+9
| * f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong2020-09-111-11/+6
| * f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong2020-09-111-7/+10
| * f2fs: allocate proper size memory for zstd decompressChao Yu2020-09-111-1/+1
| * f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong2020-09-111-4/+5
| * f2fs: support age threshold based garbage collectionChao Yu2020-09-111-4/+25