1. 8835758 io_uring: correct O_NONBLOCK check for splice punt by Jens Axboe · 5 years ago
  2. b1f573b io_uring: restore req->work when canceling poll request by Xiaoguang Wang · 5 years ago
  3. ef4ff58 io_uring: move all request init code in one place by Pavel Begunkov · 5 years ago
  4. dea3b49 io_uring: keep all sqe->flags in req->flags by Pavel Begunkov · 5 years ago
  5. 1d4240c io_uring: early submission req fail code by Pavel Begunkov · 5 years ago
  6. bf9c2f1 io_uring: track mm through current->mm by Pavel Begunkov · 5 years ago
  7. dccc587 io_uring: remove obsolete @mm_fault by Pavel Begunkov · 5 years ago
  8. 5b8b9d0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  9. 4e4bdcf Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 5 years ago
  10. 3bfa7e1 fs/seq_file.c: seq_read(): add info message about buggy .next functions by Vasily Averin · 5 years ago
  11. 149ed3d4 change email address for Pali Rohár by Pali Rohár · 5 years ago
  12. 26c5d78 fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() by Eric Biggers · 5 years ago
  13. 783fda85 ocfs2: no need try to truncate file beyond i_size by Changwei Ge · 5 years ago
  14. 25efb2f hfsplus: fix crash and filesystem corruption when deleting files by Simon Gander · 5 years ago
  15. 87ad46e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  16. 172edde Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  17. 8c3c074 Merge tag 'xfs-5.7-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  18. 85faa7b io_uring: punt final io_ring_ctx wait-and-free to workqueue by Jens Axboe · 5 years ago
  19. e4da01d Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  20. 63f818f proc: Use a dedicated lock in struct pid by Eric W. Biederman · 5 years ago
  21. c398ecb io_uring: fix fs cleanup on cqe overflow by Pavel Begunkov · 5 years ago
  22. fcc95f0 Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  23. c6b80eb Merge tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 5 years ago
  24. 9744b92 Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  25. 9b06860 Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  26. 9c280f9 io_uring: don't read user-shared sqe flags twice by Pavel Begunkov · 5 years ago
  27. 0553b8b io_uring: remove req init from io_get_req() by Pavel Begunkov · 5 years ago
  28. b1e50e5 io_uring: alloc req only after getting sqe by Pavel Begunkov · 5 years ago
  29. 709b302 io_uring: simplify io_get_sqring by Pavel Begunkov · 5 years ago
  30. 45097da io_uring: do not always copy iovec in io_req_map_rw() by Xiaoguang Wang · 5 years ago
  31. 08a1d26eb io_uring: ensure openat sets O_LARGEFILE if needed by Jens Axboe · 5 years ago
  32. 0e393a9 orangefs: don't mess with I_DIRTY_TIMES in orangefs_flush by Mike Marshall · 5 years ago
  33. ec95f1d orangefs: get rid of knob code... by Mike Marshall · 5 years ago
  34. 63bef48 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  35. 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 5 years ago
  36. f40f31c Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  37. 763dede Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 5 years ago
  38. 762a9f2f Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
  39. 5404e7e reiserfs: clean up several indentation issues by Colin Ian King · 5 years ago
  40. aa0d156 fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common path by Alexey Dobriyan · 5 years ago
  41. 0693ffe fs/binfmt_elf.c: allocate less for static executable by Alexey Dobriyan · 5 years ago
  42. c69bcc9 fs/binfmt_elf.c: delete "loc" variable by Alexey Dobriyan · 5 years ago
  43. efcdd35 fs/epoll: make nesting accounting safe for -rt kernel by Jason Baron · 5 years ago
  44. fad9550 proc: inline m_next_vma into m_next by Matthew Wilcox (Oracle) · 5 years ago
  45. b829a0f seq_file: remove m->version by Matthew Wilcox (Oracle) · 5 years ago
  46. 4781f2c proc: use ppos instead of m->version by Matthew Wilcox (Oracle) · 5 years ago
  47. c2e88d2 proc: remove m_cache_vma by Matthew Wilcox (Oracle) · 5 years ago
  48. d07ded6 proc: inline vma_stop into m_stop by Matthew Wilcox (Oracle) · 5 years ago
  49. 5c5ab97 proc: speed up /proc/*/statm by Alexey Dobriyan · 5 years ago
  50. d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 5 years ago
  51. 904f394 fs/proc/inode.c: annotate close_pdeo() for sparse by Jules Irenge · 5 years ago
  52. 1481930 userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally by Peter Xu · 5 years ago
  53. 23080e2 userfaultfd: wp: don't wake up when doing write protect by Peter Xu · 5 years ago
  54. 63b2d41 userfaultfd: wp: add the writeprotect API to userfaultfd ioctl by Andrea Arcangeli · 5 years ago
  55. 72981e0 userfaultfd: wp: add UFFDIO_COPY_MODE_WP by Andrea Arcangeli · 5 years ago
  56. 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 5 years ago
  57. f7fe934 io_uring: initialize fixed_file_data lock by Xiaoguang Wang · 5 years ago
  58. 211fea1 io_uring: remove redundant variable pointer nxt and io_wq_assign_next call by Colin Ian King · 5 years ago
  59. 93ce4af NFS: Clean up process of marking inode stale. by Trond Myklebust · 5 years ago
  60. b6ff107 Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  61. 74e934b Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  62. e14679b Merge tag '9p-for-5.7' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
  63. 5833112 xfs: reflink should force the log out if mounted with wsync by Christoph Hellwig · 5 years ago
  64. 54fbdd1 xfs: factor out a new xfs_log_force_inode helper by Christoph Hellwig · 5 years ago
  65. 77a73ee Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  66. 5bd7328 fix a braino in legitimize_path() by Al Viro · 5 years ago
  67. 48bdd84 io_uring: fix ctx refcounting in io_submit_sqes() by Pavel Begunkov · 5 years ago
  68. 70fbdfe sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn by Linus Torvalds · 5 years ago
  69. d38c07a Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  70. 9c94b39 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  71. 83eb69f Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  72. b3d8e42 Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 5 years ago
  73. 44ea8df NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn() by Trond Myklebust · 5 years ago
  74. 97a728f NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode() by Trond Myklebust · 5 years ago
  75. fc51b1c NFS: Beware when dereferencing the delegation cred by Trond Myklebust · 5 years ago
  76. 581f981 io_uring: process requests completed with -EAGAIN on poll list by Bijan Mottahedeh · 5 years ago
  77. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 5 years ago
  78. c336e99 io_uring: remove bogus RLIMIT_NOFILE check in file registration by Jens Axboe · 5 years ago
  79. d883600 Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  80. aa96bf8 io_uring: use io-wq manager as backup task if task is exiting by Jens Axboe · 5 years ago
  81. 3537b6a io_uring: grab task reference for poll requests by Jens Axboe · 5 years ago
  82. a6ba632 io_uring: retry poll if we got woken with non-matching mask by Jens Axboe · 5 years ago
  83. 531dfae f2fs: keep inline_data when compression conversion by Chao Yu · 5 years ago
  84. aa57697 f2fs: fix to disable compression on directory by Chao Yu · 5 years ago
  85. 9b6ed14 f2fs: add missing CONFIG_F2FS_FS_COMPRESSION by Chao Yu · 5 years ago
  86. 6ce48b0 f2fs: switch discard_policy.timeout to bool type by Chao Yu · 5 years ago
  87. 8908e75 f2fs: fix to verify tpage before releasing in f2fs_free_dic() by Chao Yu · 5 years ago
  88. fd26725 f2fs: show compression in statx by Chao Yu · 5 years ago
  89. 80d0d45 f2fs: clean up dic->tpages assignment by Chao Yu · 5 years ago
  90. 50cfa66 f2fs: compress: support zstd compress algorithm by Chao Yu · 5 years ago
  91. 4f3b4f1 dax,iomap: Add helper dax_iomap_zero() to zero a range by Vivek Goyal · 5 years ago
  92. 0a23f9f dax: Use new dax zero page method for zeroing a page by Vivek Goyal · 5 years ago
  93. f30a6ea NFS: Add a module parameter to set nfs_mountpoint_expiry_timeout by Trond Myklebust · 5 years ago
  94. 75da985 NFS: finish_automount() requires us to hold 2 refs to the mount record by Trond Myklebust · 5 years ago
  95. 529af90 NFS: Fix a few constant_table array definitions by Scott Mayhew · 5 years ago
  96. 6cad420c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  97. 7be9713 Merge tag 'xfs-5.7-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  98. 7db83c0 Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  99. 35a9faf Merge tag 'iomap-5.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  100. 9c57749 Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago