1. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  2. 6f0d968 block: remove the NULL bdev check in bdev_read_only by Christoph Hellwig · 4 years ago
  3. ef7b1a0 Merge tag 'io_uring-5.11-2021-01-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  4. 5130680 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  5. 443d112 Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years ago
  6. 697edcb proc_sysctl: fix oops caused by incorrect command parameters by Xiaoming Ni · 4 years ago
  7. 4dcd3bc Merge tag '5.11-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years ago
  8. 02a1367 io_uring: account io_uring internal files as REQ_F_INFLIGHT by Jens Axboe · 4 years ago
  9. 9d5c819 io_uring: fix sleeping under spin in __io_clean_op by Pavel Begunkov · 4 years ago
  10. 214a5ea cifs: do not fail __smb_send_rqst if non-fatal signals are pending by Ronnie Sahlberg · 4 years ago
  11. a903430 Merge tag 'ceph-for-5.11-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years ago
  12. 9a17334 io_uring: fix short read retries for non-reg files by Pavel Begunkov · 4 years ago
  13. 607ec89 io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state by Jens Axboe · 4 years ago
  14. 9f29bd8 Merge tag 'fs_for_v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years ago
  15. f2d6c27 kernfs: wire up ->splice_read and ->splice_write by Christoph Hellwig · 4 years ago
  16. cc099e0 kernfs: implement ->write_iter by Christoph Hellwig · 4 years ago
  17. 4eaad21 kernfs: implement ->read_iter by Christoph Hellwig · 4 years ago
  18. 9791581 Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years ago
  19. db58465 cachefiles: Drop superfluous readpages aops NULL check by Takashi Iwai · 4 years ago
  20. 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
  21. 34d1eb0 btrfs: don't clear ret in btrfs_start_dirty_block_groups by Josef Bacik · 4 years ago
  22. fb28610 btrfs: fix lockdep splat in btrfs_recover_relocation by Josef Bacik · 4 years ago
  23. 49ecc67 btrfs: do not double free backref nodes on error by Josef Bacik · 4 years ago
  24. 18d3bff btrfs: don't get an EINTR during drop_snapshot for reloc by Josef Bacik · 4 years ago
  25. 5cdc4a6 udf: fix the problem that the disc content is not displayed by lianzhi chang · 4 years ago
  26. 16a7885 fs/cifs: Simplify bool comparison. by Jiapeng Zhong · 4 years ago
  27. 2be449f fs/cifs: Assign boolean values to a bool variable by Jiapeng Zhong · 4 years ago
  28. a527a2b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
  29. 0b5cd6c io_uring: fix skipping disabling sqo on exec by Pavel Begunkov · 4 years ago
  30. 4325cb4 io_uring: fix uring_flush in exit_files() warning by Pavel Begunkov · 4 years ago
  31. 6b393a1 io_uring: fix false positive sqo warning on flush by Pavel Begunkov · 4 years ago
  32. c93cc9e io_uring: iopoll requests should also wake task ->in_idle state by Jens Axboe · 4 years ago
  33. 11c0239 Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  34. 9348b73 mm: don't play games with pinned pages in clear_page_refs by Linus Torvalds · 4 years ago
  35. 29a951d mm: fix clear_refs_write locking by Linus Torvalds · 4 years ago
  36. a8d13db io_uring: ensure finish_wait() is always called in __io_uring_task_cancel() by Jens Axboe · 4 years ago
  37. 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
  38. 7cd3c41 Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years ago
  39. e9f5335 ext4: remove expensive flush on fast commit by Daejun Park · 4 years ago
  40. 6b4b8e6 ext4: fix bug for rename with RENAME_WHITEOUT by yangerkun · 4 years ago
  41. 31e203e ext4: fix wrong list_splice in ext4_fc_cleanup by Daejun Park · 4 years ago
  42. 23dd561 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR by Yi Li · 4 years ago
  43. f010505 io_uring: flush timeouts that should already have expired by Marcelo Diop-Gonzalez · 4 years ago
  44. e54fd07 cifs: style: replace one-element array with flexible-array by YANG LI · 4 years ago
  45. ed6b192 cifs: connect: style: Simplify bool comparison by YANG LI · 4 years ago
  46. c13e7af fs: cifs: remove unneeded variable in smb3_fs_context_dup by Menglong Dong · 4 years ago
  47. 2659d3b cifs: fix interrupted close commands by Paulo Alcantara · 4 years ago
  48. 77b6ec0 cifs: check pointer before freeing by Tom Rix · 4 years ago
  49. 1e249cb fs: fix lazytime expiration handling in __writeback_single_inode() by Eric Biggers · 4 years ago
  50. 06585c4 io_uring: do sqo disable on install_fd error by Pavel Begunkov · 4 years ago
  51. b441161 io_uring: fix null-deref in io_disable_sqo_submit by Pavel Begunkov · 4 years ago
  52. e609571 Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years ago
  53. 518837e btrfs: send: fix invalid clone operations when cloning from the same file and root by Filipe Manana · 4 years ago
  54. 14ff8e1 btrfs: no need to run delayed refs after commit_fs_roots during commit by David Sterba · 4 years ago
  55. 51b2ee7 nfsd4: readdirplus shouldn't return parent of export by J. Bruce Fields · 4 years ago
  56. 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
  57. c912fd0 Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years ago
  58. 621fadc io_uring: don't take files/mm for a dead task by Pavel Begunkov · 4 years ago
  59. d434ab6 io_uring: drop mm and files after task_work_run by Pavel Begunkov · 4 years ago
  60. 896567e NFS: nfs_igrab_and_active must first reference the superblock by Trond Myklebust · 4 years ago
  61. 113aac6 NFS: nfs_delegation_find_inode_server must first reference the superblock by Trond Myklebust · 4 years ago
  62. ed41fd0 Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  63. d430adf Merge tag 'io_uring-5.11-2021-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  64. 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
  65. cb2856c NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter by Trond Myklebust · 4 years ago
  66. 46c9ea1 NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit() by Trond Myklebust · 4 years ago
  67. 1757655 NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request by Trond Myklebust · 4 years ago
  68. 2c8d5fc pNFS: Stricter ordering of layoutget and layoutreturn by Trond Myklebust · 4 years ago
  69. c18d1e1 pNFS: Clean up pnfs_layoutreturn_free_lsegs() by Trond Myklebust · 4 years ago
  70. 078000d pNFS: We want return-on-close to complete when evicting the inode by Trond Myklebust · 4 years ago
  71. 67bbcee pNFS: Mark layout for return if return-on-close was not sent by Trond Myklebust · 4 years ago
  72. c98e9da NFS: Adjust fs_context error logging by Scott Mayhew · 4 years ago
  73. d9d0521 io_uring: stop SQPOLL submit on creator's death by Pavel Begunkov · 4 years ago
  74. 6b5733e io_uring: add warn_once for io_uring_flush() by Pavel Begunkov · 4 years ago
  75. 4f793dc io_uring: inline io_uring_attempt_task_drop() by Pavel Begunkov · 4 years ago
  76. 55e6ac1 io_uring: io_rw_reissue lockdep annotations by Pavel Begunkov · 4 years ago
  77. 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
  78. ef0ba05 poll: fix performance regression due to out-of-line __put_user() by Linus Torvalds · 4 years ago
  79. e076ab2a btrfs: shrink delalloc pages instead of full inodes by Josef Bacik · 4 years ago
  80. 2d2f6f1 block: pre-initialize struct block_device in bdev_alloc_inode by Christoph Hellwig · 4 years ago
  81. 04a6a53 fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sb by Satya Tangirala · 4 years ago
  82. 50e31ef btrfs: reloc: fix wrong file extent type check to avoid false ENOENT by Qu Wenruo · 4 years ago
  83. 347fb0c btrfs: tree-checker: check if chunk item end overflows by Su Yue · 4 years ago
  84. 29b665c btrfs: prevent NULL pointer dereference in extent_io_tree_panic by Su Yue · 4 years ago
  85. 7100873 btrfs: print the actual offset in btrfs_root_name by Josef Bacik · 4 years ago
  86. b1445e5 io_uring: synchronise ev_posted() with waitqueues by Pavel Begunkov · 4 years ago
  87. 4aa84f2 io_uring: dont kill fasync under completion_lock by Pavel Begunkov · 4 years ago
  88. 80c18e4 io_uring: trigger eventfd for IOPOLL by Pavel Begunkov · 4 years ago
  89. 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
  90. 3d1a90a NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock by Dave Wysochanski · 4 years, 1 month ago
  91. 3e2224c io_uring: Fix return value from alloc_fixed_file_ref_node by Matthew Wilcox (Oracle) · 4 years ago
  92. 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
  93. 170b3bb io_uring: Delete useless variable ‘id’ in io_prep_async_work by Ye Bin · 4 years ago
  94. 90df085 io_uring: cancel more aggressively in exit_work by Pavel Begunkov · 4 years ago
  95. de7f1d9 io_uring: drop file refs after task cancel by Pavel Begunkov · 4 years ago
  96. 6c50315 io_uring: patch up IOPOLL overflow_flush sync by Pavel Begunkov · 4 years ago
  97. 81b6d05 io_uring: synchronise IOPOLL on task_submit fail by Pavel Begunkov · 4 years ago
  98. a0a6df9 umount(2): move the flag validity checks first by Al Viro · 4 years ago
  99. 4972cf6 libceph, ceph: disambiguate ceph_connection_operations handlers by Ilya Dryomov · 4 years ago
  100. 366911c afs: Fix directory entry size calculation by David Howells · 4 years ago