1. f7b37b8 NFS: Add softreval behaviour to nfs_lookup_revalidate() by Trond Myklebust · 5 years ago
  2. fe1e8dbe NFSv3: FIx bug when using chacl and chmod to change acl by Su Yanjun · 5 years ago
  3. d826e5b NFSv4.x recover from pre-mature loss of openstateid by Olga Kornievskaia · 5 years ago
  4. 62a1573 NFSv4 fix acl retrieval over krb5i/krb5p mounts by Olga Kornievskaia · 5 years ago
  5. c74dfe9 NFS: Add mount option 'softreval' by Trond Myklebust · 5 years ago
  6. 5c965db NFS: Trust cached access if we've already revalidated the inode once by Trond Myklebust · 5 years ago
  7. 4daaeba NFS: Fix nfs_direct_write_reschedule_io() by Trond Myklebust · 5 years ago
  8. 8c9cb71 NFS: When resending after a short write, reset the reply count to zero by Trond Myklebust · 5 years ago
  9. e8194b7 NFS: Improve tracing of permission calls by Trond Myklebust · 5 years ago
  10. 088f3e6 pNFS/flexfiles: Add tracing for layout errors by Trond Myklebust · 5 years ago
  11. 7bdd297 NFS: Clean up generic file commit tracepoint by Trond Myklebust · 5 years ago
  12. 5bb2a7c NFS: Clean up generic writeback tracepoints by Trond Myklebust · 5 years ago
  13. 2343172 NFS: Clean up generic file read tracepoints by Trond Myklebust · 5 years ago
  14. 0722dc9 pNFS/flexfiles: Record resend attempts on I/O failure by Trond Myklebust · 5 years ago
  15. 118b629 NFS: Fix fix of show_nfs_errors by Trond Myklebust · 5 years ago
  16. 25925b0 NFSv4: Improve read/write/commit tracing by Trond Myklebust · 5 years ago
  17. 221203c NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes() by Trond Myklebust · 5 years ago
  18. 2197e9b NFS: Fix up fsync() when the server rebooted by Trond Myklebust · 5 years ago
  19. b8946d7 NFS: Revalidate the file mapping on all fatal writeback errors by Trond Myklebust · 5 years ago
  20. 0df68ced NFS: Revalidate the file size on a fatal write error by Trond Myklebust · 5 years ago
  21. e0b27d9 NFS: Add missing null check for failed allocation by Colin Ian King · 5 years ago
  22. 474c4f3 nfs: NFS_SWAP should depend on SWAP by Geert Uytterhoeven · 5 years ago
  23. bd89bc6 fs/nfs, swapon: check holes in swapfile by Murphy Zhou · 5 years ago
  24. 2bb50aa NFS4: Report callback authentication errors by Chuck Lever · 5 years ago
  25. 861e167 NFS: Introduce trace events triggered by page writeback errors by Chuck Lever · 5 years ago
  26. 6ed2144 NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookup by zhengbin · 5 years ago
  27. 8b98a53 NFS4: Remove unneeded semicolon by zhengbin · 5 years ago
  28. a3167da nfs: encode nfsv4 timestamps as 64-bit by Arnd Bergmann · 5 years ago
  29. e5189e9 nfs: remove timespec from xdr_encode_nfstime by Arnd Bergmann · 5 years ago
  30. bc35b6b nfs: fscache: use timespec64 in inode auxdata by Arnd Bergmann · 5 years ago
  31. ae08483 nfs: use timespec64 in nfs_fattr by Arnd Bergmann · 5 years ago
  32. ce8866f0 NFS: Attach supplementary error information to fs_context. by Scott Mayhew · 5 years ago
  33. 62a55d0 NFS: Additional refactoring for fs_context conversion by Scott Mayhew · 5 years ago
  34. f2aedb7 NFS: Add fs_context support. by David Howells · 5 years ago
  35. e38bb23 NFS: Convert mount option parsing to use functionality from fs_parser.h by Scott Mayhew · 5 years ago
  36. 38465f5 NFS: rename nfs_fs_context pointer arg in a few functions by Scott Mayhew · 5 years ago
  37. e558100 NFS: Do some tidying of the parsing code by David Howells · 5 years ago
  38. 48be8a6 NFS: Add a small buffer in nfs_fs_context to avoid string dup by David Howells · 5 years ago
  39. cbd071b NFS: Deindent nfs_fs_context_parse_option() by David Howells · 5 years ago
  40. f8ee01e NFS: Split nfs_parse_mount_options() by David Howells · 5 years ago
  41. 5eb005c NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context by David Howells · 5 years ago
  42. e0a626b NFS: Constify mount argument match tables by David Howells · 5 years ago
  43. 9954bf9 NFS: Move mount parameterisation bits into their own file by David Howells · 5 years ago
  44. adf2314 nfs: get rid of ->set_security() by Al Viro · 5 years ago
  45. ba8b614 nfs_clone_sb_security(): simplify the check for server bogosity by Al Viro · 5 years ago
  46. ab88dca nfs: get rid of mount_info ->fill_super() by Al Viro · 5 years ago
  47. 0c38f21 nfs: don't pass nfs_subversion to ->create_server() by Al Viro · 5 years ago
  48. 1bc3a2c nfs: unexport nfs_fs_mount_common() by Al Viro · 5 years ago
  49. 82eaed2 nfs: merge xdev and remote file_system_type by Al Viro · 5 years ago
  50. a55d329 nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common() by Al Viro · 5 years ago
  51. 6a3f7a3 nfs: stash nfs_subversion reference into nfs_mount_info by Al Viro · 5 years ago
  52. 250d69f nfs: lift setting mount_info from nfs_xdev_mount() by Al Viro · 5 years ago
  53. 4e35776 nfs4: fold nfs_do_root_mount/nfs_follow_remote_path by Al Viro · 5 years ago
  54. 6654f8e nfs: don't bother setting/restoring export_path around do_nfs_root_mount() by Al Viro · 5 years ago
  55. 15a9c4e nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type by Al Viro · 5 years ago
  56. 7643c12 nfs: lift setting mount_info from nfs4_remote{,_referral}_mount by Al Viro · 5 years ago
  57. d0b779d nfs: stash server into struct nfs_mount_info by Al Viro · 5 years ago
  58. 444a529 saner calling conventions for nfs_fs_mount_common() by Al Viro · 5 years ago
  59. e033e7d Merge branch 'dhowells' (patches from DavidH) by Linus Torvalds · 5 years ago
  60. f52b83b afs: Fix afs_lookup() to not clobber the version on a new dentry by David Howells · 5 years ago
  61. 40a708b afs: Fix use-after-loss-of-ref by David Howells · 5 years ago
  62. 9fb7007 Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  63. 4e4cd21 Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  64. 30b6487 Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  65. bef1d88 Merge tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  66. 83c9c54 fs: move guard_bio_eod() after bio_set_op_attrs by Ming Lei · 5 years ago
  67. e163fdb pstore/ram: Regularize prz label allocation lifetime by Kees Cook · 5 years ago
  68. eacc6df io_uring: remove punt of short reads to async context by Jens Axboe · 5 years ago
  69. 68faa67 chardev: Avoid potential use-after-free in 'chrdev_open()' by Will Deacon · 5 years ago
  70. b73eba2 ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less by Gang He · 5 years ago
  71. 397eac1 ocfs2: call journal flush to mark journal as empty after journal recovery when mount by Kai Li · 5 years ago
  72. e39e773 fs/posix_acl.c: fix kernel-doc warnings by Randy Dunlap · 5 years ago
  73. 213921f fs/namespace.c: make to_mnt_ns() static by Eric Biggers · 5 years ago
  74. 7bebd69 fs/nsfs.c: include headers for missing declarations by Eric Biggers · 5 years ago
  75. b16155a fs/direct-io.c: include fs/internal.h for missing prototype by Eric Biggers · 5 years ago
  76. 3a562ae Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  77. b6b4aaf Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  78. 15f0ec9 mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs() by Jan Stancek · 5 years ago
  79. 278b14e Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  80. 74f1a29 Revert "fs: remove ksys_dup()" by Dominik Brodowski · 5 years ago
  81. 9e5f1c1 pstore/ram: Write new dumps to start of recycled zones by Aleksandr Yashkin · 5 years ago
  82. 8df955a pstore/ram: Fix error-path memory leak in persistent_ram_new() callers by Kees Cook · 5 years ago
  83. de7999a Btrfs: fix infinite loop during nocow writeback due to race by Filipe Manana · 5 years ago
  84. 46bcff2b btrfs: fix compressed write bio blkcg attribution by Dennis Zhou · 5 years ago
  85. 7b62e66 btrfs: punt all bios created in btrfs_submit_compressed_write() by Dennis Zhou · 5 years ago
  86. d756638 Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 5 years ago
  87. cc2f36e Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  88. 98ca480 locks: print unsigned ino in /proc/locks by Amir Goldstein · 5 years ago
  89. 85a8ce6 block: add bio_truncate to fix guard_bio_eod by Ming Lei · 5 years ago
  90. 534121d Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  91. fd1c4bc io-wq: add cond_resched() to worker thread by Hillf Danton · 5 years ago
  92. 1f424e8b io-wq: remove unused busy list from io_sqe by Hillf Danton · 5 years ago
  93. 046aca3 cifs: Optimize readdir on reparse points by Paulo Alcantara (SUSE) · 5 years ago
  94. 7935799e0 cifs: Adjust indentation in smb2_open_file by Nathan Chancellor · 5 years ago
  95. 9efa3ed Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  96. c601747 Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  97. a396560 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  98. 0dd1e37 pipe: fix empty pipe check in pipe_write() by Jan Stancek · 5 years ago
  99. 68d7b2d ext4: fix unused-but-set-variable warning in ext4_add_entry() by Yunfeng Ye · 5 years ago
  100. f8f04d0 Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago