- 03382f1 f2fs: compress: don't handle non-compressed data in workqueue by Chao Yu · 4 years, 9 months ago
- deaf160 f2fs: remove redundant assignment to variable err by Colin Ian King · 4 years, 9 months ago
- b4b1006 f2fs: refactor resize_fs to avoid meta updates in progress by Jaegeuk Kim · 4 years, 9 months ago
- 4fec3fc0 f2fs: use round_up to enhance calculation by Chao Yu · 4 years, 9 months ago
- c75488f f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKS by Chao Yu · 4 years, 10 months ago
- 34c061a f2fs: Avoid double lock for cp_rwsem during checkpoint by Sayali Lokhande · 4 years, 8 months ago
- baaa7eb f2fs: report delalloc reserve as non-free in statfs for project quota by Konstantin Khlebnikov · 4 years, 8 months ago
- 48abe91 f2fs: Fix wrong stub helper update_sit_info by YueHaibing · 4 years, 8 months ago
- f664414 f2fs: compress: let lz4 compressor handle output buffer budget properly by Chao Yu · 4 years, 8 months ago
- 1f5f11a f2fs: remove blk_plugging in block_operations by Jaegeuk Kim · 4 years, 8 months ago
- ef8d563 f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS by Chao Yu · 4 years, 10 months ago
- 042be37 f2fs: shrink spinlock coverage by Chao Yu · 4 years, 8 months ago
- 84c9c2d f2fs: correctly fix the parent inode number during fsync() by Eric Biggers · 4 years, 8 months ago
- 43c780b f2fs: rework filename handling by Eric Biggers · 4 years, 8 months ago
- f874fa1 f2fs: split f2fs_d_compare() from f2fs_match_name() by Eric Biggers · 4 years, 8 months ago
- ff5f85c f2fs: don't leak filename in f2fs_try_convert_inline_dir() by Eric Biggers · 4 years, 8 months ago
- 6d92b20 f2fs: compress: support lzo-rle compress algorithm by Chao Yu · 4 years, 9 months ago
- 5e6bbde f2fs: introduce mempool for {,de}compress intermediate page allocation by Chao Yu · 4 years, 9 months ago
- c1c6338 f2fs: introduce f2fs_bmap_compress() by Chao Yu · 4 years, 9 months ago
- bf38fba f2fs: support fiemap on compressed inode by Chao Yu · 4 years, 10 months ago
- 3265d3d f2fs: support partial truncation on compressed inode by Chao Yu · 4 years, 10 months ago
- b5f4684 f2fs: remove redundant compress inode check by Chao Yu · 4 years, 10 months ago
- 3c57f75 f2fs: use strcmp() in parse_options() by Eric Biggers · 4 years, 8 months ago
- d29fbcd f2fs: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 9 months ago
- 435cbab f2fs: fix quota_sync failure due to f2fs_lock_op by Jaegeuk Kim · 4 years, 9 months ago
- 8b83ac8 f2fs: support read iostat by Chao Yu · 4 years, 9 months ago
- df42339 f2fs: Fix the accounting of dcc->undiscard_blks by Sahitya Tummala · 4 years, 9 months ago
- ce4c638 f2fs: fix to handle error path of f2fs_ra_meta_pages() by Chao Yu · 4 years, 9 months ago
- 3fa6a8c f2fs: report the discard cmd errors properly by Sahitya Tummala · 4 years, 9 months ago
- 141af6b f2fs: fix long latency due to discard during umount by Sahitya Tummala · 4 years, 9 months ago
- 2bc4bea f2fs: add tracepoint for f2fs iostat by Daeho Jeong · 4 years, 9 months ago
- da9953b f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUA by Jaegeuk Kim · 4 years, 9 months ago
- 63bef48 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
- 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 9 months ago
- f40f31c Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 9 months ago
- 763dede Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years, 9 months ago
- 762a9f2f Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years, 9 months ago
- 5404e7e reiserfs: clean up several indentation issues by Colin Ian King · 4 years, 9 months ago
- aa0d156 fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common path by Alexey Dobriyan · 4 years, 9 months ago
- 0693ffe fs/binfmt_elf.c: allocate less for static executable by Alexey Dobriyan · 4 years, 9 months ago
- c69bcc9 fs/binfmt_elf.c: delete "loc" variable by Alexey Dobriyan · 4 years, 9 months ago
- efcdd35 fs/epoll: make nesting accounting safe for -rt kernel by Jason Baron · 4 years, 9 months ago
- fad9550 proc: inline m_next_vma into m_next by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- b829a0f seq_file: remove m->version by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- 4781f2c proc: use ppos instead of m->version by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- c2e88d2 proc: remove m_cache_vma by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- d07ded6 proc: inline vma_stop into m_stop by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- 5c5ab97 proc: speed up /proc/*/statm by Alexey Dobriyan · 4 years, 9 months ago
- d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 9 months ago
- 904f394 fs/proc/inode.c: annotate close_pdeo() for sparse by Jules Irenge · 4 years, 9 months ago
- 1481930 userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally by Peter Xu · 4 years, 9 months ago
- 23080e2 userfaultfd: wp: don't wake up when doing write protect by Peter Xu · 4 years, 9 months ago
- 63b2d41 userfaultfd: wp: add the writeprotect API to userfaultfd ioctl by Andrea Arcangeli · 4 years, 9 months ago
- 72981e0 userfaultfd: wp: add UFFDIO_COPY_MODE_WP by Andrea Arcangeli · 4 years, 9 months ago
- 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 4 years, 9 months ago
- 93ce4af NFS: Clean up process of marking inode stale. by Trond Myklebust · 4 years, 9 months ago
- b6ff107 Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 9 months ago
- 74e934b Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 9 months ago
- e14679b Merge tag '9p-for-5.7' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 9 months ago
- 77a73ee Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 9 months ago
- 5bd7328 fix a braino in legitimize_path() by Al Viro · 4 years, 9 months ago
- 70fbdfe sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn by Linus Torvalds · 4 years, 9 months ago
- d38c07a Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 9 months ago
- 9c94b39 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 9 months ago
- 83eb69f Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 9 months ago
- b3d8e42 Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 9 months ago
- 44ea8df NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn() by Trond Myklebust · 4 years, 9 months ago
- 97a728f NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode() by Trond Myklebust · 4 years, 9 months ago
- fc51b1c NFS: Beware when dereferencing the delegation cred by Trond Myklebust · 4 years, 9 months ago
- ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
- d883600 Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 9 months ago
- 531dfae f2fs: keep inline_data when compression conversion by Chao Yu · 4 years, 10 months ago
- aa57697 f2fs: fix to disable compression on directory by Chao Yu · 4 years, 10 months ago
- 9b6ed14 f2fs: add missing CONFIG_F2FS_FS_COMPRESSION by Chao Yu · 4 years, 10 months ago
- 6ce48b0 f2fs: switch discard_policy.timeout to bool type by Chao Yu · 4 years, 10 months ago
- 8908e75 f2fs: fix to verify tpage before releasing in f2fs_free_dic() by Chao Yu · 4 years, 10 months ago
- fd26725 f2fs: show compression in statx by Chao Yu · 4 years, 10 months ago
- 80d0d45 f2fs: clean up dic->tpages assignment by Chao Yu · 4 years, 10 months ago
- 50cfa66 f2fs: compress: support zstd compress algorithm by Chao Yu · 4 years, 10 months ago
- f30a6ea NFS: Add a module parameter to set nfs_mountpoint_expiry_timeout by Trond Myklebust · 4 years, 9 months ago
- 75da985 NFS: finish_automount() requires us to hold 2 refs to the mount record by Trond Myklebust · 4 years, 9 months ago
- 529af90 NFS: Fix a few constant_table array definitions by Scott Mayhew · 4 years, 9 months ago
- 6cad420c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
- 7be9713 Merge tag 'xfs-5.7-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 9 months ago
- 7db83c0 Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 9 months ago
- 35a9faf Merge tag 'iomap-5.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 9 months ago
- 9c57749 Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 9 months ago
- d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
- 87bf91d hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race by Mike Kravetz · 4 years, 9 months ago
- c0d0381 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 4 years, 9 months ago
- 3e69ad0 mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault path by Peter Xu · 4 years, 9 months ago
- c270a7e mm: introduce FAULT_FLAG_INTERRUPTIBLE by Peter Xu · 4 years, 9 months ago
- ef429ee userfaultfd: don't retake mmap_sem to emulate NOPAGE by Peter Xu · 4 years, 9 months ago
- f4b00ea mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() by Roman Gushchin · 4 years, 9 months ago
- c537338 fs_parse: remove pr_notice() about each validation by Kees Cook · 4 years, 9 months ago
- 4ceb229 ocfs2: use memalloc_nofs_save instead of memalloc_noio_save by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- d293d3a ocfs2: use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 9 months ago
- 0434c9f4 ocfs2: roll back the reference count modification of the parent directory if an error occurs by wangjian · 4 years, 9 months ago
- 95f3427 ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
- 8cb9243 ocfs2: dlm: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago