1. 694e096 NFS: Enabling v4.2 should not recompile nfsd and lockd by Anna Schumaker · 11 years ago
  2. 8c2fabc nfs: fix pnfs Kconfig defaults by Christoph Hellwig · 11 years ago
  3. 9e08ef1 NFS: correctly report misuse of "migration" mount option. by NeilBrown · 11 years ago
  4. 6d769f1 nfs: don't retry detect_trunking with RPC_AUTH_UNIX more than once by Jeff Layton · 11 years ago
  5. fab99eb NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security by Trond Myklebust · 11 years ago
  6. b944dba NFSv4: Sanity check the server reply in _nfs4_server_capabilities by Trond Myklebust · 11 years ago
  7. d204c5d NFSv4.2: encode_readdir - only ask for labels when doing readdirplus by Trond Myklebust · 11 years ago
  8. 3da580a nfs: set security label when revalidating inode by Jeff Layton · 11 years ago
  9. fcb63a9 NFS: Fix a missing initialisation when reading the SELinux label by Trond Myklebust · 11 years ago
  10. 12207f6 nfs: fix oops when trying to set SELinux label by Jeff Layton · 11 years ago
  11. 1acd1c3 nfs: fix inverted test for delegation in nfs4_reclaim_open_state by Jeff Layton · 11 years ago
  12. 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
  13. a3f432b nfs: use IS_ROOT not DCACHE_DISCONNECTED by J. Bruce Fields · 11 years ago
  14. 6706246 nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c' by Geyslan G. Bem · 11 years ago
  15. 54bcfa6 nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function by Geyslan G. Bem · 11 years ago
  16. 4f5829d nfs: Remove useless 'error' assignment by Geyslan G. Bem · 11 years ago
  17. 4d4b69d NFS: add support for multiple sec= mount options by Weston Andros Adamson · 11 years ago
  18. 5837f6d NFS: stop using NFS_MOUNT_SECFLAVOUR server flag by Weston Andros Adamson · 11 years ago
  19. 0f5f49b NFS: cache parsed auth_info in nfs_server by Weston Andros Adamson · 11 years ago
  20. a3f73c2 NFS: separate passed security flavs from selected by Weston Andros Adamson · 11 years ago
  21. 47fd88e NFSv4: make nfs_find_best_sec static by Weston Andros Adamson · 11 years ago
  22. 0625c2d NFS: Fix possible endless state recovery wait by Chuck Lever · 11 years ago
  23. cd3fade NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGR by Chuck Lever · 11 years ago
  24. d1c2331 NFS: Handle SEQ4_STATUS_LEASE_MOVED by Chuck Lever · 11 years ago
  25. f8aba1e NFS: Handle NFS4ERR_LEASE_MOVED during async RENEW by Chuck Lever · 11 years ago
  26. 60ea681 NFS: Migration support for RELEASE_LOCKOWNER by Chuck Lever · 11 years ago
  27. 8ef2f8d NFS: Implement support for NFS4ERR_LEASE_MOVED by Chuck Lever · 11 years ago
  28. b7f7a66 NFS: Support NFS4ERR_LEASE_MOVED recovery in state manager by Chuck Lever · 11 years ago
  29. 44c9993 NFS: Add method to detect whether an FSID is still on the server by Chuck Lever · 11 years ago
  30. 352297b NFS: Handle NFS4ERR_MOVED during delegation recall by Chuck Lever · 11 years ago
  31. 519ae25 NFS: Add migration recovery callouts in nfs4proc.c by Chuck Lever · 11 years ago
  32. 9f51a78 NFS: Rename "stateid_invalid" label by Chuck Lever · 11 years ago
  33. f1478c1 NFS: Re-use exit code in nfs4_async_handle_error() by Chuck Lever · 11 years ago
  34. c9fdeb2 NFS: Add basic migration support to state manager thread by Chuck Lever · 11 years ago
  35. ce6cda1 NFS: Add a super_block backpointer to the nfs_server struct by Chuck Lever · 11 years ago
  36. b03d735 NFS: Add method to retrieve fs_locations during migration recovery by Chuck Lever · 11 years ago
  37. 9e6ee76 NFS: Export _nfs_display_fhandle() by Chuck Lever · 11 years ago
  38. ec011fe NFS: Introduce a vector of migration recovery ops by Chuck Lever · 11 years ago
  39. 800c06a NFS: Add functions to swap transports during migration recovery by Chuck Lever · 11 years ago
  40. 32e62b7 NFS: Add nfs4_update_server by Chuck Lever · 11 years ago
  41. d2bfda2 NFSv4: don't reprocess cached open CLAIM_PREVIOUS by Weston Andros Adamson · 11 years ago
  42. d49f042 NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_state by Trond Myklebust · 11 years ago
  43. a43ec98 NFSv4: don't fail on missing fattr in open recover by Weston Andros Adamson · 11 years ago
  44. f494a60 NFSv4: fix NULL dereference in open recover by Weston Andros Adamson · 11 years ago
  45. 83c78eb NFSv4.1: Don't change the security label as part of open reclaim. by Trond Myklebust · 11 years ago
  46. 1966903 nfs: fix handling of invalid mount options in nfs_remount by Jeff Layton · 11 years ago
  47. 57acc40 nfs: reject version and minorversion changes on remount attempts by Jeff Layton · 11 years ago
  48. 3660cd4 NFSv4 Remove zeroing state kern warnings by Andy Adamson · 11 years ago
  49. 9987524 NFSv4: Ensure that we disable the resend timeout for NFSv4 by Trond Myklebust · 11 years ago
  50. a6f951d NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk() by Trond Myklebust · 11 years ago
  51. f927318 Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  52. 522d6d3 Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 11 years ago
  53. 7f42ec3 nilfs2: fix issue with race condition of competition between segments for dirty blocks by Vyacheslav Dubeyko · 11 years ago
  54. 7202365 fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing by Dan Aloni · 11 years ago
  55. 13f3583 afs: dget_parent() can't return a negative dentry by Al Viro · 11 years ago
  56. 7b9a237 ocfs2: needs ->d_lock to poke in ->d_parent->d_inode from ->d_revalidate() by Al Viro · 11 years ago
  57. 4947555 sysv: Add forgotten superblock lock init for v7 fs by Lubomir Rintel · 11 years ago
  58. 367156d NFS: Give "flavor" an initial value to fix a compile warning by Anna Schumaker · 11 years ago
  59. 58a8cf1 NFSv4.1: try SECINFO_NO_NAME flavs until one works by Weston Andros Adamson · 11 years ago
  60. acd65e5 NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_ds by Trond Myklebust · 11 years ago
  61. 52b26a3 NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt fails by Trond Myklebust · 11 years ago
  62. ddd23eb Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  63. f1fe29b NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() by David Howells · 11 years ago
  64. 94d30ae FS-Cache: Provide the ability to enable/disable cookies by David Howells · 11 years ago
  65. 8fb883f FS-Cache: Add use/unuse/wake cookie wrappers by David Howells · 11 years ago
  66. e1f8826 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  67. 997def2 xfs: fix node forward in xfs_node_toosmall by Mark Tinguely · 11 years ago
  68. 5bc2afc NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem method by Trond Myklebust · 11 years ago
  69. a153e67b Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  70. 99d7a88 fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volume by Goldwyn Rodrigues · 11 years ago
  71. 2f6cf0d block: Fix bio_copy_data() by Kent Overstreet · 11 years ago
  72. 566055d xfs: log recovery lsn ordering needs uuid check by Dave Chinner · 11 years ago
  73. b771af2 xfs: fix XFS_IOC_FREE_EOFBLOCKS definition by Dave Chinner · 11 years ago
  74. b313a5f xfs: asserting lock not held during freeing not valid by Dave Chinner · 11 years ago
  75. 4885235 xfs: lock the AIL before removing the buffer item by Dave Chinner · 11 years ago
  76. 721a769 reiserfs: fix race with flush_used_journal_lists and flush_journal_list by Jeff Mahoney · 11 years ago
  77. 7bc9cc0 reiserfs: remove useless flush_old_journal_lists by Jeff Mahoney · 11 years ago
  78. 69d7567 udf: Fortify LVID loading by Jan Kara · 11 years ago
  79. 68cf8d0 Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  80. 0fbf2cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  81. 94aebfb Btrfs: create the uuid tree on remount rw by Josef Bacik · 11 years ago
  82. cbf8b8c btrfs: change extent-same to copy entire argument struct by Mark Fasheh · 11 years ago
  83. 93fd63c Btrfs: dir_inode_operations should use btrfs_update_time also by Guangyu Sun · 11 years ago
  84. 5138ccc btrfs: Add btrfs: prefix to kernel log output by Frank Holton · 11 years ago
  85. 6ef3de9 btrfs: refuse to remount read-write after abort by David Sterba · 11 years ago
  86. 1cecf57 Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg is 0 by chandan · 11 years ago
  87. a0634be Btrfs: don't leak transaction in btrfs_sync_file() by Filipe David Borba Manana · 11 years ago
  88. a724b43 Btrfs: add the missing mutex unlock in write_all_supers() by Stefan Behrens · 11 years ago
  89. f4ab9ea Btrfs: iput inode on allocation failure by Josef Bacik · 11 years ago
  90. 363e4d3 Btrfs: remove space_info->reservation_progress by Josef Bacik · 11 years ago
  91. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  92. c4fbb43 Btrfs: fix worst case calculator for space usage by Josef Bacik · 11 years ago
  93. 14575ae Revert "Btrfs: rework the overcommit logic to be based on the total size" by Josef Bacik · 11 years ago
  94. 652f25a Btrfs: improve replacing nocow extents by Josef Bacik · 11 years ago
  95. d555438 Btrfs: drop dir i_size when adding new names on replay by Josef Bacik · 11 years ago
  96. dd8e721 Btrfs: replay dir_index items before other items by Josef Bacik · 11 years ago
  97. a5874ce Btrfs: check roots last log commit when checking if an inode has been logged by Josef Bacik · 11 years ago
  98. de2b530 Btrfs: actually log directory we are fsync()'ing by Josef Bacik · 11 years ago
  99. 573aeca Btrfs: actually limit the size of delalloc range by Josef Bacik · 11 years ago
  100. a482039 Btrfs: allocate the free space by the existed max extent size when ENOSPC by Miao Xie · 11 years ago