1. 8e2e408 fs: dlm: add union in dlm header for lockspace id by Alexander Aring · 3 years, 8 months ago
  2. 37a247d fs: dlm: move out some hash functionality by Alexander Aring · 3 years, 8 months ago
  3. 2874d1a fs: dlm: add functionality to re-transmit a message by Alexander Aring · 3 years, 8 months ago
  4. 8f2dc78 fs: dlm: make buffer handling per msg by Alexander Aring · 3 years, 8 months ago
  5. a070a91 fs: dlm: add more midcomms hooks by Alexander Aring · 3 years, 8 months ago
  6. 6fb5cf9 fs: dlm: public header in out utility by Alexander Aring · 3 years, 8 months ago
  7. 8aa31cb fs: dlm: fix connection tcp EOF handling by Alexander Aring · 3 years, 8 months ago
  8. c6aa00e3 fs: dlm: cancel work sync othercon by Alexander Aring · 3 years, 8 months ago
  9. ba868d9 fs: dlm: reconnect if socket error report occurs by Alexander Aring · 3 years, 8 months ago
  10. 7443bc9 fs: dlm: set is othercon flag by Alexander Aring · 3 years, 8 months ago
  11. b38bc9c fs: dlm: fix srcu read lock usage by Alexander Aring · 3 years, 8 months ago
  12. 2df6b76 fs: dlm: add dlm macros for ratelimit log by Alexander Aring · 3 years, 8 months ago
  13. c937aab fs: dlm: always run complete for possible waiters by Alexander Aring · 3 years, 8 months ago
  14. 0a55a1f Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 8 months ago
  15. 0f979d8 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  16. c1f8a39 smb3: if max_channels set to more than one channel request multichannel by Steve French · 3 years, 8 months ago
  17. 9c2dc11 smb3: do not attempt multichannel to server which does not support it by Steve French · 3 years, 8 months ago
  18. 679971e smb3: when mounting with multichannel include it in requested capabilities by Steve French · 3 years, 8 months ago
  19. bd31396 Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  20. 28b4afe Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  21. a647034 Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 8 months ago
  22. e22e983 Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 3 years, 8 months ago
  23. a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  24. fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
  25. a109ae2 fs: fat: fix spelling typo of values by dingsenjie · 3 years, 8 months ago
  26. 05da1f6 Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 8 months ago
  27. af12070 Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 8 months ago
  28. c1e4726 hpfs: replace one-element array with flexible-array member by Gustavo A. R. Silva · 3 years, 8 months ago
  29. 312f79c nilfs2: fix typos in comments by Lu Jialin · 3 years, 8 months ago
  30. 300563e fs/nilfs2: fix misspellings using codespell tool by Liu xuzhi · 3 years, 8 months ago
  31. b4ca4c0 isofs: fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  32. 7fab29e fs/epoll: restore waking from ep_done_scan() by Davidlohr Bueso · 3 years, 8 months ago
  33. 5b31a7d proc/sysctl: fix function name error in comments by zhouchuangao · 3 years, 8 months ago
  34. 1dcdd7e proc: delete redundant subset=pid check by Alexey Dobriyan · 3 years, 8 months ago
  35. d4455fa proc: mandate ->proc_lseek in "struct proc_ops" by Alexey Dobriyan · 3 years, 8 months ago
  36. b793cd9 proc: save LOC in __xlate_proc_name() by Alexey Dobriyan · 3 years, 8 months ago
  37. f4bf74d fs/proc/generic.c: fix incorrect pde_is_permanent check by Colin Ian King · 3 years, 8 months ago
  38. 7ac86b3 Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years, 8 months ago
  39. 682a8e2 Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 3 years, 8 months ago
  40. cf7b39a block: reexpand iov_iter after read/write by yangerkun · 3 years, 10 months ago
  41. d1f8280 io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers by Thadeu Lima de Souza Cascardo · 3 years, 9 months ago
  42. 8404c9f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
  43. a79cdfb Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 9 months ago
  44. 7c9e41e Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 9 months ago
  45. d048b9c btrfs: use memzero_page() instead of open coded kmap pattern by Ira Weiny · 3 years, 9 months ago
  46. 855f9a8 mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS) by Anshuman Khandual · 3 years, 9 months ago
  47. 8cc621d mm: fs: invalidate BH LRU during page migration by Minchan Kim · 3 years, 9 months ago
  48. f619147 userfaultfd: add UFFDIO_CONTINUE ioctl by Axel Rasmussen · 3 years, 9 months ago
  49. 7677f7f userfaultfd: add minor fault registration mode by Axel Rasmussen · 3 years, 9 months ago
  50. 15b8365 mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages() by Miaohe Lin · 3 years, 9 months ago
  51. d4241a0 mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case by Miaohe Lin · 3 years, 9 months ago
  52. 04adbc3 mm/hugetlb: use some helper functions to cleanup code by Miaohe Lin · 3 years, 9 months ago
  53. 6dfeaff hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp by Peter Xu · 3 years, 9 months ago
  54. 786b311 mm: remove nrexceptional from inode: remove BUG_ON by Hugh Dickins · 3 years, 9 months ago
  55. 8bc3c48 mm: remove nrexceptional from inode by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  56. 7f0e07f dax: account DAX entries as nrpages by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  57. 7716506 mm: introduce and use mapping_empty() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  58. 51f6294 Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 3 years, 9 months ago
  59. d0195c7 Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years, 9 months ago
  60. 51e6f07 Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 3 years, 9 months ago
  61. bae4c0c fs/cifs: Fix resource leak by Khaled ROMDHANI · 3 years, 9 months ago
  62. 78c0963 Cifs: Fix kernel oops caused by deferred close for files. by Rohith Surabattula · 3 years, 9 months ago
  63. 5c1acf3 cifs: fix regression when mounting shares with prefix paths by Paulo Alcantara · 3 years, 9 months ago
  64. 6e55249 iomap: remove unused private field from ioend by Brian Foster · 3 years, 9 months ago
  65. 8e9800f xfs: don't allow log writes if the data device is readonly by Darrick J. Wong · 3 years, 9 months ago
  66. 9b1f61d Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
  67. 23806a3 Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
  68. 5b2abda cifs: use echo_interval even when connection not ready. by Shyam Prasad N · 3 years, 9 months ago
  69. f491664 cifs: detect dead connections only when echoes are enabled. by Shyam Prasad N · 3 years, 9 months ago
  70. 7ba3d1c smb3.1.1: allow dumping keys for multiuser mounts by Steve French · 3 years, 9 months ago
  71. aa22ebc smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted shares by Steve French · 3 years, 9 months ago
  72. 087f757 cifs: add shutdown support by Steve French · 3 years, 9 months ago
  73. c3f207a cifs: Deferred close for files by Rohith Surabattula · 3 years, 9 months ago
  74. 9ccce09 Merge tag 'for-linus-5.13-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 3 years, 9 months ago
  75. 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
  76. b28866f Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
  77. 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 9 months ago
  78. 22650f1 afs: Fix speculative status fetches by David Howells · 3 years, 9 months ago
  79. 9009b45 .gitignore: prefix local generated files with a slash by Masahiro Yamada · 3 years, 9 months ago
  80. 9f67672 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 9 months ago
  81. 6bab076 Merge tag 'dlm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 3 years, 9 months ago
  82. 9ec1efb Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 3 years, 9 months ago
  83. d652502e Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 9 months ago
  84. 14d0711 Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio" by Brian Geffon · 3 years, 9 months ago
  85. 985b71d iomap: use filemap_range_needs_writeback() for O_DIRECT reads by Jens Axboe · 3 years, 9 months ago
  86. 21ae3ad vfs: fs_parser: clean up kernel-doc warnings by Randy Dunlap · 3 years, 9 months ago
  87. ccf33ec ocfs2/dlm: remove unused function by Jiapeng Chong · 3 years, 9 months ago
  88. f13604a ocfs2: fix a typo by Bhaskar Chowdhury · 3 years, 9 months ago
  89. f9630ec ocfs2: map flags directly in flags_to_o2dlm() by Joseph Qi · 3 years, 9 months ago
  90. 1634852 ocfs2: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE by Yang Li · 3 years, 9 months ago
  91. bb6659c io_uring: Fix memory leak in io_sqe_buffers_register() by Zqiang · 3 years, 9 months ago
  92. b0030af Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 9 months ago
  93. cf3770e io_uring: Fix premature return from loop and memory leak by Colin Ian King · 3 years, 9 months ago
  94. 47b228c io_uring: fix unchecked error in switch_start() by Pavel Begunkov · 3 years, 9 months ago
  95. 6224843 io_uring: allow empty slots for reg buffers by Pavel Begunkov · 3 years, 9 months ago
  96. b0d658ec io_uring: add more build check for uapi by Pavel Begunkov · 3 years, 9 months ago
  97. dddca22 io_uring: dont overlap internal and user req flags by Pavel Begunkov · 3 years, 9 months ago
  98. 2840f71 io_uring: fix drain with rsrc CQEs by Pavel Begunkov · 3 years, 9 months ago
  99. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 9 months ago
  100. 3644286 Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 9 months ago