1. 026ed5c NFS: unmark NFS direct I/O as experimental by Chuck Lever · 18 years ago
  2. f551e44 NFS: add comments clarifying the use of nfs_post_op_update() by Chuck Lever · 18 years ago
  3. aec5e17 NFS: Use SEEK_END instead of hardcoded value by Josef 'Jeff' Sipek · 18 years ago
  4. 51b6ded NFSv4: When mounting with a port=0 argument, substitute port=2049 by Trond Myklebust · 18 years ago
  5. 2066fe8 NFSv4: Poll more aggressively when handling NFS4ERR_DELAY by Trond Myklebust · 18 years ago
  6. c514983 NFSv4: Handle the condition NFS4ERR_FILE_OPEN by Trond Myklebust · 18 years ago
  7. 6b30954 NFSv4: Retry lease recovery if it failed during a synchronous operation. by Trond Myklebust · 18 years ago
  8. 97db8f4 NFS: Don't invalidate the symlink we just stuffed into the cache by Trond Myklebust · 18 years ago
  9. 5f004cf NFS: Make read() return an ESTALE if the file has been deleted by Trond Myklebust · 18 years ago
  10. 2dec514 NFSv4: It's perfectly legal for clp to be NULL here.... by J. Bruce Fields · 18 years ago
  11. fd68407 NFS: nfs_lookup - don't hash dentry when optimising away the lookup by Trond Myklebust · 18 years ago
  12. 297de4f Fix a referral error Oops by andros@citi.umich.edu · 18 years ago
  13. 058ad9c NFS: NFS_ROOT should use the new rpc_create API by Chuck Lever · 18 years ago
  14. 6daabf1 NFS: Fix up compiler warnings on 64-bit platforms in client.c by David Howells · 18 years ago
  15. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  16. 5dd3177 NFSv4: Fix a use-after-free issue with the nfs server. by Trond Myklebust · 18 years ago
  17. 275a082 Add a real API for dealing with blk_congestion_wait() by Trond Myklebust · 18 years ago
  18. 94a6d75 NFS: Use cached page as buffer for NFS symlink requests by Chuck Lever · 18 years ago
  19. 873101b NFS: copy symlinks into page cache before sending NFS SYMLINK request by Chuck Lever · 18 years ago
  20. 4f390c1 NFS: Fix double d_drop in nfs_instantiate() error path by Chuck Lever · 18 years ago
  21. d3db90e NFS: remove a no-longer-needed error check in nfs_symlink() by Chuck Lever · 18 years ago
  22. ae5c794 NFSD: Convert NFS server callback logic to use new rpc_create API by Chuck Lever · 18 years ago
  23. 41877d2 NFS: Convert NFS client to use new rpc_create() API by Chuck Lever · 18 years ago
  24. e1ec789 LOCKD: Convert to use new rpc_create() API by Chuck Lever · 18 years ago
  25. 6ca9482 SUNRPC: Clean-up after previous patches. by Chuck Lever · 18 years ago
  26. 39d7bbc SUNRPC: remove extraneous header inclusions by Chuck Lever · 18 years ago
  27. 44c31be LOCKD: Teach lockd to use the new rpc_peeraddr() API by Chuck Lever · 18 years ago
  28. 9c5bf38 NFS: Fix nfs_alloc_client() by Trond Myklebust · 18 years ago
  29. 36b15c5 NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flag by Trond Myklebust · 18 years ago
  30. 738a351 NFS: Secure the roots of the NFS subtrees in a shared superblock by David Howells · 18 years ago
  31. 27ba851 NFS: Fix error handling by David Howells · 18 years ago
  32. 6aaca56 NFS: Add server and volume lists to /proc by David Howells · 18 years ago
  33. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  34. cf6d7b5 NFS: Start rpciod in server common management by David Howells · 18 years ago
  35. 5006a76 NFS: Eliminate client_sys in favour of cl_rpcclient by David Howells · 18 years ago
  36. 8fa5c00 NFS: Move rpc_ops from nfs_server to nfs_client by David Howells · 18 years ago
  37. 1f16341 NFS: Make better use of inode* dereferencing macros by David Howells · 18 years ago
  38. 27951bd NFS: Maintain a common server record for NFS2/3 as well as for NFS4 by David Howells · 18 years ago
  39. 509de81 NFS: Add extra const qualifiers by David Howells · 18 years ago
  40. 0c7d90c NFS: Use the dentry superblock directly in nfs_statfs() by David Howells · 18 years ago
  41. 24c8dbb NFS: Generalise the nfs_client structure by David Howells · 18 years ago
  42. e9326dc NFS: Add a server capabilities NFS RPC op by David Howells · 18 years ago
  43. 2b3de44 NFS: Add a lookupfh NFS RPC op by David Howells · 18 years ago
  44. b716279 NFS: Return an error when starting the idmapping pipe by David Howells · 18 years ago
  45. 7539bba NFS: Rename nfs_server::nfs4_state by David Howells · 18 years ago
  46. adfa6f9 NFS: Rename struct nfs4_client to struct nfs_client by David Howells · 18 years ago
  47. 5ae1fbc NFS: Fix NFS4 callback up/down prototypes by David Howells · 18 years ago
  48. 0a8ea43 NFS: Disambiguate nfs_stat_to_errno() by David Howells · 18 years ago
  49. 7d4e274 NFS: Fix up split of fs/nfs/inode.c by David Howells · 18 years ago
  50. 770bfad NFS: Add dentry materialisation op by David Howells · 18 years ago
  51. 979df72 NFS: Add an ACCESS cache memory shrinker by Trond Myklebust · 18 years ago
  52. cfcea3e NFS: Add a global LRU list for the ACCESS cache by Trond Myklebust · 18 years ago
  53. 1c3c07e NFS: Add a new ACCESS rpc call cache to the linux nfs client by Trond Myklebust · 18 years ago
  54. 3eeab61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  55. 3e59ddf Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 18 years ago
  56. 6bbd9b6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 18 years ago
  57. f2dd117 [JFFS2] Remove unneeded ifdefs from jffs2_fs_i.h by Michal Piotrowski · 18 years ago
  58. b8c06a2 [CIFS] statfs for cifs unix extensions no longer experimental by Steve French · 18 years ago
  59. 6b70c95 [CIFS] New POSIX locking code not setting rc properly to zero on successful by Steve French · 18 years ago
  60. 2fe87f0 [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path) by Steve French · 18 years ago
  61. 3505868 [CRYPTO] users: Use crypto_hash interface instead of crypto_digest by Herbert Xu · 18 years ago
  62. eb35746 ocfs2: Remove overzealous BUG_ON() by Mark Fasheh · 18 years ago
  63. f12033d ocfs2: Don't print on unknown remote blocking call by Mark Fasheh · 18 years ago
  64. 02ed841 ocfs2: Remove EXPERIMENTAL dependency by Mark Fasheh · 18 years ago
  65. aa95887 ocfs2: implement directory read-ahead by Mark Fasheh · 18 years ago
  66. e0b4096 ocfs2: properly update i_mtime on buffered write by Mark Fasheh · 18 years ago
  67. 0f62de2 ocfs2: Fix directory link count checks in ocfs2_link() by Tiger Yang · 18 years ago
  68. a663e30 ocfs2: move nlink check in ocfs2_mknod() by Mark Fasheh · 18 years ago
  69. 471e3f5 ocfs2: Fix heartbeat sector calculation by Mathieu Avila · 18 years ago
  70. 2d56251 [PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h" by Adrian Bunk · 18 years ago
  71. ca4d147 ocfs2: add ext2 attributes by Herbert Poetzl · 18 years ago
  72. b4c98f6 configfs: Prevent duplicate subsystem names. by Joel Becker · 18 years ago
  73. 4ed4b54 Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  74. 5c2d97c NFS: Fix nfs_page use after free issues in fs/nfs/write.c by Trond Myklebust · 18 years ago
  75. 76723de NFSv4: Fix incorrect semaphore release in _nfs4_do_open() by Trond Myklebust · 18 years ago
  76. 7a52411 NFS: Fix Oopsable condition in nfs_readpage_sync() by Trond Myklebust · 18 years ago
  77. ab5cfd2 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  78. 833f732 [PATCH] EXT2: Remove superblock lock contention in ext2_statfs by Dave Kleikamp · 18 years ago
  79. 27bea32 [PATCH] JFFS2: SUMMARY: fix a summary collecting bug by Zoltan Sogor · 18 years ago
  80. 20acaa1 [PATCH] ext3 sequential read regression fix by Suparna Bhattacharya · 18 years ago
  81. fdb3667 [PATCH] knfsd: Make ext3 reject filehandles referring to invalid inode number by NeilBrown · 18 years ago
  82. ecaff75 [PATCH] knfsd: Have ext2 reject file handles with bad inode numbers early by NeilBrown · 18 years ago
  83. d882687 [JFFS2][SUMMARY] Fix a summary collecting bug. by Havasi Ferenc · 18 years ago
  84. 48c068e Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  85. af84b99 Merge git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 18 years ago
  86. e9f7bee [PATCH] NFS: large non-page-aligned direct I/O clobbers memory by Trond Myklebust · 18 years ago
  87. 3665d0e [PATCH] ext3_getblk() should handle HOLE correctly by Badari Pulavarty · 18 years ago
  88. 0edc7d0 [XFS] Fix a bad pointer dereference in the quota statvfs handling. by Nathan Scott · 18 years ago
  89. 0a8d17d [XFS] Fix xfs_splice_write() so appended data gets to disk. by David Chinner · 18 years ago
  90. 721259b [XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid calling by Lachlan McIlroy · 18 years ago
  91. 4be536d [XFS] Prevent free space oversubscription and xfssyncd looping. by David Chinner · 18 years ago
  92. b835beb [CIFS] Fix CIFS readdir access denied when SE Linux enabled by Steve French · 18 years ago
  93. fe2bbc4 [PATCH] add missing desctiption in super.c by Henrik Kretzschmar · 18 years ago
  94. 4cfb04a [PATCH] manage-jbd-its-own-slab fix by Badari Pulavarty · 18 years ago
  95. 0a7d5f8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  96. 7288026 [XFS] Fix char size overflow in bmap_alloc call for unwritten extent conversion. by Adrian Bunk · 18 years ago
  97. dc709bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  98. f5ef68d [PATCH] /proc/meminfo: don't put spaces in names by Andrew Morton · 18 years ago
  99. 513627d [PATCH] fix up lockdep trace in fs/exec.c by Dave Jones · 18 years ago
  100. 4df4624 [PATCH] lockdep: annotate reiserfs by Ingo Molnar · 18 years ago