summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKSChao Yu2020-05-112-0/+164
* f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande2020-05-113-2/+55
* f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov2020-05-111-1/+2
* f2fs: Fix wrong stub helper update_sit_infoYueHaibing2020-05-111-1/+1
* f2fs: compress: let lz4 compressor handle output buffer budget properlyChao Yu2020-05-111-6/+9
* f2fs: remove blk_plugging in block_operationsJaegeuk Kim2020-05-111-8/+3
* f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKSChao Yu2020-05-112-1/+174
* f2fs: shrink spinlock coverageChao Yu2020-05-112-10/+18
* f2fs: correctly fix the parent inode number during fsync()Eric Biggers2020-05-111-3/+5
* f2fs: rework filename handlingEric Biggers2020-05-116-235/+331
* f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers2020-05-112-40/+35
* f2fs: don't leak filename in f2fs_try_convert_inline_dir()Eric Biggers2020-05-111-2/+4
* f2fs: compress: support lzo-rle compress algorithmChao Yu2020-05-114-0/+47
* f2fs: introduce mempool for {,de}compress intermediate page allocationChao Yu2020-05-113-22/+52
* f2fs: introduce f2fs_bmap_compress()Chao Yu2020-05-081-0/+34
* f2fs: support fiemap on compressed inodeChao Yu2020-05-081-2/+53
* f2fs: support partial truncation on compressed inodeChao Yu2020-05-083-5/+65
* f2fs: remove redundant compress inode checkChao Yu2020-05-081-2/+0
* f2fs: use strcmp() in parse_options()Eric Biggers2020-05-081-28/+16
* f2fs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-087-7/+7
* f2fs: fix quota_sync failure due to f2fs_lock_opJaegeuk Kim2020-04-232-5/+7
* f2fs: support read iostatChao Yu2020-04-177-29/+97
* f2fs: Fix the accounting of dcc->undiscard_blksSahitya Tummala2020-04-171-1/+3
* f2fs: fix to handle error path of f2fs_ra_meta_pages()Chao Yu2020-04-171-2/+3
* f2fs: report the discard cmd errors properlySahitya Tummala2020-04-171-2/+2
* f2fs: fix long latency due to discard during umountSahitya Tummala2020-04-171-2/+10
* f2fs: add tracepoint for f2fs iostatDaeho Jeong2020-04-173-1/+55
* f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUAJaegeuk Kim2020-04-163-1/+28
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-0715-238/+393
|\
| * reiserfs: clean up several indentation issuesColin Ian King2020-04-073-11/+12
| * fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan2020-04-071-1/+1
| * fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan2020-04-071-9/+10
| * fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan2020-04-071-17/+15
| * fs/epoll: make nesting accounting safe for -rt kernelJason Baron2020-04-071-21/+43
| * proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)2020-04-071-10/+8
| * seq_file: remove m->versionMatthew Wilcox (Oracle)2020-04-071-28/+0
| * proc: use ppos instead of m->versionMatthew Wilcox (Oracle)2020-04-071-4/+3
| * proc: remove m_cache_vmaMatthew Wilcox (Oracle)2020-04-071-32/+6
| * proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)2020-04-071-19/+15
| * proc: speed up /proc/*/statmAlexey Dobriyan2020-04-071-16/+23
| * proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-076-53/+174
| * fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge2020-04-071-0/+1
| * userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionallyPeter Xu2020-04-071-3/+13
| * userfaultfd: wp: don't wake up when doing write protectPeter Xu2020-04-071-5/+8
| * userfaultfd: wp: add the writeprotect API to userfaultfd ioctlAndrea Arcangeli2020-04-071-16/+66
| * userfaultfd: wp: add UFFDIO_COPY_MODE_WPAndrea Arcangeli2020-04-071-2/+3
| * mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+2
* | Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-0729-1134/+1717
|\ \
| * | NFS: Clean up process of marking inode stale.Trond Myklebust2020-04-064-8/+18
| * | NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()Trond Myklebust2020-04-032-19/+34