1. d1d488d fs: add vfs_parse_fs_param_source() helper by Christian Brauner · 3 years, 6 months ago
  2. 40226a3 Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux by Linus Torvalds · 3 years, 6 months ago
  3. f02bf85 Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 6 months ago
  4. 1e16624 Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 6 months ago
  5. 50be941 Merge tag 'io_uring-5.14-2021-07-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  6. a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  7. 4d069f6 cifs: update internal version number by Steve French · 3 years, 6 months ago
  8. 03313d1 cifs: prevent NULL deref in cifs_compose_mount_options() by Paulo Alcantara · 3 years, 6 months ago
  9. 53d31a3 SMB3.1.1: Add support for negotiating signing algorithm by Steve French · 3 years, 6 months ago
  10. 7a400bf Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 3 years, 6 months ago
  11. e49d68c Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 6 months ago
  12. 47a7ce6 Merge tag 'ceph-for-5.14-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years, 6 months ago
  13. 96890bc Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 6 months ago
  14. 227c4d5 Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years, 6 months ago
  15. 9ce85ef io_uring: remove dead non-zero 'poll' check by Jens Axboe · 3 years, 6 months ago
  16. e0a3cbc cifs: use helpers when parsing uid/gid mount options and validate them by Ronnie Sahlberg · 3 years, 6 months ago
  17. 8f487ef io_uring: mitigate unlikely iopoll lag by Pavel Begunkov · 3 years, 6 months ago
  18. 878b3df Merge part 2 of branch 'sysfs-devel' by Trond Myklebust · 3 years, 6 months ago
  19. dd5c153 NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3 by Trond Myklebust · 3 years, 6 months ago
  20. f46f849 NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times by Trond Myklebust · 3 years, 6 months ago
  21. b4e89bc NFSv4/pnfs: Clean up layout get on open by Trond Myklebust · 3 years, 6 months ago
  22. 0b77f97 NFSv4/pnfs: Fix layoutget behaviour after invalidation by Trond Myklebust · 3 years, 6 months ago
  23. aa95edf NFSv4/pnfs: Fix the layout barrier update by Trond Myklebust · 3 years, 6 months ago
  24. ba512c1 NFS: Fix fscache read from NFS after cache error by Dave Wysochanski · 3 years, 6 months ago
  25. e0340f1 NFS: Ensure nfs_readpage returns promptly when internal error occurs by Dave Wysochanski · 3 years, 6 months ago
  26. 85e39fe NFSv4.1 identify and mark RPC tasks that can move between transports by Olga Kornievskaia · 3 years, 6 months ago
  27. 0705e8d ext4: inline jbd2_journal_[un]register_shrinker() by Theodore Ts'o · 3 years, 6 months ago
  28. 0955901 ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT by Theodore Ts'o · 3 years, 6 months ago
  29. 61bb4a1 ext4: fix possible UAF when remounting r/o a mmp-protected file system by Theodore Ts'o · 3 years, 6 months ago
  30. d4dc277 CIFS: Clarify SMB1 code for POSIX Lock by Steve French · 3 years, 6 months ago
  31. f371793 CIFS: Clarify SMB1 code for rename open file by Steve French · 3 years, 6 months ago
  32. 0cc2ea8 Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 6 months ago
  33. c32aace io_uring: fix drain alloc fail return code by Pavel Begunkov · 3 years, 6 months ago
  34. 2a780e8 CIFS: Clarify SMB1 code for delete by Steve French · 3 years, 6 months ago
  35. e3973ea CIFS: Clarify SMB1 code for SetFileSize by Steve French · 3 years, 6 months ago
  36. ea32af4 btrfs: zoned: fix wrong mutex unlock on failure to allocate log root tree by Filipe Manana · 3 years, 6 months ago
  37. 9cc0b83 btrfs: don't block if we can't acquire the reclaim lock by Johannes Thumshirn · 3 years, 6 months ago
  38. abb99cf btrfs: properly split extent_map for REQ_OP_ZONE_APPEND by Naohiro Aota · 3 years, 6 months ago
  39. 79bd371 btrfs: rework chunk allocation to avoid exhaustion of the system chunk array by Filipe Manana · 3 years, 6 months ago
  40. 1cb3db1 btrfs: fix deadlock with concurrent chunk allocations involving system chunks by Filipe Manana · 3 years, 6 months ago
  41. 5f93e77 btrfs: zoned: print unusable percentage when reclaiming block groups by Johannes Thumshirn · 3 years, 6 months ago
  42. 54afaae btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_work by David Sterba · 3 years, 6 months ago
  43. 28607bf f2fs: drop dirty node pages when cp is in error status by Jaegeuk Kim · 3 years, 6 months ago
  44. ab1016d nfsd: fix NULL dereference in nfs3svc_encode_getaclres by J. Bruce Fields · 3 years, 6 months ago
  45. 7b08cf6 NFSD: Prevent a possible oops in the nfs_dirent() tracepoint by Chuck Lever · 3 years, 6 months ago
  46. e34c0ce nfsd: remove redundant assignment to pointer 'this' by Colin Ian King · 3 years, 8 months ago
  47. 474bc33 nfsd: Reduce contention for the nfsd_file nf_rwsem by Trond Myklebust · 3 years, 7 months ago
  48. 0ff5b50 lockd: Update the NLMv4 SHARE results encoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  49. 447c14d lockd: Update the NLMv4 nlm_res results encoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  50. 1beef14 lockd: Update the NLMv4 TEST results encoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  51. ec757e4 lockd: Update the NLMv4 void results encoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  52. 3049e97 lockd: Update the NLMv4 FREE_ALL arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  53. 7cf96b6 lockd: Update the NLMv4 SHARE arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  54. bc3665f lockd: Update the NLMv4 SM_NOTIFY arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  55. b4c24b5 lockd: Update the NLMv4 nlm_res arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  56. d76d8c2 lockd: Update the NLMv4 UNLOCK arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  57. 1e1f38d lockd: Update the NLMv4 CANCEL arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  58. 0e5977a lockd: Update the NLMv4 LOCK arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  59. 345b415 lockd: Update the NLMv4 TEST arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  60. 7956521 lockd: Update the NLMv4 void arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  61. 529ca3a lockd: Update the NLMv1 SHARE results encoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  62. e96735a lockd: Update the NLMv1 nlm_res results encoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  63. adf98a4 lockd: Update the NLMv1 TEST results encoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  64. e26ec89 lockd: Update the NLMv1 void results encoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  65. 14e1052 lockd: Update the NLMv1 FREE_ALL arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  66. 890939e lockd: Update the NLMv1 SHARE arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  67. 137e05e lockd: Update the NLMv1 SM_NOTIFY arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  68. 16ddcab lockd: Update the NLMv1 nlm_res arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  69. c27045d lockd: Update the NLMv1 UNLOCK arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  70. f4e08f3 lockd: Update the NLMv1 CANCEL arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  71. c1adb8c lockd: Update the NLMv1 LOCK arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  72. 2fd0c67 lockd: Update the NLMv1 TEST arguments decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  73. cc1029b lockd: Update the NLMv1 void argument decoder to use struct xdr_stream by Chuck Lever · 3 years, 7 months ago
  74. a6a63ca lockd: Common NLM XDR helpers by Chuck Lever · 3 years, 7 months ago
  75. a9ad1a8 lockd: Create a simplified .vs_dispatch method for NLM requests by Chuck Lever · 3 years, 7 months ago
  76. 05570a2 nfsd: rpc_peeraddr2str needs rcu lock by J. Bruce Fields · 3 years, 7 months ago
  77. 5823e40 nfs_common: fix doc warning by ChenXiaoSong · 3 years, 7 months ago
  78. 5418526 NFSD: Fix error return code in nfsd4_interssc_connect() by Wei Yongjun · 3 years, 7 months ago
  79. f47dc2d nfsd: fix kernel test robot warning in SSC code by Dai Ngo · 3 years, 7 months ago
  80. 3518c86 nfsd4: Expose the callback address and state of each NFS4 client by Dave Wysochanski · 3 years, 7 months ago
  81. 934bd07 nfsd: move fsnotify on client creation outside spinlock by J. Bruce Fields · 3 years, 7 months ago
  82. 8e4f3e1 Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 3 years, 6 months ago
  83. 729437e Merge tag 'for-linus-5.14-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 3 years, 6 months ago
  84. 7a5e9a1 Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 3 years, 6 months ago
  85. c9ebd3d f2fs: initialize page->private when using for our internal use by Jaegeuk Kim · 3 years, 6 months ago
  86. f5c13f1 Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 6 months ago
  87. eed0218 Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 6 months ago
  88. 90810c2 smb3: fix typo in header file by Steve French · 3 years, 6 months ago
  89. 1e5654d exfat: handle wrong stream entry size in exfat_readdir() by Namjae Jeon · 3 years, 7 months ago
  90. 58ec905 Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  91. d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  92. f92a322 Merge branch 'work.d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  93. 757fa80 Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  94. b019e11 CIFS: Clarify SMB1 code for UnixSetPathInfo by Steve French · 3 years, 6 months ago
  95. ded2d99 CIFS: Clarify SMB1 code for UnixCreateSymLink by Steve French · 3 years, 6 months ago
  96. 819f916 cifs: clarify SMB1 code for UnixCreateHardLink by Steve French · 3 years, 6 months ago
  97. 01cf308 cifs: make locking consistent around the server session status by Steve French · 3 years, 6 months ago
  98. 9f7b640 Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 6 months ago
  99. e4aa67b Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 3 years, 6 months ago
  100. ced4cca Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 3 years, 6 months ago