aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus 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-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong1-0/+1
2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong1-0/+27
2021-01-27f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)1-1/+0
2021-01-27f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu1-2/+0
2021-01-27f2fs: fix to use per-inode maxbytesChengguang Xu1-1/+1
2021-01-27f2fs: compress: fix potential deadlockChao Yu1-1/+1
2021-01-27f2fs: clean up post-read processingEric Biggers1-8/+47
2021-01-27f2fs: introduce a new per-sb directory in sysfsChao Yu1-1/+4
2021-01-27f2fs: 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/git/jaegeuk/f2fsLinus 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-08f2fs: 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-02f2fs: Remove unnecessary unlikely()Yangtao Li1-3/+1
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu1-7/+1
2020-12-02f2fs: compress: support chksumChao Yu1-2/+14
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu1-6/+13
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala1-1/+1
2020-12-02f2fs: Handle casefolding with EncryptionDaniel Rosenberg1-3/+5
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-3/+0
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-1/+1
2020-11-24f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-11-02f2fs: move ioctl interface definitions to separated fileChao Yu1-79/+0
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-34/+84
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim1-1/+1
2020-10-08f2fs: 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
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-23/+0
2020-09-11f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong1-11/+6
2020-09-11f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong1-7/+10
2020-09-11f2fs: allocate proper size memory for zstd decompressChao Yu1-1/+1
2020-09-11f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong1-4/+5
2020-09-11f2fs: support age threshold based garbage collectionChao Yu1-4/+25
2020-09-10f2fs: Use generic casefolding supportDaniel Rosenberg1-4/+0
2020-09-10f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu1-2/+2
2020-09-10f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu1-3/+12
2020-09-10f2fs: inherit mtime of original block during GCChao Yu1-2/+3
2020-09-10f2fs: introduce inmem cursegChao Yu1-3/+9
2020-09-10f2fs: remove duplicated type castingXiaojun Wang1-2/+2
2020-09-10f2fs: support zone capacity less than zone sizeAravind Ramesh1-0/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1