summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * f2fs: fix race of pending_pages in decompressionDaeho Jeong2020-12-083-13/+48
| * f2fs: fix to account inline xattr correctly during recoveryChao Yu2020-12-081-2/+8
| * f2fs: inline: fix wrong inline inode statJack Qiu2020-12-081-0/+2
| * f2fs: inline: correct comment in f2fs_recover_inline_dataJack Qiu2020-12-081-1/+1
| * f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()Yangtao Li2020-12-081-7/+0
| * f2fs: convert to F2FS_*_INO macroYangtao Li2020-12-081-3/+3
| * f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim2020-12-073-0/+6
| * f2fs: don't allow any writes on readonly mountJaegeuk Kim2020-12-071-1/+2
| * f2fs: avoid race condition for shrinker countJaegeuk Kim2020-12-036-24/+36
| * f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILEDaeho Jeong2020-12-031-0/+185
| * f2fs: add compress_mode mount optionDaeho Jeong2020-12-035-3/+56
| * f2fs: Remove unnecessary unlikely()Yangtao Li2020-12-021-3/+1
| * f2fs: init dirty_secmap incorrectlyJack Qiu2020-12-021-1/+1
| * f2fs: remove buffer_head which has 32bits limitJaegeuk Kim2020-12-021-42/+34
| * f2fs: fix wrong block count instead of bytesJaegeuk Kim2020-12-021-2/+2
| * f2fs: use new conversion functions between blks and bytesJaegeuk Kim2020-12-021-25/+21
| * f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim2020-12-021-20/+20
| * f2fs: fix kbytes written stat for multi-device caseChao Yu2020-12-024-16/+27
| * f2fs: compress: support chksumChao Yu2020-12-024-2/+49
| * f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2020-12-022-26/+40
| * f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-025-10/+10
| * f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-026-33/+106
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-024-11/+1
| * f2fs: Remove the redundancy initializationZhang Qilong2020-12-022-2/+2
| * f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song2020-12-021-1/+0
| * f2fs: fix double free of unicode mapHyeongseok Kim2020-12-021-0/+1
| * f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu2020-12-021-33/+104
| * f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu2020-12-021-6/+0