aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 5-8/+8
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-3/+2
2021-02-26block: Add bio_max_segsGravatar Matthew Wilcox (Oracle) 2-3/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-35/+45
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+0
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-49/+6
2021-02-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Gravatar Linus Torvalds 1-0/+11
2021-02-12f2fs: give a warning only for readonly partitionGravatar Jaegeuk Kim 1-5/+3
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadGravatar Jaegeuk Kim 3-8/+4
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlGravatar Eric Biggers 1-0/+11
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeGravatar Daeho Jeong 3-1/+58
2021-02-03f2fs: introduce checkpoint_merge mount optionGravatar Daeho Jeong 4-8/+266
2021-02-02f2fs: relocate inline conversion from mmap() to mkwrite()Gravatar Chao Yu 1-6/+4
2021-02-02f2fs: fix a wrong condition in __submit_bioGravatar Dehe Gu 1-1/+1
2021-02-01f2fs: remove unnecessary initialization in xattr.cGravatar Liu Song 1-4/+4
2021-02-01f2fs: fix to avoid inconsistent quota dataGravatar Yi Chen 2-0/+8
2021-02-01f2fs: flush data when enabling checkpoint backGravatar Jaegeuk Kim 1-0/+3
2021-01-27f2fs: deprecate f2fs_trace_ioGravatar Jaegeuk Kim 10-239/+0
2021-01-27f2fs: Remove readahead collision detectionGravatar Matthew Wilcox (Oracle) 3-28/+0
2021-01-27f2fs: remove unused stat_{inc, dec}_atomic_writeGravatar Jack Qiu 1-2/+0
2021-01-27f2fs: introduce sb_status sysfs nodeGravatar Chao Yu 1-0/+8
2021-01-27f2fs: fix to use per-inode maxbytesGravatar Chengguang Xu 4-9/+16
2021-01-27f2fs: compress: fix potential deadlockGravatar Chao Yu 3-6/+11
2021-01-27f2fs: fix to set/clear I_LINKABLE under i_lockGravatar Chao Yu 1-0/+8
2021-01-27f2fs: fix null page reference in redirty_blocksGravatar Daeho Jeong 1-2/+4
2021-01-27f2fs: clean up post-read processingGravatar Eric Biggers 3-264/+297
2021-01-27f2fs: trival cleanup in move_data_block()Gravatar Chao Yu 1-5/+3
2021-01-27f2fs: fix out-of-repair __setattr_copy()Gravatar Chao Yu 1-1/+2
2021-01-27f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()Gravatar Chao Yu 1-0/+1
2021-01-27f2fs: introduce a new per-sb directory in sysfsGravatar Chao Yu 2-6/+68
2021-01-27f2fs: compress: support compress levelGravatar Chao Yu 4-5/+144
2021-01-27f2fs: compress: deny setting unsupported compress algorithmGravatar Chao Yu 1-0/+16
2021-01-27f2fs: relocate f2fs_precache_extents()Gravatar Chao Yu 1-1/+2
2021-01-27f2fs: enforce the immutable flag on open filesGravatar Chao Yu 1-0/+17
2021-01-27f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Gravatar Chao Yu 3-10/+35
2021-01-27f2fs: fix to set inode->i_mode correctly for posix_acl_update_modeGravatar Weichao Guo 1-0/+1
2021-01-27f2fs: Replace expression with offsetof()Gravatar Zheng Yongjun 1-1/+1
2021-01-27f2fs: handle unallocated section and zone on pinned/atgcGravatar Jaegeuk Kim 1-2/+2
2021-01-27f2fs: remove FAULT_ALLOC_BIOGravatar Christoph Hellwig 3-27/+4
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitGravatar Christoph Hellwig 3-13/+3
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-11/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 5-17/+24
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 3-4/+8
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-4/+6
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 3-9/+9
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesGravatar Eric Biggers 1-3/+0
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 21-361/+853
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-28/+10
2020-12-10f2fs: compress: fix compression chksumGravatar Chao Yu 2-2/+1