1. db58465 cachefiles: Drop superfluous readpages aops NULL check by Takashi Iwai · 4 years ago
  2. f419f03 Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 4 years ago
  3. a527a2b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
  4. 11c0239 Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  5. 9348b73 mm: don't play games with pinned pages in clear_page_refs by Linus Torvalds · 4 years ago
  6. 29a951d mm: fix clear_refs_write locking by Linus Torvalds · 4 years ago
  7. a8d13db io_uring: ensure finish_wait() is always called in __io_uring_task_cancel() by Jens Axboe · 4 years ago
  8. 0bc9bc1 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
  9. 7cd3c41 Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years ago
  10. e9f5335 ext4: remove expensive flush on fast commit by Daejun Park · 4 years ago
  11. 6b4b8e6 ext4: fix bug for rename with RENAME_WHITEOUT by yangerkun · 4 years ago
  12. 31e203e ext4: fix wrong list_splice in ext4_fc_cleanup by Daejun Park · 4 years ago
  13. 23dd561 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR by Yi Li · 4 years ago
  14. f010505 io_uring: flush timeouts that should already have expired by Marcelo Diop-Gonzalez · 4 years ago
  15. e54fd07 cifs: style: replace one-element array with flexible-array by YANG LI · 4 years ago
  16. ed6b192 cifs: connect: style: Simplify bool comparison by YANG LI · 4 years ago
  17. c13e7af fs: cifs: remove unneeded variable in smb3_fs_context_dup by Menglong Dong · 4 years ago
  18. 2659d3b cifs: fix interrupted close commands by Paulo Alcantara · 4 years ago
  19. 77b6ec0 cifs: check pointer before freeing by Tom Rix · 4 years ago
  20. 06585c4 io_uring: do sqo disable on install_fd error by Pavel Begunkov · 4 years ago
  21. b441161 io_uring: fix null-deref in io_disable_sqo_submit by Pavel Begunkov · 4 years ago
  22. e609571 Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years ago
  23. 51b2ee7 nfsd4: readdirplus shouldn't return parent of export by J. Bruce Fields · 4 years ago
  24. 6e68b99 Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years ago
  25. c912fd0 Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years ago
  26. 621fadc io_uring: don't take files/mm for a dead task by Pavel Begunkov · 4 years ago
  27. d434ab6 io_uring: drop mm and files after task_work_run by Pavel Begunkov · 4 years ago
  28. 896567e NFS: nfs_igrab_and_active must first reference the superblock by Trond Myklebust · 4 years ago
  29. 113aac6 NFS: nfs_delegation_find_inode_server must first reference the superblock by Trond Myklebust · 4 years ago
  30. ed41fd0 Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  31. d430adf Merge tag 'io_uring-5.11-2021-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  32. a440e4d Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  33. cb2856c NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter by Trond Myklebust · 4 years ago
  34. 46c9ea1 NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit() by Trond Myklebust · 4 years ago
  35. 1757655 NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request by Trond Myklebust · 4 years ago
  36. 2c8d5fc pNFS: Stricter ordering of layoutget and layoutreturn by Trond Myklebust · 4 years ago
  37. c18d1e1 pNFS: Clean up pnfs_layoutreturn_free_lsegs() by Trond Myklebust · 4 years ago
  38. 078000d pNFS: We want return-on-close to complete when evicting the inode by Trond Myklebust · 4 years ago
  39. 67bbcee pNFS: Mark layout for return if return-on-close was not sent by Trond Myklebust · 4 years ago
  40. c98e9da NFS: Adjust fs_context error logging by Scott Mayhew · 4 years ago
  41. d9d0521 io_uring: stop SQPOLL submit on creator's death by Pavel Begunkov · 4 years ago
  42. 6b5733e io_uring: add warn_once for io_uring_flush() by Pavel Begunkov · 4 years ago
  43. 4f793dc io_uring: inline io_uring_attempt_task_drop() by Pavel Begunkov · 4 years ago
  44. 55e6ac1 io_uring: io_rw_reissue lockdep annotations by Pavel Begunkov · 4 years ago
  45. 996e435 Merge tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years ago
  46. ef0ba05 poll: fix performance regression due to out-of-line __put_user() by Linus Torvalds · 4 years ago
  47. e076ab2a btrfs: shrink delalloc pages instead of full inodes by Josef Bacik · 4 years ago
  48. 2d2f6f1 block: pre-initialize struct block_device in bdev_alloc_inode by Christoph Hellwig · 4 years ago
  49. 04a6a53 fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sb by Satya Tangirala · 4 years ago
  50. 50e31ef btrfs: reloc: fix wrong file extent type check to avoid false ENOENT by Qu Wenruo · 4 years ago
  51. 347fb0c btrfs: tree-checker: check if chunk item end overflows by Su Yue · 4 years ago
  52. 29b665c btrfs: prevent NULL pointer dereference in extent_io_tree_panic by Su Yue · 4 years ago
  53. 7100873 btrfs: print the actual offset in btrfs_root_name by Josef Bacik · 4 years ago
  54. b1445e5 io_uring: synchronise ev_posted() with waitqueues by Pavel Begunkov · 4 years ago
  55. 4aa84f2 io_uring: dont kill fasync under completion_lock by Pavel Begunkov · 4 years ago
  56. 80c18e4 io_uring: trigger eventfd for IOPOLL by Pavel Begunkov · 4 years ago
  57. 71c061d Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years ago
  58. 3d1a90a NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock by Dave Wysochanski · 4 years, 1 month ago
  59. 3e2224c io_uring: Fix return value from alloc_fixed_file_ref_node by Matthew Wilcox (Oracle) · 4 years ago
  60. 6207214 Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years ago
  61. 170b3bb io_uring: Delete useless variable ‘id’ in io_prep_async_work by Ye Bin · 4 years ago
  62. 90df085 io_uring: cancel more aggressively in exit_work by Pavel Begunkov · 4 years ago
  63. de7f1d9 io_uring: drop file refs after task cancel by Pavel Begunkov · 4 years ago
  64. 6c50315 io_uring: patch up IOPOLL overflow_flush sync by Pavel Begunkov · 4 years ago
  65. 81b6d05 io_uring: synchronise IOPOLL on task_submit fail by Pavel Begunkov · 4 years ago
  66. a0a6df9 umount(2): move the flag validity checks first by Al Viro · 4 years ago
  67. 366911c afs: Fix directory entry size calculation by David Howells · 4 years ago
  68. 26982a8 afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=y by David Howells · 4 years ago
  69. 4f8b848 zonefs: select CONFIG_CRC32 by Arnd Bergmann · 4 years ago
  70. 8b4805c Merge tag 'block-5.11-2021-01-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  71. dc3e24b Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  72. b1b6b5a kernel/io_uring: cancel io_uring before task works by Pavel Begunkov · 4 years ago
  73. 1ffc542 io_uring: fix io_sqe_files_unregister() hangs by Pavel Begunkov · 4 years ago
  74. 1642b44 io_uring: add a helper for setting a ref node by Pavel Begunkov · 4 years ago
  75. 875b237 fs: block_dev.c: fix kernel-doc warnings from struct block_device changes by Randy Dunlap · 4 years ago
  76. 7778877 io_uring: don't assume mm is constant across submits by Jens Axboe · 4 years ago
  77. 60267ba ceph: reencode gid_list when reconnecting by Ilya Dryomov · 4 years ago
  78. 2ca408d fanotify: Fix sys_fanotify_mark() on native x86-32 by Brian Gerst · 4 years, 1 month ago
  79. 14e3e98 proc mountinfo: make splice available again by Linus Torvalds · 4 years ago
  80. 7bb5226 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
  81. 555a6e8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
  82. 60e8edd Merge tag 'io_uring-5.11-2020-12-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  83. 771e7e4 Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  84. c07e671 io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() by Xiaoguang Wang · 4 years ago
  85. 9faadcc io_uring: fix double io_uring free by Pavel Begunkov · 4 years ago
  86. 4f06f21 Merge tag 'configfs-5.11' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 4 years ago
  87. e9e541e Merge tag 'exfat-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years ago
  88. 5a3b590 ext4: don't leak old mountpoint samples by Theodore Ts'o · 4 years ago
  89. a3f5cf1 ext4: drop ext4_handle_dirty_super() by Jan Kara · 4 years ago
  90. dfd56c2 ext4: fix superblock checksum failure when setting password salt by Jan Kara · 4 years ago
  91. e92ad03 ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super() by Jan Kara · 4 years ago
  92. 2d01ddc ext4: save error info to sb through journal if available by Jan Kara · 4 years ago
  93. 05c2c00 ext4: protect superblock modifications with a buffer lock by Jan Kara · 4 years ago
  94. 4392fbc ext4: drop sync argument of ext4_commit_super() by Jan Kara · 4 years ago
  95. be99393 ext4: remove unnecessary wbc parameter from ext4_bio_write_page by Lei Chen · 4 years, 1 month ago
  96. e789ca0 ext4: combine ext4_handle_error() and save_error_info() by Jan Kara · 4 years ago
  97. 82ef137 ext4: avoid s_mb_prefetch to be zero in individual scenarios by Chunguang Xu · 4 years, 1 month ago
  98. c92dc85 ext4: defer saving error info from atomic context by Jan Kara · 4 years, 1 month ago
  99. 7b51e70 block: update some copyrights by Christoph Hellwig · 4 years, 1 month ago
  100. ca2e270 block: remove a pointless self-reference in block_dev.c by Christoph Hellwig · 4 years, 1 month ago