summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-05Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+36
2021-04-25f2fs: clean up left deprecated IO trace codesChao Yu1-8/+0
2021-04-22f2fs: avoid using native allocate_segment_by_default()Chao Yu1-1/+1
2021-04-19f2fs: remove unnecessary struct declarationWan Jiabing1-1/+0
2021-04-12f2fs: convert to fileattrMiklos Szeredi1-0/+3
2021-03-31f2fs: introduce gc_merge mount optionChao Yu1-0/+1
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu1-0/+1
2021-03-26f2fs: fix wrong comment of nat_tree_lockqiulaibin1-1/+1
2021-03-26f2fs: add sysfs nodes to get runtime compression statDaeho Jeong1-0/+19
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileChao Yu1-1/+1
2021-03-13f2fs: remove unused file_clear_encrypt()Chao Yu1-3/+8
2021-03-13f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com1-2/+1
2021-03-13f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva1-2/+3
2021-03-13f2fs: fix to allow migrating fully valid segmentChao Yu1-1/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+4
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-02-04f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong1-0/+1
2021-02-04f2fs: introduce checkpoint_merge mount optionDaeho Jeong1-0/+27
2021-01-28f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)1-1/+0
2021-01-28f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu1-2/+0
2021-01-28f2fs: fix to use per-inode maxbytesChengguang Xu1-1/+1
2021-01-28f2fs: compress: fix potential deadlockChao Yu1-1/+1
2021-01-28f2fs: clean up post-read processingEric Biggers1-8/+47
2021-01-28f2fs: introduce a new per-sb directory in sysfsChao Yu1-1/+4
2021-01-28f2fs: compress: support compress levelChao Yu1-0/+9
2021-01-27f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig1-1/+0
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig1-1/+0
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+4
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-106/+75
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-09f2fs: fix race of pending_pages in decompressionDaeho Jeong1-0/+1
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim1-0/+1
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim1-2/+8
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong1-0/+30
2020-12-03f2fs: Remove unnecessary unlikely()Yangtao Li1-3/+1
2020-12-03f2fs: fix kbytes written stat for multi-device caseChao Yu1-7/+1
2020-12-03f2fs: compress: support chksumChao Yu1-2/+14
2020-12-03f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu1-6/+13
2020-12-03f2fs: change to use rwsem for cp_mutexSahitya Tummala1-1/+1
2020-12-03f2fs: Handle casefolding with EncryptionDaniel Rosenberg1-3/+5
2020-12-03fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-3/+0
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig1-1/+1
2020-11-25f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-11-02f2fs: move ioctl interface definitions to separated fileChao Yu1-79/+0
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+84
2020-10-14f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim1-1/+1
2020-10-09f2fs: fix memory alignment to support 32bitJaegeuk Kim1-1/+1
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu1-0/+4
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu1-0/+9
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-1/+1