1. 45d43c2 NFSv4.1: Convert slotid from u8 to u32 by Trond Myklebust · 12 years ago
  2. 17347d0 NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefined by Stanislav Kinsbursky · 13 years ago
  3. 33faaa3 NFS: pass transport net to rpc_pton() while parse server name by Stanislav Kinsbursky · 13 years ago
  4. b48e127 NFS: pass current net to rpc_pton() while parsing mount options by Stanislav Kinsbursky · 13 years ago
  5. c7add9a NFS: search for client session id in proper network namespace by Stanislav Kinsbursky · 13 years ago
  6. bc224f5 NFS: pass proper net rpc_pton() in nfs_dns_resolve_name() by Stanislav Kinsbursky · 13 years ago
  7. dc03085 NFS: make nfs_client_lock per net ns by Stanislav Kinsbursky · 13 years ago
  8. 28cd1b3 NFS: make cb_ident_idr per net ns by Stanislav Kinsbursky · 13 years ago
  9. c25d32b NFS: make nfs_volume_list per net ns by Stanislav Kinsbursky · 13 years ago
  10. 6b13168 NFS: make nfs_client_list per net ns by Stanislav Kinsbursky · 13 years ago
  11. 3cd0f37 NFS: Keep idmapper include files in one place by Bryan Schumaker · 13 years ago
  12. e6499c6 NFS: Fall back on old idmapper if request_key() fails by Bryan Schumaker · 13 years ago
  13. 2d3fe01 NFS: Fix comparison between DS address lists by Weston Andros Adamson · 12 years ago
  14. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 13 years ago
  15. f9fd2d9 NFS: printks in fs/nfs/ should start with NFS: by Weston Andros Adamson · 13 years ago
  16. b01dd1d NFS: Call test_stateid() and free_stateid() with correct stateids by Bryan Schumaker · 12 years ago
  17. 1cab065 NFS: Pass a stateid to test_stateid() and free_stateid() by Bryan Schumaker · 12 years ago
  18. a4980e7 NFSv4: ACCESS validation doesn't require a full attribute refresh by Trond Myklebust · 13 years ago
  19. 8b7e3f4 NFSv4: Don't decode fs_locations if we didn't ask for them... by Trond Myklebust · 13 years ago
  20. c15c928 nfs: remove unneeded NULL pointer check in nfs4_remote_mount by Jeff Layton · 13 years ago
  21. d36b7cf pnfs: clean up initiate_file_draining layout lookup by Benny Halevy · 13 years ago
  22. 7d9dea9 NFS: Use kcalloc() when allocating arrays by Trond Myklebust · 13 years ago
  23. 4601df2 NFSv4: Avoid thundering herd issues with nfs_release_seqid by Trond Myklebust · 13 years ago
  24. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 13 years ago
  25. 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 13 years ago
  26. babea47 NFS: remove unused nfs4_find_client_no_ident function by Stanislav Kinsbursky · 13 years ago
  27. 246590f SUNRPC: register service stats /proc entries in passed network namespace context by Stanislav Kinsbursky · 13 years ago
  28. ec7652a SUNRPC: register RPC stats /proc entries in passed network namespace context by Stanislav Kinsbursky · 13 years ago
  29. 1709427 NFS: decode destination address in proper network namespace context by Stanislav Kinsbursky · 13 years ago
  30. 599ec12 NFS: parse DNS cache in proper network namespace context by Stanislav Kinsbursky · 13 years ago
  31. 5ecebb7 SUNRPC: unregister service on creation in current network namespace by Stanislav Kinsbursky · 13 years ago
  32. f2ac4dc SUNRPC: parametrize rpc_uaddr2sockaddr() by network context by Stanislav Kinsbursky · 13 years ago
  33. 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 13 years ago
  34. 961a828 SUNRPC: Fix potential races in xprt_lock_write_next() by Trond Myklebust · 13 years ago
  35. 2aeb98f NFS: Ensure that mmapped pages remain stable during writeback by Trond Myklebust · 13 years ago
  36. 536e43d NFS: Optimise away unnecessary setattrs for open(O_TRUNC); by Trond Myklebust · 13 years ago
  37. 48c22eb NFS: Move struct nfs_unique_id into struct nfs_seqid_counter by Trond Myklebust · 13 years ago
  38. 7ba127a NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counter by Trond Myklebust · 13 years ago
  39. 9d12b21 NFSv41: Add a new helper nfs4_init_sequence() by Trond Myklebust · 13 years ago
  40. d2d7ce2 NFSv4: Replace lock_owner->ld_id with an ida based allocator by Trond Myklebust · 13 years ago
  41. 9157c31 NFSv4: Replace state_owner->so_owner_id with an ida based allocator by Trond Myklebust · 13 years ago
  42. d1e284d NFSv4: Clean up nfs4_get_state_owner by Trond Myklebust · 13 years ago
  43. 1313e60 NFS: Remove unnecessary includes from linux/nfs_fs_i.h by Trond Myklebust · 13 years ago
  44. 2561d61 NFS: remove RPC PipeFS mount point reference from blocklayout routines by Stanislav Kinsbursky · 13 years ago
  45. 627f306 NFS: blocklayout PipeFS notifier introduced by Stanislav Kinsbursky · 13 years ago
  46. 9e2e74d NFS: blocklayout pipe creation per network namespace context introduced by Stanislav Kinsbursky · 13 years ago
  47. 332dfab NFS: handle blocklayout pipe PipeFS dentry by network namespace aware routines by Stanislav Kinsbursky · 13 years ago
  48. eee1732 NFS: idmap PipeFS notifier introduced by Stanislav Kinsbursky · 13 years ago
  49. 4929d1d NFS: handle NFS idmap pipe PipeFS dentries by network namespace aware routines by Stanislav Kinsbursky · 13 years ago
  50. 7bb782c NFS: create callback transports in parent transport network namespace by Stanislav Kinsbursky · 13 years ago
  51. 6d59b8d NFS: pass NFS client owner network namespace to RPC client creation routine by Stanislav Kinsbursky · 13 years ago
  52. e50a7a1 NFS: make NFS client allocated per network namespace context by Stanislav Kinsbursky · 13 years ago
  53. 39cb67b NFS: remove RPC PipeFS mount point references from NFS cache routines by Stanislav Kinsbursky · 13 years ago
  54. 9df69c8 NFS: DNS resolver PipeFS notifier introduced by Stanislav Kinsbursky · 13 years ago
  55. 1b340d0 NFS: DNS resolver cache per network namespace context introduced by Stanislav Kinsbursky · 13 years ago
  56. 5c1cacb NFS: handle NFS caches dentries by network namespace aware routines by Stanislav Kinsbursky · 13 years ago
  57. 9222b95 NFS: split cache creation and PipeFS registration by Stanislav Kinsbursky · 13 years ago
  58. 820f944 SUNRPC: split cache creation and PipeFS registration by Stanislav Kinsbursky · 13 years ago
  59. 30507f5 SUNRPC: remove RPC PipeFS mount point reference from RPC client by Stanislav Kinsbursky · 13 years ago
  60. 0157d02 SUNRPC: handle RPC client pipefs dentries by network namespace aware routines by Stanislav Kinsbursky · 13 years ago
  61. c239d83 SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation by Stanislav Kinsbursky · 13 years ago
  62. d706ed1 SUNPRC: cleanup RPC PipeFS pipes upcall interface by Stanislav Kinsbursky · 13 years ago
  63. d3712b9 Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 12 years ago
  64. 0a96265 Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  65. 67d2433 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  66. f2933e8 Logfs: Allow NULL block_isbad() methods by Joern Engel · 13 years ago
  67. bbe0138 logfs: Grow inode in delete path by Joern Engel · 13 years ago
  68. 1bcceaf logfs: Free areas before calling generic_shutdown_super() by Joern Engel · 13 years ago
  69. 6c69494 logfs: remove useless BUG_ON by Joern Engel · 13 years ago
  70. 0bd9038 logfs: Propagate page parameter to __logfs_write_inode by Prasad Joshi · 13 years ago
  71. ecfd890 logfs: set superblock shutdown flag after generic sb shutdown by Prasad Joshi · 13 years ago
  72. 13ced29 logfs: take write mutex lock during fsync and sync by Prasad Joshi · 13 years ago
  73. 934eed3 logfs: Prevent memory corruption by Joern Engel · 13 years ago
  74. 9615060 logfs: update page reference count for pined pages by Prasad Joshi · 13 years ago
  75. 9998eb7 Btrfs: fix reservations in btrfs_page_mkwrite by Chris Mason · 13 years ago
  76. 9b23062 Btrfs: advance window_start if we're using a bitmap by Josef Bacik · 13 years ago
  77. 0c4e538 btrfs: mask out gfp flags in releasepage by David Sterba · 13 years ago
  78. 9e622d6 Btrfs: fix enospc error caused by wrong checks of the chunk by Miao Xie · 13 years ago
  79. 7ec31b5 Btrfs: do not defrag a file partially by Liu Bo · 13 years ago
  80. 0b48514 Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.c by Stefan Behrens · 13 years ago
  81. 0b4a9d2 Btrfs: use cluster->window_start when allocating from a cluster bitmap by Josef Bacik · 13 years ago
  82. 8bedd51 Btrfs: Check for NULL page in extent_range_uptodate by Mitch Harder · 13 years ago
  83. 6dd70ce btrfs: Fix busyloops in transaction waiting code by Jan Kara · 13 years ago
  84. 357b978 Btrfs: make sure a bitmap has enough bytes by Josef Bacik · 13 years ago
  85. b1375d6 Btrfs: fix uninit warning in backref.c by Jan Schmidt · 13 years ago
  86. aaad641 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  87. 1589cb1 eCryptfs: move misleading function comments by Li Wang · 13 years ago
  88. 3074c03 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 13 years ago
  89. 58ded24 eCryptfs: Fix oops when printing debug info in extent crypto functions by Tyler Hicks · 13 years ago
  90. f2cb933 eCryptfs: Remove unused ecryptfs_read() by Tyler Hicks · 13 years ago
  91. a261a03 eCryptfs: Check inode changes in setattr by Tyler Hicks · 13 years ago
  92. 5e6f0d7 eCryptfs: Make truncate path killable by Tyler Hicks · 13 years ago
  93. 684a3ff eCryptfs: Infinite loop due to overflow in ecryptfs_write() by Li Wang · 13 years ago
  94. 48399c0 eCryptfs: Replace miscdev read/write magic numbers by Tyler Hicks · 13 years ago
  95. 7f13350 eCryptfs: Report errors in writes to /dev/ecryptfs by Tyler Hicks · 13 years ago
  96. db10e55 eCryptfs: Sanitize write counts of /dev/ecryptfs by Tyler Hicks · 13 years ago
  97. bb45036 ecryptfs: Remove unnecessary variable initialization by Tim Gardner · 13 years ago
  98. 30373dc ecryptfs: Improve metadata read failure logging by Tim Gardner · 13 years ago
  99. 9b025eb xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink() by Jan Kara · 13 years ago
  100. d234696 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago