summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-115-8/+8
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-282-3/+2
|\
| * block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-262-3/+2
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-236-35/+45
|\ \
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-245-17/+24
| * | stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * | acl: handle idmapped mountsChristian Brauner2021-01-243-4/+8
| * | attr: handle idmapped mountsChristian Brauner2021-01-241-4/+6
| * | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-243-9/+9
* | | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-221-3/+0
|\ \ \ | |_|/ |/| |
| * | fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers2021-01-131-3/+0
| |/
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-214-49/+6
|\ \
| * | f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig2021-01-273-27/+4
| * | f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig2021-01-273-13/+3
| * | block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-11/+1
| |/
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2021-02-211-0/+11
|\ \
| * | fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers2021-02-071-0/+11
| |/
* | f2fs: give a warning only for readonly partitionJaegeuk Kim2021-02-121-5/+3
* | f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim2021-02-083-8/+4
* | f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong2021-02-033-1/+58
* | f2fs: introduce checkpoint_merge mount optionDaeho Jeong2021-02-034-8/+266
* | f2fs: relocate inline conversion from mmap() to mkwrite()Chao Yu2021-02-021-6/+4
* | f2fs: fix a wrong condition in __submit_bioDehe Gu2021-02-021-1/+1
* | f2fs: remove unnecessary initialization in xattr.cLiu Song2021-02-011-4/+4
* | f2fs: fix to avoid inconsistent quota dataYi Chen2021-02-012-0/+8
* | f2fs: flush data when enabling checkpoint backJaegeuk Kim2021-02-011-0/+3
* | f2fs: deprecate f2fs_trace_ioJaegeuk Kim2021-01-2710-239/+0
* | f2fs: Remove readahead collision detectionMatthew Wilcox (Oracle)2021-01-273-28/+0
* | f2fs: remove unused stat_{inc, dec}_atomic_writeJack Qiu2021-01-271-2/+0
* | f2fs: introduce sb_status sysfs nodeChao Yu2021-01-271-0/+8
* | f2fs: fix to use per-inode maxbytesChengguang Xu2021-01-274-9/+16
* | f2fs: compress: fix potential deadlockChao Yu2021-01-273-6/+11
* | f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu2021-01-271-0/+8
* | f2fs: fix null page reference in redirty_blocksDaeho Jeong2021-01-271-2/+4
* | f2fs: clean up post-read processingEric Biggers2021-01-273-264/+297
* | f2fs: trival cleanup in move_data_block()Chao Yu2021-01-271-5/+3
* | f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-01-271-1/+2
* | f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()Chao Yu2021-01-271-0/+1
* | f2fs: introduce a new per-sb directory in sysfsChao Yu2021-01-272-6/+68
* | f2fs: compress: support compress levelChao Yu2021-01-274-5/+144
* | f2fs: compress: deny setting unsupported compress algorithmChao Yu2021-01-271-0/+16
* | f2fs: relocate f2fs_precache_extents()Chao Yu2021-01-271-1/+2
* | f2fs: enforce the immutable flag on open filesChao Yu2021-01-271-0/+17
* | f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu2021-01-273-10/+35
* | f2fs: fix to set inode->i_mode correctly for posix_acl_update_modeWeichao Guo2021-01-271-0/+1
* | f2fs: Replace expression with offsetof()Zheng Yongjun2021-01-271-1/+1
* | f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim2021-01-271-2/+2
|/
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-1721-361/+853
|\
| * f2fs: compress: fix compression chksumChao Yu2020-12-102-2/+1
| * f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu2020-12-101-5/+4