summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong
2021-12-10f2fs: fix to do sanity check in is_alive()Chao Yu
2021-12-10f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu
2021-12-10f2fs: fix to do sanity check on inode type during garbage collectionChao Yu
2021-12-10f2fs: avoid duplicate call of mark_inode_dirtyJaegeuk Kim
2021-12-10f2fs: show number of pending discard commandsJaegeuk Kim
2021-12-10f2fs: support POSIX_FADV_DONTNEED drop compressed page cacheFengnan Chang
2021-12-10f2fs: fix remove page failed in invalidate compress pagesFengnan Chang
2021-12-10f2fs: show more DIO information in tracepointJaegeuk Kim
2021-12-10f2fs: use iomap for direct I/OEric Biggers
2021-12-04f2fs: implement iomap operationsEric Biggers
2021-12-04f2fs: fix the f2fs_file_write_iter tracepointEric Biggers
2021-12-04f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim
2021-12-04f2fs: reduce indentation in f2fs_file_write_iter()Eric Biggers
2021-11-17f2fs: rework write preallocationsEric Biggers
2021-11-17f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-09f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim
2021-11-08lib: zstd: Add kernel-specific APINick Terrell
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu
2021-10-29f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu
2021-10-27f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim
2021-10-26f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang
2021-10-26f2fs: multidevice: support direct IOChao Yu
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong
2021-10-26f2fs: replace snprintf in show functions with sysfs_emitQing Wang
2021-10-26f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-11f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu
2021-10-11f2fs: fix to use WHINT_MODEKeoseong Park
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig
2021-10-11unicode: remove the charset field from struct unicode_mapChristoph Hellwig
2021-10-11f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers
2021-09-20f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo
2021-09-20f2fs: introduce excess_dirty_threshold()Chao Yu
2021-09-16f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu
2021-09-16f2fs: quota: fix potential deadlockChao Yu
2021-09-16f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim
2021-08-31f2fs: deallocate compressed pages when error happensJaegeuk Kim
2021-08-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds