summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2021-03-12f2fs: remove unused file_clear_encrypt()Chao Yu
2021-03-12f2fs: remove unnecessary IS_SWAPFILE checkhuangjianan@oppo.com
2021-03-12f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-03-12f2fs: fix to allow migrating fully valid segmentChao Yu
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong
2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong
2021-01-27f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)
2021-01-27f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu
2021-01-27f2fs: fix to use per-inode maxbytesChengguang Xu
2021-01-27f2fs: compress: fix potential deadlockChao Yu
2021-01-27f2fs: clean up post-read processingEric Biggers
2021-01-27f2fs: introduce a new per-sb directory in sysfsChao Yu
2021-01-27f2fs: compress: support compress levelChao Yu
2021-01-27f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-08f2fs: fix race of pending_pages in decompressionDaeho Jeong
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong
2020-12-02f2fs: Remove unnecessary unlikely()Yangtao Li
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu
2020-12-02f2fs: compress: support chksumChao Yu
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala
2020-12-02f2fs: Handle casefolding with EncryptionDaniel Rosenberg
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-11-24f2fs: prevent creating duplicate encrypted filenamesEric Biggers
2020-11-02f2fs: move ioctl interface definitions to separated fileChao Yu
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim
2020-10-08f2fs: fix memory alignment to support 32bitJaegeuk Kim
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-11f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong
2020-09-11f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong
2020-09-11f2fs: allocate proper size memory for zstd decompressChao Yu
2020-09-11f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-10f2fs: Use generic casefolding supportDaniel Rosenberg
2020-09-10f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu
2020-09-10f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu
2020-09-10f2fs: inherit mtime of original block during GCChao Yu