1. 8c8570f [PATCH] Capture selinux subject/object context information. by Dustin Kirkland · 19 years ago
  2. c8edc80 [PATCH] Exclude messages by message type by Dustin Kirkland · 19 years ago
  3. 73241cc [PATCH] Collect more inode information during syscall processing. by Amy Griffis · 19 years ago
  4. f38aa94 [PATCH] Pass dentry, not just name, in fsnotify creation hooks. by Amy Griffis · 19 years ago
  5. 90d526c [PATCH] Define new range of userspace messages. by Steve Grubb · 19 years ago
  6. b63862f [PATCH] Filter rule comparators by Dustin Kirkland · 19 years ago
  7. b0dd25a [PATCH] AUDIT: kerneldoc for kernel/audit*.c by Randy Dunlap · 19 years ago
  8. 7e7f8a0 [PATCH] make vm86 call audit_syscall_exit by Jason Baron · 19 years ago
  9. 43ac3f2 SUNRPC: Fix memory barriers for req->rq_received by Trond Myklebust · 18 years ago
  10. c42de9d NFS: Fix a race in nfs_sync_inode() by Trond Myklebust · 18 years ago
  11. 7d46a49 NFS: Clean up nfs_flush_list() by Trond Myklebust · 18 years ago
  12. deb7d63 NFS: Fix a race with PG_private and nfs_release_page() by Trond Myklebust · 18 years ago
  13. 1dd761e NFSv4: Ensure the callback daemon flushes signals by Trond Myklebust · 18 years ago
  14. 5428154 SUNRPC: Fix a 'Busy inodes' error in rpc_pipefs by Trond Myklebust · 18 years ago
  15. a9a8017 NFS, NLM: Allow blocking locks to respect signals by Trond Myklebust · 18 years ago
  16. 03f28e3 NFS: Make nfs_fhget() return appropriate error values by Trond Myklebust · 18 years ago
  17. 01d0ae8 NFSv4: Fix an oops in nfs4_fill_super by Trond Myklebust · 18 years ago
  18. d9f6eb7 lockd: blocks should hold a reference to the nlm_file by Trond Myklebust · 18 years ago
  19. 51581f3 NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCE by Trond Myklebust · 18 years ago
  20. 3e4f629 NFSv4: Send the delegation stateid for SETATTR calls by Trond Myklebust · 18 years ago
  21. f25bc34 NFSv4: Ensure nfs_callback_down() calls svc_destroy() by Trond Myklebust · 18 years ago
  22. 6041b79 lockd: Fix a typo in nlmsvc_grant_release() by Trond Myklebust · 18 years ago
  23. d471662 lockd: Add helper for *_RES callbacks by Trond Myklebust · 18 years ago
  24. 9273723 NLM: Add nlmclnt_release_call by Trond Myklebust · 18 years ago
  25. e4cd038 NLM: Fix nlmclnt_test to not copy private part of locks by Trond Myklebust · 18 years ago
  26. 3a649b8 NLM: Simplify client locks by Trond Myklebust · 18 years ago
  27. d72b7a6 NFS: O_DIRECT needs to use a completion by Trond Myklebust · 18 years ago
  28. 6b45d85 NFS: Clean up nfs_get_user_pages by Trond Myklebust · 18 years ago
  29. 606bbba NFS: fix compiler warnings on 64-bit platforms by Chuck Lever · 18 years ago
  30. 5eb53f4 SUNRPC: fix compile warnings on 64-bit platforms by Chuck Lever · 18 years ago
  31. 35576cb NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errors by Trond Myklebust · 18 years ago
  32. 4c060b5 lockd: Fix Oopses due to list manipulation errors. by Trond Myklebust · 18 years ago
  33. 26bcbf9 lockd: stop abusing file_lock_list by Christoph Hellwig · 18 years ago
  34. 0426647 lockd: Make lockd use rpc_new_client() instead of rpc_create_client by Trond Myklebust · 18 years ago
  35. 686517f lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host() by Trond Myklebust · 18 years ago
  36. 5e1abf8 lockd: Clean up of the server-side GRANTED code by Trond Myklebust · 18 years ago
  37. 6849c0c lockd: Add refcounting to struct nlm_block by Trond Myklebust · 18 years ago
  38. 09c7938 lockd: Fix server-side lock blocking code by Trond Myklebust · 18 years ago
  39. 0996905 lockd: posix_test_lock() should not call locks_copy_lock() by Trond Myklebust · 18 years ago
  40. 3feb2d4 NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free) by Trond Myklebust · 18 years ago
  41. 5db3a7b NFS: Debugging code for nfs_direct_(read|write)_schedule() by Trond Myklebust · 18 years ago
  42. a8881f5 NFS: O_DIRECT async IO may lose context by Trond Myklebust · 18 years ago
  43. fad6149 nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writes by Trond Myklebust · 18 years ago
  44. e17b1fc NFS: Make nfs_commit_alloc() extern by Trond Myklebust · 18 years ago
  45. a37ec01 NFS: fix data_update accounting in NFS direct I/O path by Chuck Lever · 18 years ago
  46. 15ce4a0 NFS: Replace atomic_t variables in nfs_direct_req with a single spin lock by Chuck Lever · 18 years ago
  47. 8846705 NFS: clean up comments and tab damage in direct.c by Chuck Lever · 18 years ago
  48. 9eafa8c NFS: support EIOCBQUEUED return in direct write path by Chuck Lever · 18 years ago
  49. c89f2ee NFS: make iocb available everywhere in direct write path by Chuck Lever · 18 years ago
  50. 47989d7 NFS: remove support for multi-segment iovs in the direct write path by Chuck Lever · 18 years ago
  51. 462d5b3 NFS: make direct write path generate write requests concurrently by Chuck Lever · 18 years ago
  52. 63ab46a NFS: create common routine for handling direct I/O completion by Chuck Lever · 18 years ago
  53. 93619e5 NFS: create common routine for allocating nfs_direct_req by Chuck Lever · 18 years ago
  54. bc0fb20 NFS: create common routine for waiting for direct I/O to complete by Chuck Lever · 18 years ago
  55. 487b837 NFS: support EIOCBQUEUED return in direct read path by Chuck Lever · 18 years ago
  56. 99514f8 NFS: make iocb available everywhere in direct read path by Chuck Lever · 18 years ago
  57. 0cdd80d NFS: remove support for multi-segment iovs in the direct read path by Chuck Lever · 18 years ago
  58. 5dd602f NFS: use size_t type for holding rsize bytes in NFS O_DIRECT read path by Chuck Lever · 18 years ago
  59. d4cc948 NFS: update comments and function definitions in fs/nfs/direct.c by Chuck Lever · 18 years ago
  60. b8a32e2 NFS: clean up NFS client's a_ops->direct_IO method by Chuck Lever · 18 years ago
  61. ec06c09 NFS: Cleanup of NFS read code by Trond Myklebust · 18 years ago
  62. 788e7a8 NFS: Cleanup of NFS write code in preparation for asynchronous o_direct by Trond Myklebust · 18 years ago
  63. 7117bf3 lockd: Remove FL_LOCKD flag by J. Bruce Fields · 18 years ago
  64. 8dc7c31 locks,lockd: fix race in nlmsvc_testlock by Andy Adamson · 18 years ago
  65. 2e0af86 locks: remove unused posix_block_lock by Andy Adamson · 18 years ago
  66. a85f193 lockd: make nlmsvc_lock use only posix_lock_file by Andy Adamson · 18 years ago
  67. 5de0e50 lockd: simplify nlmsvc_grant_blocked by Andy Adamson · 18 years ago
  68. 15dadef lockd: clean up nlmsvc_lock by Andy Adamson · 18 years ago
  69. 1e7cb3d NFS: directory trace messages by Chuck Lever · 18 years ago
  70. e95b85e SUNRPC: minor cleanup by Chuck Lever · 18 years ago
  71. dead28d SUNRPC: eliminate rpc_call() by Chuck Lever · 18 years ago
  72. cc0175c SUNRPC: display human-readable procedure name in rpc_iostats output by Chuck Lever · 18 years ago
  73. 4ece3a2 NFS: add RPC I/O statistics to /proc/self/mountstats by Chuck Lever · 18 years ago
  74. 11c556b SUNRPC: provide a mechanism for collecting stats in the RPC client by Chuck Lever · 18 years ago
  75. ef759a2 SUNRPC: introduce per-task RPC iostats by Chuck Lever · 18 years ago
  76. 262ca07 SUNRPC: add a handful of per-xprt counters by Chuck Lever · 18 years ago
  77. e19b63d SUNRPC: track length of RPC wait queues by Chuck Lever · 18 years ago
  78. 67ec9f4 NFS: report how long an NFS file system has been mounted by Chuck Lever · 18 years ago
  79. 006ea73 NFS: add hooks to account for NFSERR_JUKEBOX errors by Chuck Lever · 18 years ago
  80. 91d5b47 NFS: add I/O performance counters by Chuck Lever · 18 years ago
  81. d9ef5a8 NFS: introduce mechanism for tracking NFS client metrics by Chuck Lever · 18 years ago
  82. c8bded9 NFS: clean up some mount options by Chuck Lever · 18 years ago
  83. 7a480e2 NFS: show retransmit settings when displaying mount options by Chuck Lever · 18 years ago
  84. b4629fe VFS: New /proc file /proc/self/mountstats by Chuck Lever · 18 years ago
  85. 1356b8c SUNRPC: more verbose output for rpc auth weak error by Levent Serinol · 18 years ago
  86. 24bd68f NFS: Code comments update in NFS by Goldwyn Rodrigues · 18 years ago
  87. c9d5128 NFS: sem2mutex idmap.c by Ingo Molnar · 18 years ago
  88. bd64754 NFS: kzalloc conversion in fs/nfs by Eric Sesterhenn · 18 years ago
  89. a162a6b NFSv4: Kill braindead gcc warnings by Trond Myklebust · 18 years ago
  90. 967b928 NFSv4: Do not call rpciod_down() before call to destroy_nfsv4_state() by Trond Myklebust · 18 years ago
  91. 12de3b3 SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry by Trond Myklebust · 18 years ago
  92. 24c5d9d SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of generic by Trond Myklebust · 18 years ago
  93. f344f6d SUNRPC: Auto-load RPC authentication kernel modules by Olaf Kirch · 18 years ago
  94. fb374d2 NFS: reduce the number of false cache invalidations. by Trond Myklebust · 18 years ago
  95. c8d149f NFS: "const static" vs "static const" in nfs4 by Jesper Juhl · 18 years ago
  96. ca62b9c NFSv4: Don't invalidate cached attributes if change attribute is unchanged by Trond Myklebust · 18 years ago
  97. 755c1e2 NFS: writes should not clobber utimes() calls by Trond Myklebust · 18 years ago
  98. 7bab377 lockd: Don't expose the process pid to the NLM server by Trond Myklebust · 18 years ago
  99. 36943fa NLM: nlm_alloc_call should not immediately fail on signal by Trond Myklebust · 18 years ago
  100. 47831f3 VFS: Fix __posix_lock_file() copy of private lock area by Trond Myklebust · 18 years ago