aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2021-02-12f2fs: give a warning only for readonly partitionJaegeuk Kim
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong
2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong
2021-02-02f2fs: relocate inline conversion from mmap() to mkwrite()Chao Yu
2021-02-02f2fs: fix a wrong condition in __submit_bioDehe Gu
2021-02-01f2fs: remove unnecessary initialization in xattr.cLiu Song
2021-02-01f2fs: fix to avoid inconsistent quota dataYi Chen
2021-02-01f2fs: flush data when enabling checkpoint backJaegeuk Kim
2021-01-27f2fs: deprecate f2fs_trace_ioJaegeuk Kim
2021-01-27f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)
2021-01-27f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu
2021-01-27f2fs: introduce sb_status sysfs nodeChao Yu
2021-01-27f2fs: fix to use per-inode maxbytesChengguang Xu
2021-01-27f2fs: compress: fix potential deadlockChao Yu
2021-01-27f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu
2021-01-27f2fs: fix null page reference in redirty_blocksDaeho Jeong
2021-01-27f2fs: clean up post-read processingEric Biggers
2021-01-27f2fs: trival cleanup in move_data_block()Chao Yu
2021-01-27f2fs: fix out-of-repair __setattr_copy()Chao Yu
2021-01-27f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()Chao Yu
2021-01-27f2fs: introduce a new per-sb directory in sysfsChao Yu
2021-01-27f2fs: compress: support compress levelChao Yu
2021-01-27f2fs: compress: deny setting unsupported compress algorithmChao Yu
2021-01-27f2fs: relocate f2fs_precache_extents()Chao Yu
2021-01-27f2fs: enforce the immutable flag on open filesChao Yu
2021-01-27f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu
2021-01-27f2fs: fix to set inode->i_mode correctly for posix_acl_update_modeWeichao Guo
2021-01-27f2fs: Replace expression with offsetof()Zheng Yongjun
2021-01-27f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim
2021-01-27f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers
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-10f2fs: compress: fix compression chksumChao Yu