1. fab99eb NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security by Trond Myklebust · 11 years ago
  2. b944dba NFSv4: Sanity check the server reply in _nfs4_server_capabilities by Trond Myklebust · 11 years ago
  3. d204c5d NFSv4.2: encode_readdir - only ask for labels when doing readdirplus by Trond Myklebust · 11 years ago
  4. 3da580a nfs: set security label when revalidating inode by Jeff Layton · 11 years ago
  5. fcb63a9 NFS: Fix a missing initialisation when reading the SELinux label by Trond Myklebust · 11 years ago
  6. 12207f6 nfs: fix oops when trying to set SELinux label by Jeff Layton · 11 years ago
  7. 1acd1c3 nfs: fix inverted test for delegation in nfs4_reclaim_open_state by Jeff Layton · 11 years ago
  8. c698dbf Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into linux-next by Trond Myklebust · 11 years ago
  9. a3f432b nfs: use IS_ROOT not DCACHE_DISCONNECTED by J. Bruce Fields · 11 years ago
  10. 6706246 nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c' by Geyslan G. Bem · 11 years ago
  11. 54bcfa6 nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function by Geyslan G. Bem · 11 years ago
  12. 4f5829d nfs: Remove useless 'error' assignment by Geyslan G. Bem · 11 years ago
  13. 4d4b69d NFS: add support for multiple sec= mount options by Weston Andros Adamson · 11 years ago
  14. 5837f6d NFS: stop using NFS_MOUNT_SECFLAVOUR server flag by Weston Andros Adamson · 11 years ago
  15. 0f5f49b NFS: cache parsed auth_info in nfs_server by Weston Andros Adamson · 11 years ago
  16. a3f73c2 NFS: separate passed security flavs from selected by Weston Andros Adamson · 11 years ago
  17. 47fd88e NFSv4: make nfs_find_best_sec static by Weston Andros Adamson · 11 years ago
  18. 0625c2d NFS: Fix possible endless state recovery wait by Chuck Lever · 11 years ago
  19. cd3fade NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGR by Chuck Lever · 11 years ago
  20. d1c2331 NFS: Handle SEQ4_STATUS_LEASE_MOVED by Chuck Lever · 11 years ago
  21. f8aba1e NFS: Handle NFS4ERR_LEASE_MOVED during async RENEW by Chuck Lever · 11 years ago
  22. 60ea681 NFS: Migration support for RELEASE_LOCKOWNER by Chuck Lever · 11 years ago
  23. 8ef2f8d NFS: Implement support for NFS4ERR_LEASE_MOVED by Chuck Lever · 11 years ago
  24. b7f7a66 NFS: Support NFS4ERR_LEASE_MOVED recovery in state manager by Chuck Lever · 11 years ago
  25. 44c9993 NFS: Add method to detect whether an FSID is still on the server by Chuck Lever · 11 years ago
  26. 352297b NFS: Handle NFS4ERR_MOVED during delegation recall by Chuck Lever · 11 years ago
  27. 519ae25 NFS: Add migration recovery callouts in nfs4proc.c by Chuck Lever · 11 years ago
  28. 9f51a78 NFS: Rename "stateid_invalid" label by Chuck Lever · 11 years ago
  29. f1478c1 NFS: Re-use exit code in nfs4_async_handle_error() by Chuck Lever · 11 years ago
  30. c9fdeb2 NFS: Add basic migration support to state manager thread by Chuck Lever · 11 years ago
  31. ce6cda1 NFS: Add a super_block backpointer to the nfs_server struct by Chuck Lever · 11 years ago
  32. b03d735 NFS: Add method to retrieve fs_locations during migration recovery by Chuck Lever · 11 years ago
  33. 9e6ee76 NFS: Export _nfs_display_fhandle() by Chuck Lever · 11 years ago
  34. ec011fe NFS: Introduce a vector of migration recovery ops by Chuck Lever · 11 years ago
  35. 800c06a NFS: Add functions to swap transports during migration recovery by Chuck Lever · 11 years ago
  36. 32e62b7 NFS: Add nfs4_update_server by Chuck Lever · 11 years ago
  37. d2bfda2 NFSv4: don't reprocess cached open CLAIM_PREVIOUS by Weston Andros Adamson · 11 years ago
  38. d49f042 NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_state by Trond Myklebust · 11 years ago
  39. a43ec98 NFSv4: don't fail on missing fattr in open recover by Weston Andros Adamson · 11 years ago
  40. f494a60 NFSv4: fix NULL dereference in open recover by Weston Andros Adamson · 11 years ago
  41. 83c78eb NFSv4.1: Don't change the security label as part of open reclaim. by Trond Myklebust · 11 years ago
  42. 1966903 nfs: fix handling of invalid mount options in nfs_remount by Jeff Layton · 11 years ago
  43. 57acc40 nfs: reject version and minorversion changes on remount attempts by Jeff Layton · 11 years ago
  44. 3660cd4 NFSv4 Remove zeroing state kern warnings by Andy Adamson · 11 years ago
  45. 9987524 NFSv4: Ensure that we disable the resend timeout for NFSv4 by Trond Myklebust · 11 years ago
  46. a6f951d NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk() by Trond Myklebust · 11 years ago
  47. 367156d NFS: Give "flavor" an initial value to fix a compile warning by Anna Schumaker · 11 years ago
  48. 58a8cf1 NFSv4.1: try SECINFO_NO_NAME flavs until one works by Weston Andros Adamson · 11 years ago
  49. acd65e5 NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_ds by Trond Myklebust · 11 years ago
  50. 52b26a3 NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt fails by Trond Myklebust · 11 years ago
  51. f1fe29b NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() by David Howells · 11 years ago
  52. 94d30ae FS-Cache: Provide the ability to enable/disable cookies by David Howells · 11 years ago
  53. 5bc2afc NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem method by Trond Myklebust · 11 years ago
  54. 01c919a nfs: set FILE_CREATED by Miklos Szeredi · 11 years ago
  55. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  56. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  57. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  58. 26935fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  59. 1d7b24f Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  60. 312cd95 NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCE by Weston Andros Adamson · 11 years ago
  61. ade33ff NFSv4.1: sp4_mach_cred: no need to ref count creds by Weston Andros Adamson · 11 years ago
  62. 7cb852d NFSv4.1: fix SECINFO* use of put_rpccred by Weston Andros Adamson · 11 years ago
  63. a027962 NFSv4.1: sp4_mach_cred: ask for WRITE and COMMIT by Weston Andros Adamson · 11 years ago
  64. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  65. 55f841c super: fix calculation of shrinkable objects for small numbers by Glauber Costa · 11 years ago
  66. 9f79fb4 NFSv4.1 fix decode_free_stateid by Andy Adamson · 11 years ago
  67. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  68. b1b3e13 NFSv4: use mach cred for SECINFO_NO_NAME w/ integrity by Weston Andros Adamson · 11 years ago
  69. 0aea92b NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was set by Trond Myklebust · 11 years ago
  70. 47040da NFSv4: Allow security autonegotiation for submounts by Trond Myklebust · 11 years ago
  71. 41d058c NFSv4: Disallow security negotiation for lookups when 'sec=' is specified by Trond Myklebust · 11 years ago
  72. 5e6b199 NFSv4: Fix security auto-negotiation by Trond Myklebust · 11 years ago
  73. 19e7b8d NFS: Clean up nfs_parse_security_flavors() by Trond Myklebust · 11 years ago
  74. 74c9881 NFS: Clean up the auth flavour array mess by Trond Myklebust · 11 years ago
  75. 0e20162 NFSv4.1 Use MDS auth flavor for data server connection by Andy Adamson · 11 years ago
  76. 4109bb7 NFS: Don't check lock owner compatability unless file is locked (part 2) by Trond Myklebust · 11 years ago
  77. 0f1d260 NFS: Don't check lock owner compatibility in writes unless file is locked by Trond Myklebust · 11 years ago
  78. 13caa9f nfs: use check_submounts_and_drop() by Miklos Szeredi · 11 years ago
  79. 8897538 nfs4: Map NFS4ERR_WRONG_CRED to EPERM by Weston Andros Adamson · 11 years ago
  80. 8c21c62 nfs4.1: Add SP4_MACH_CRED write and commit support by Weston Andros Adamson · 11 years ago
  81. 3787d50 nfs4.1: Add SP4_MACH_CRED stateid support by Weston Andros Adamson · 11 years ago
  82. 8b5bee2 nfs4.1: Add SP4_MACH_CRED secinfo support by Weston Andros Adamson · 11 years ago
  83. fa94072 nfs4.1: Add SP4_MACH_CRED cleanup support by Weston Andros Adamson · 11 years ago
  84. ab4c236 nfs4.1: Add state protection handler by Weston Andros Adamson · 11 years ago
  85. 2031cd1 nfs4.1: Minimal SP4_MACH_CRED implementation by Weston Andros Adamson · 11 years ago
  86. f6de7a3 NFSv4: Document the recover_lost_locks kernel parameter by Trond Myklebust · 11 years ago
  87. ef1820f NFSv4: Don't try to recover NFSv4 locks when they are lost. by NeilBrown · 11 years ago
  88. b6a8525 NFS: Fix warning introduced by NFSv4.0 transport blocking patches by Chuck Lever · 11 years ago
  89. 1cec16a When CONFIG_NFS_V4_1 is not enabled, "make C=2" emits this warning: by Chuck Lever · 11 years ago
  90. 2cf8bca NFS: Update session draining barriers for NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  91. be05c86 NFS: Add nfs4_sequence calls for OPEN_CONFIRM by Chuck Lever · 11 years ago
  92. fbd4bfd NFS: Add nfs4_sequence calls for RELEASE_LOCKOWNER by Chuck Lever · 11 years ago
  93. 160881e NFS: Enable nfs4_setup_sequence() for DELEGRETURN by Chuck Lever · 11 years ago
  94. 3bd2384 NFS: NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  95. abf79bb NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  96. eb2a1cd NFS: Add global helper for releasing slot table resources by Chuck Lever · 11 years ago
  97. 744aa52 NFS: Add global helper to set up a stand-along nfs4_slot_table by Chuck Lever · 11 years ago
  98. 9d33059 NFS: Enable slot table helpers for NFSv4.0 by Chuck Lever · 11 years ago
  99. 220e09c NFS: Remove unused call_sync minor version op by Chuck Lever · 11 years ago
  100. 9915ea7 NFS: Add RPC callouts to start NFSv4.0 synchronous requests by Chuck Lever · 11 years ago