1. ba827c9 pNFS: Enable per-layout segment commit structures by Trond Myklebust · 5 years ago
  2. a990189 pNFS: Add infrastructure for cleaning up per-layout commit structures by Trond Myklebust · 5 years ago
  3. e3b9f7e NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers() by Trond Myklebust · 5 years ago
  4. 1f28476 NFS: Fix O_DIRECT commit verifier handling by Trond Myklebust · 5 years ago
  5. fb5f7f2 NFS: commit errors should be fatal by Trond Myklebust · 5 years ago
  6. 18f4129 NFS/pNFS: Allow O_DIRECT to release the DS commitinfo by Trond Myklebust · 5 years ago
  7. 0cb1f6d pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist() by Trond Myklebust · 5 years ago
  8. fce9ed0 pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs() by Trond Myklebust · 5 years ago
  9. a8e3765 NFSv4/pNFS: Scan the full list of commit arrays when committing by Trond Myklebust · 5 years ago
  10. c21e716 NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info by Trond Myklebust · 5 years ago
  11. d7242c4 pNFS: Add a helper to allocate the array of buckets by Trond Myklebust · 5 years ago
  12. 19573c9 NFS/pNFS: Refactor pnfs_generic_commit_pagelist() by Trond Myklebust · 5 years ago
  13. 329651b pNFS/flexfiles: Simplify allocation of the mirror array by Trond Myklebust · 5 years ago
  14. aa3367c NFS: Don't specify NFS version in "UDP not supported" error by Petr Vorel · 5 years ago
  15. 89c8023 nfsroot: set tcp as the default transport protocol by Liwei Song · 5 years ago
  16. 8605cf0 NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails by Misono Tomohiro · 6 years ago
  17. 3cab185 nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount() by Trond Myklebust · 5 years ago
  18. 5601cda nfs: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  19. f5fdf12 NFSv4.2: error out when relink swapfile by Murphy Zhou · 5 years ago
  20. eb095c1 NFS:remove redundant call to nfs_do_access by Zhouyi Zhou · 5 years ago
  21. b5fdf84 NFSv4: Add support for CB_RECALL_ANY for flexfiles layouts by Trond Myklebust · 5 years ago
  22. 7f156ef NFSv4: Clean up nfs_delegation_reap_expired() by Trond Myklebust · 5 years ago
  23. 1bba38b NFSv4: Clean up nfs_delegation_reap_unclaimed() by Trond Myklebust · 5 years ago
  24. af3b61b NFSv4: Clean up nfs_client_return_marked_delegations() by Trond Myklebust · 5 years ago
  25. 3c9e502 NFS: Add a helper nfs_client_for_each_server() by Trond Myklebust · 5 years ago
  26. 58ac3e5 NFSv4/pnfs: Clean up nfs_layout_find_inode() by Trond Myklebust · 5 years ago
  27. cf6605d NFSv4: Ensure layout headers are RCU safe by Trond Myklebust · 5 years ago
  28. d911c57 NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid() by Trond Myklebust · 5 years ago
  29. 194a0dc pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the server by Trond Myklebust · 5 years ago
  30. a8b373e NFS: Limit the size of the access cache by default by Trond Myklebust · 5 years ago
  31. 49cd325 NFS: Avoid referencing the cred twice in async rename/unlink by Trond Myklebust · 5 years ago
  32. 63ec2b6 NFSv4: Avoid unnecessary credential references in layoutget by Trond Myklebust · 5 years ago
  33. 6129650 NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/O by Trond Myklebust · 5 years ago
  34. 542b994 NFS: Assume cred is pinned by open context in I/O requests by Trond Myklebust · 5 years ago
  35. 1d179d6 NFS: alloc_nfs_open_context() must use the file cred when available by Trond Myklebust · 5 years ago
  36. 244fcd2 NFS: Ensure we time out if a delegreturn does not complete by Trond Myklebust · 5 years ago
  37. 59b5639 NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout cred by Trond Myklebust · 5 years ago
  38. 57f188e NFSv4: nfs_update_inplace_delegation() should update delegation cred by Trond Myklebust · 5 years ago
  39. 59e356a NFS: Use the 64-bit server readdir cookies when possible by Trond Myklebust · 5 years ago
  40. 34d5a4b Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  41. b0ea262 Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  42. 7e6d869 Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
  43. 2af8217 Merge tag 'ovl-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 5 years ago
  44. 5007928 Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  45. ddd2b85 afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_t by Jann Horn · 5 years ago
  46. c853680 ovl: fix lockdep warning for async write by Miklos Szeredi · 5 years ago
  47. 53afcd3 ovl: fix some xino configurations by Amir Goldstein · 5 years ago
  48. 807f030 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  49. d9a9f48 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 5 years ago
  50. 2103913 gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache by Al Viro · 5 years ago
  51. 531d304 ovl: fix lock in ovl_llseek() by Amir Goldstein · 5 years ago
  52. e6e6ec4 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  53. 805b13a io_uring: ensure RCU callback ordering with rcu_barrier() by Jens Axboe · 5 years ago
  54. b34e5c1 Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  55. 2b4eae9 fscrypt: don't evict dirty inodes after removing key by Eric Biggers · 5 years ago
  56. c200376 Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  57. f0e20b8 io_uring: fix lockup with timeouts by Pavel Begunkov · 5 years ago
  58. 30fe0d07 Merge tag 'for-5.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  59. 0b25d45 Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 5 years ago
  60. c1e2148 io_uring: free fixed_file_data after RCU grace period by Jens Axboe · 5 years ago
  61. 6d390e4 locks: fix a potential use-after-free problem when wakeup a waiter by yangerkun · 5 years ago
  62. bc87302 fat: fix uninit-memory access for partial initialized inode by OGAWA Hirofumi · 5 years ago
  63. 8019ad1 futex: Fix inode life-time issue by Peter Zijlstra · 5 years ago
  64. 8b614cb Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  65. 0a68ff5 fcntl: Distribute switch variables for initialization by Kees Cook · 5 years ago
  66. e7a0489 btrfs: fix RAID direct I/O reads with alternate csums by Omar Sandoval · 5 years ago
  67. 80ad894 io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNAL by Pavel Begunkov · 5 years ago
  68. fc04c39 io-wq: fix IO_WQ_WORK_NO_CANCEL cancellation by Pavel Begunkov · 5 years ago
  69. e708698 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  70. 37b0b6b ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 5 years ago
  71. 6c5d911 jbd2: fix data races at struct journal_head by Qian Cai · 5 years ago
  72. 74dea5d Merge tag 'io_uring-5.6-2020-02-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  73. bfeb4f9 Merge tag 'zonefs-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 5 years ago
  74. d876836 io_uring: fix 32-bit compatability with sendmsg/recvmsg by Jens Axboe · 5 years ago
  75. bebdb65 io_uring: define and set show_fdinfo only if procfs is enabled by Tobias Klauser · 5 years ago
  76. dd3db2a io_uring: drop file set ref put/get on switch by Jens Axboe · 5 years ago
  77. 3a90159 io_uring: import_single_range() returns 0/-ERROR by Jens Axboe · 5 years ago
  78. 2a44f46 io_uring: pick up link work on submit reference drop by Jens Axboe · 5 years ago
  79. 0dda2dd zonefs: select FS_IOMAP by Johannes Thumshirn · 5 years ago
  80. 7c69eb8 zonefs: fix IOCB_NOWAIT handling by Christoph Hellwig · 5 years ago
  81. 2d141dd io-wq: ensure work->task_pid is cleared on init by Jens Axboe · 5 years ago
  82. 55dee1b nfs: add minor version to nfs_server_key for fscache by Scott Mayhew · 5 years ago
  83. 75a9b91 NFS: Fix leak of ctx->nfs_server.hostname by Scott Mayhew · 5 years ago
  84. 1821b26 NFS: Don't hard-code the fs_type when submounting by Scott Mayhew · 5 years ago
  85. 3030fd4 io-wq: remove spin-for-work optimization by Jens Axboe · 5 years ago
  86. bdcd3ea io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL by Xiaoguang Wang · 5 years ago
  87. fb4b5f1 cifs: Use #define in cifs_dbg by Joe Perches · 5 years ago
  88. 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 5 years ago
  89. ec57010 cifs: add missing mount option to /proc/mounts by Steve French · 5 years ago
  90. 1542552 cifs: fix potential mismatch of UNC paths by Paulo Alcantara (SUSE) · 5 years ago
  91. fc513fa cifs: don't leak -EAGAIN for stat() during reconnect by Ronnie Sahlberg · 5 years ago
  92. 41726c9 io_uring: fix personality idr leak by Jens Axboe · 5 years ago
  93. 193155c io_uring: handle multiple personalities in link chains by Jens Axboe · 5 years ago
  94. d2eee25 Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  95. a3163ca Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  96. b88025e Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  97. c7849be io_uring: fix __io_iopoll_check deadlock in io_sq_thread by Xiaoguang Wang · 5 years ago
  98. 9db176b ext4: fix mount failure with quota configured as module by Jan Kara · 5 years ago
  99. 8eedabf jbd2: fix ocfs2 corrupt when clearing block group bits by wangyan · 5 years ago
  100. cb85f4d ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 5 years ago