aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-11f2fs: compress: fix to assign cc.cluster_idx correctlyGravatar Chao Yu 1-1/+1
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-19/+36
2021-04-24f2fs: clean up left deprecated IO trace codesGravatar Chao Yu 1-8/+0
2021-04-21f2fs: avoid using native allocate_segment_by_default()Gravatar Chao Yu 1-1/+1
2021-04-19f2fs: remove unnecessary struct declarationGravatar Wan Jiabing 1-1/+0
2021-04-12f2fs: convert to fileattrGravatar Miklos Szeredi 1-0/+3
2021-03-30f2fs: introduce gc_merge mount optionGravatar Chao Yu 1-0/+1
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Gravatar Chao Yu 1-0/+1
2021-03-25f2fs: fix wrong comment of nat_tree_lockGravatar qiulaibin 1-1/+1
2021-03-25f2fs: add sysfs nodes to get runtime compression statGravatar Daeho Jeong 1-0/+19
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileGravatar Chao Yu 1-1/+1
2021-03-12f2fs: remove unused file_clear_encrypt()Gravatar Chao Yu 1-3/+8
2021-03-12f2fs: remove unnecessary IS_SWAPFILE checkGravatar huangjianan@oppo.com 1-2/+1
2021-03-12f2fs: Replace one-element array with flexible-array memberGravatar Gustavo A. R. Silva 1-2/+3
2021-03-12f2fs: fix to allow migrating fully valid segmentGravatar Chao Yu 1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+4
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeGravatar Daeho Jeong 1-0/+1
2021-02-03f2fs: introduce checkpoint_merge mount optionGravatar Daeho Jeong 1-0/+27
2021-01-27f2fs: Remove readahead collision detectionGravatar Matthew Wilcox (Oracle) 1-1/+0
2021-01-27f2fs: remove unused stat_{inc, dec}_atomic_writeGravatar Jack Qiu 1-2/+0
2021-01-27f2fs: fix to use per-inode maxbytesGravatar Chengguang Xu 1-1/+1
2021-01-27f2fs: compress: fix potential deadlockGravatar Chao Yu 1-1/+1
2021-01-27f2fs: clean up post-read processingGravatar Eric Biggers 1-8/+47
2021-01-27f2fs: introduce a new per-sb directory in sysfsGravatar Chao Yu 1-1/+4
2021-01-27f2fs: compress: support compress levelGravatar Chao Yu 1-0/+9
2021-01-27f2fs: remove FAULT_ALLOC_BIOGravatar Christoph Hellwig 1-1/+0
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitGravatar Christoph Hellwig 1-1/+0
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-3/+4
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-106/+75
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-12-08f2fs: fix race of pending_pages in decompressionGravatar Daeho Jeong 1-0/+1
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeGravatar Jaegeuk Kim 1-0/+1
2020-12-03f2fs: avoid race condition for shrinker countGravatar Jaegeuk Kim 1-2/+8
2020-12-03f2fs: add compress_mode mount optionGravatar Daeho Jeong 1-0/+30
2020-12-02f2fs: Remove unnecessary unlikely()Gravatar Yangtao Li 1-3/+1
2020-12-02f2fs: fix kbytes written stat for multi-device caseGravatar Chao Yu 1-7/+1
2020-12-02f2fs: compress: support chksumGravatar Chao Yu 1-2/+14
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionGravatar Chao Yu 1-6/+13
2020-12-02f2fs: change to use rwsem for cp_mutexGravatar Sahitya Tummala 1-1/+1
2020-12-02f2fs: Handle casefolding with EncryptionGravatar Daniel Rosenberg 1-3/+5
2020-12-02fscrypt: Have filesystems handle their d_opsGravatar Daniel Rosenberg 1-3/+0
2020-12-01block: switch partition lookup to use struct block_deviceGravatar Christoph Hellwig 1-1/+1
2020-11-24f2fs: prevent creating duplicate encrypted filenamesGravatar Eric Biggers 1-0/+2
2020-11-02f2fs: move ioctl interface definitions to separated fileGravatar Chao Yu 1-79/+0
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-34/+84
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailGravatar Jaegeuk Kim 1-1/+1
2020-10-08f2fs: fix memory alignment to support 32bitGravatar Jaegeuk Kim 1-1/+1
2020-09-29f2fs: compress: introduce cic/dic slab cacheGravatar Chao Yu 1-0/+4
2020-09-29f2fs: compress: introduce page array slab cacheGravatar Chao Yu 1-0/+9