1. 3a649b8 NLM: Simplify client locks by Trond Myklebust · 20 years ago
  2. d72b7a6 NFS: O_DIRECT needs to use a completion by Trond Myklebust · 20 years ago
  3. 6b45d85 NFS: Clean up nfs_get_user_pages by Trond Myklebust · 20 years ago
  4. 606bbba NFS: fix compiler warnings on 64-bit platforms by Chuck Lever · 20 years ago
  5. 35576cb NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errors by Trond Myklebust · 20 years ago
  6. 4c060b5 lockd: Fix Oopses due to list manipulation errors. by Trond Myklebust · 20 years ago
  7. 26bcbf9 lockd: stop abusing file_lock_list by Christoph Hellwig · 20 years ago
  8. 0426647 lockd: Make lockd use rpc_new_client() instead of rpc_create_client by Trond Myklebust · 20 years ago
  9. 686517f lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host() by Trond Myklebust · 20 years ago
  10. 5e1abf8 lockd: Clean up of the server-side GRANTED code by Trond Myklebust · 20 years ago
  11. 6849c0c lockd: Add refcounting to struct nlm_block by Trond Myklebust · 20 years ago
  12. 09c7938 lockd: Fix server-side lock blocking code by Trond Myklebust · 20 years ago
  13. 0996905 lockd: posix_test_lock() should not call locks_copy_lock() by Trond Myklebust · 20 years ago
  14. 3feb2d4 NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free) by Trond Myklebust · 20 years ago
  15. 5db3a7b NFS: Debugging code for nfs_direct_(read|write)_schedule() by Trond Myklebust · 20 years ago
  16. a8881f5 NFS: O_DIRECT async IO may lose context by Trond Myklebust · 20 years ago
  17. fad6149 nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writes by Trond Myklebust · 20 years ago
  18. e17b1fc NFS: Make nfs_commit_alloc() extern by Trond Myklebust · 20 years ago
  19. a37ec01 NFS: fix data_update accounting in NFS direct I/O path by Chuck Lever · 20 years ago
  20. 15ce4a0 NFS: Replace atomic_t variables in nfs_direct_req with a single spin lock by Chuck Lever · 20 years ago
  21. 8846705 NFS: clean up comments and tab damage in direct.c by Chuck Lever · 20 years ago
  22. 9eafa8c NFS: support EIOCBQUEUED return in direct write path by Chuck Lever · 20 years ago
  23. c89f2ee NFS: make iocb available everywhere in direct write path by Chuck Lever · 20 years ago
  24. 47989d7 NFS: remove support for multi-segment iovs in the direct write path by Chuck Lever · 20 years ago
  25. 462d5b3 NFS: make direct write path generate write requests concurrently by Chuck Lever · 20 years ago
  26. 63ab46a NFS: create common routine for handling direct I/O completion by Chuck Lever · 20 years ago
  27. 93619e5 NFS: create common routine for allocating nfs_direct_req by Chuck Lever · 20 years ago
  28. bc0fb20 NFS: create common routine for waiting for direct I/O to complete by Chuck Lever · 20 years ago
  29. 487b837 NFS: support EIOCBQUEUED return in direct read path by Chuck Lever · 20 years ago
  30. 99514f8 NFS: make iocb available everywhere in direct read path by Chuck Lever · 20 years ago
  31. 0cdd80d NFS: remove support for multi-segment iovs in the direct read path by Chuck Lever · 20 years ago
  32. 5dd602f NFS: use size_t type for holding rsize bytes in NFS O_DIRECT read path by Chuck Lever · 20 years ago
  33. d4cc948 NFS: update comments and function definitions in fs/nfs/direct.c by Chuck Lever · 20 years ago
  34. b8a32e2 NFS: clean up NFS client's a_ops->direct_IO method by Chuck Lever · 20 years ago
  35. ec06c09 NFS: Cleanup of NFS read code by Trond Myklebust · 20 years ago
  36. 788e7a8 NFS: Cleanup of NFS write code in preparation for asynchronous o_direct by Trond Myklebust · 20 years ago
  37. 7117bf3 lockd: Remove FL_LOCKD flag by J. Bruce Fields · 20 years ago
  38. 8dc7c31 locks,lockd: fix race in nlmsvc_testlock by Andy Adamson · 20 years ago
  39. 2e0af86 locks: remove unused posix_block_lock by Andy Adamson · 20 years ago
  40. a85f193 lockd: make nlmsvc_lock use only posix_lock_file by Andy Adamson · 20 years ago
  41. 5de0e50 lockd: simplify nlmsvc_grant_blocked by Andy Adamson · 20 years ago
  42. 15dadef lockd: clean up nlmsvc_lock by Andy Adamson · 20 years ago
  43. 1e7cb3d NFS: directory trace messages by Chuck Lever · 20 years ago
  44. dead28d SUNRPC: eliminate rpc_call() by Chuck Lever · 20 years ago
  45. cc0175c SUNRPC: display human-readable procedure name in rpc_iostats output by Chuck Lever · 20 years ago
  46. 4ece3a2 NFS: add RPC I/O statistics to /proc/self/mountstats by Chuck Lever · 20 years ago
  47. 67ec9f4 NFS: report how long an NFS file system has been mounted by Chuck Lever · 20 years ago
  48. 006ea73 NFS: add hooks to account for NFSERR_JUKEBOX errors by Chuck Lever · 20 years ago
  49. 91d5b47 NFS: add I/O performance counters by Chuck Lever · 20 years ago
  50. d9ef5a8 NFS: introduce mechanism for tracking NFS client metrics by Chuck Lever · 20 years ago
  51. c8bded9 NFS: clean up some mount options by Chuck Lever · 20 years ago
  52. 7a480e2 NFS: show retransmit settings when displaying mount options by Chuck Lever · 20 years ago
  53. b4629fe VFS: New /proc file /proc/self/mountstats by Chuck Lever · 20 years ago
  54. c9d5128 NFS: sem2mutex idmap.c by Ingo Molnar · 20 years ago
  55. bd64754 NFS: kzalloc conversion in fs/nfs by Eric Sesterhenn · 20 years ago
  56. a162a6b NFSv4: Kill braindead gcc warnings by Trond Myklebust · 20 years ago
  57. 967b928 NFSv4: Do not call rpciod_down() before call to destroy_nfsv4_state() by Trond Myklebust · 20 years ago
  58. 12de3b3 SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry by Trond Myklebust · 20 years ago
  59. fb374d2 NFS: reduce the number of false cache invalidations. by Trond Myklebust · 20 years ago
  60. c8d149f NFS: "const static" vs "static const" in nfs4 by Jesper Juhl · 20 years ago
  61. ca62b9c NFSv4: Don't invalidate cached attributes if change attribute is unchanged by Trond Myklebust · 20 years ago
  62. 755c1e2 NFS: writes should not clobber utimes() calls by Trond Myklebust · 20 years ago
  63. 7bab377 lockd: Don't expose the process pid to the NLM server by Trond Myklebust · 20 years ago
  64. 36943fa NLM: nlm_alloc_call should not immediately fail on signal by Trond Myklebust · 20 years ago
  65. 47831f3 VFS: Fix __posix_lock_file() copy of private lock area by Trond Myklebust · 20 years ago
  66. 1dd594b NFS: Fix buglet in fs/nfs/write.c by Neil Brown · 20 years ago
  67. cd52ed3 NFS: Avoid races between writebacks and truncation by Trond Myklebust · 20 years ago
  68. b92dccf NFS: Fix a busy inodes issue... by Trond Myklebust · 20 years ago
  69. 85c6932 [PATCH] nfsservctl(): remove user-triggerable printk by Peter Staubach · 20 years ago
  70. 8532159 [PATCH] v9fs: fix overzealous dropping of dentry which breaks dcache by Eric Van Hensbergen · 20 years ago
  71. 2d7f2ea [PATCH] Fix ext2 readdir f_pos re-validation logic by Al Viro · 20 years ago
  72. f13b835 [PATCH] fs/namespace.c:dup_namespace(): fix a use after free by Adrian Bunk · 20 years ago
  73. 4983da0 [PATCH] page migration: fail if page is in a vma flagged VM_LOCKED by Christoph Lameter · 20 years ago
  74. 0ee10a4 Merge git://oss.sgi.com:8090/oss/git/rc-fixes by Linus Torvalds · 20 years ago
  75. 3fb962b Fix a direct I/O locking issue revealed by the new mutex code. by Nathan Scott · 20 years ago
  76. a488edc [PATCH] JFS: Take logsync lock before testing mp->lsn by Dave Kleikamp · 20 years ago
  77. 30f4e20 [PATCH] NLM: Ensure we do not Oops in the case of an unlock by Trond Myklebust · 20 years ago
  78. c12e87f [PATCH] NFSv4: fix mount segfault on errors returned that are < -1000 by Trond Myklebust · 20 years ago
  79. 143f412 [PATCH] NFS: Fix a potential panic in O_DIRECT by Trond Myklebust · 20 years ago
  80. cd6ef84 [PATCH] ext3: fix nobh mode for chattr +j inodes by Badari Pulavarty · 21 years ago
  81. 0adb25d [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside by Kirill Korotaev · 21 years ago
  82. 0ef675d [PATCH] mtd: 64 bit fixes by Atsushi Nemoto · 21 years ago
  83. 1efa3c0 [NET] compat ifconf: fix limits by Randy Dunlap · 21 years ago
  84. 731805b [PATCH] v9fs: fix for access to unitialized variables or freed memory by Latchesar Ionkov · 21 years ago
  85. 90f0094 [PATCH] s390: dasd partition detection by Horst Hummel · 21 years ago
  86. e96fb23 [PATCH] jffs2: avoid divide-by-zero by David Woodhouse · 21 years ago
  87. 529bf6b [PATCH] fix file counting by Dipankar Sarma · 21 years ago
  88. 4d6660e [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options by Phillip Susi · 21 years ago
  89. a19cbd4 Mark the pipe file operations static by Linus Torvalds · 21 years ago
  90. d19e997 Simplify fifo_open() locking logic by Linus Torvalds · 21 years ago
  91. ad820c5d [PATCH] smaps: shared fix by Nick Piggin · 21 years ago
  92. 5ddfae1 [PATCH] smaps: hugepages fix by Nick Piggin · 21 years ago
  93. ecbd3a6 [PATCH] ramfs needs to update directory m/ctime on symlink by Peter Staubach · 21 years ago
  94. ff3aea0 [PATCH] cramfs mounts provide corrupted content since 2.6.15 by Dave Johnson · 21 years ago
  95. e77e6f3 [CIFS] Always match oplock break (cache notification) to the right tcp by Steve French · 21 years ago
  96. 3af1efe [PATCH] reiserfs: fix unaligned bitmap usage by Jeff Mahoney · 21 years ago
  97. c499ec2 [PATCH] reiserfs: do not check if unsigned < 0 by Vladimir V. Saveliev · 21 years ago
  98. 46f6dac [PATCH] v9fs: simplify fid mapping by Eric Van Hensbergen · 21 years ago
  99. 74b8054 [PATCH] v9fs: fix bug in atomic create open fix by Eric Van Hensbergen · 21 years ago
  100. 6a3124a [PATCH] v9fs: fix atomic create open by Latchesar Ionkov · 21 years ago