summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-05-24f2fs: avoid inifinite loop to wait for flushing node pages at cp_errorJaegeuk Kim
2020-05-18f2fs: flush dirty meta pages when flushing themJaegeuk Kim
2020-05-18f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim
2020-05-11f2fs: compress: fix zstd data corruptionChao Yu
2020-05-11f2fs: add compressed/gc data read IO statChao Yu
2020-05-11f2fs: fix potential use-after-free issueChao Yu
2020-05-11f2fs: compress: don't handle non-compressed data in workqueueChao Yu
2020-05-11f2fs: remove redundant assignment to variable errColin Ian King
2020-05-11f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim
2020-05-11f2fs: use round_up to enhance calculationChao Yu
2020-05-11f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKSChao Yu
2020-05-11f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande
2020-05-11f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-05-11f2fs: Fix wrong stub helper update_sit_infoYueHaibing
2020-05-11f2fs: compress: let lz4 compressor handle output buffer budget properlyChao Yu
2020-05-11f2fs: remove blk_plugging in block_operationsJaegeuk Kim
2020-05-11f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKSChao Yu
2020-05-11f2fs: shrink spinlock coverageChao Yu
2020-05-11f2fs: correctly fix the parent inode number during fsync()Eric Biggers
2020-05-11f2fs: rework filename handlingEric Biggers
2020-05-11f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers
2020-05-11f2fs: don't leak filename in f2fs_try_convert_inline_dir()Eric Biggers
2020-05-11f2fs: compress: support lzo-rle compress algorithmChao Yu
2020-05-11f2fs: introduce mempool for {,de}compress intermediate page allocationChao Yu
2020-05-08f2fs: introduce f2fs_bmap_compress()Chao Yu
2020-05-08f2fs: support fiemap on compressed inodeChao Yu
2020-05-08f2fs: support partial truncation on compressed inodeChao Yu
2020-05-08f2fs: remove redundant compress inode checkChao Yu
2020-05-08f2fs: use strcmp() in parse_options()Eric Biggers
2020-05-08f2fs: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-04-23f2fs: fix quota_sync failure due to f2fs_lock_opJaegeuk Kim
2020-04-17f2fs: support read iostatChao Yu
2020-04-17f2fs: Fix the accounting of dcc->undiscard_blksSahitya Tummala
2020-04-17f2fs: fix to handle error path of f2fs_ra_meta_pages()Chao Yu
2020-04-17f2fs: report the discard cmd errors properlySahitya Tummala
2020-04-17f2fs: fix long latency due to discard during umountSahitya Tummala
2020-04-17f2fs: add tracepoint for f2fs iostatDaeho Jeong
2020-04-16f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUAJaegeuk Kim
2020-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-07reiserfs: clean up several indentation issuesColin Ian King
2020-04-07fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan
2020-04-07fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan
2020-04-07fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan
2020-04-07fs/epoll: make nesting accounting safe for -rt kernelJason Baron
2020-04-07proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)
2020-04-07seq_file: remove m->versionMatthew Wilcox (Oracle)