1. 51008f9 [PATCH] relayfs: use generic_ip for private data by Tom Zanussi · 19 years ago
  2. 7431733 [PATCH] relayfs: add relayfs_remove_file() by Tom Zanussi · 19 years ago
  3. 907f2c7 [PATCH] relayfs: export relayfs_create_file() with fileops param by Tom Zanussi · 19 years ago
  4. 6625b86 [PATCH] relayfs: decouple buffer creation from inode creation by Tom Zanussi · 19 years ago
  5. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 19 years ago
  6. 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 19 years ago
  7. 05eb0b5 [PATCH] fat: support a truncate() for expanding size (generic_cont_expand) by OGAWA Hirofumi · 19 years ago
  8. e5174ba [PATCH] fat: support ->direct_IO() by OGAWA Hirofumi · 19 years ago
  9. 7c709d0 [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/ by OGAWA Hirofumi · 19 years ago
  10. a5425d2 [PATCH] fat: add the read/writepages() by OGAWA Hirofumi · 19 years ago
  11. 83b7c99 [PATCH] fat: use sb_find_get_block() instead of sb_getblk() by OGAWA Hirofumi · 19 years ago
  12. a6bf6b2 [PATCH] fat: move fat_clusters_flush() to write_super() by OGAWA Hirofumi · 19 years ago
  13. 10cef60 [PATCH] slob: introduce the SLOB allocator by Matt Mackall · 19 years ago
  14. e56d090 [PATCH] RCU signal handling by Ingo Molnar · 19 years ago
  15. 2919b51 [PATCH] frv: suppress configuration of certain features for FRV by David Howells · 19 years ago
  16. 1a75a6c [PATCH] Fold numa_maps into mempolicies.c by Christoph Lameter · 19 years ago
  17. 9d0243b [PATCH] drop-pagecache by Andrew Morton · 19 years ago
  18. 47853e7 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 19 years ago
  19. 221fc10 [PATCH] fs/ufs: debug mode compilation failure by Evgeniy · 19 years ago
  20. 26c78e1 NFSv4: Fix an Oops in nfs_do_expire_all_delegations by Trond Myklebust · 19 years ago
  21. 58df095 NFSv4: Allow entries in the idmap cache to expire by Trond Myklebust · 19 years ago
  22. eadb8c1 NFS: get rid of some needless code obfuscation in xdr_encode_sattr(). by Trond Myklebust · 19 years ago
  23. cf3fff5 NFS: Send valid mode bits to the server by Trond Myklebust · 19 years ago
  24. f518e35a SUNRPC: get rid of cl_chatty by Chuck Lever · 19 years ago
  25. 35f5a42 SUNRPC: new interface to force an RPC rebind by Chuck Lever · 19 years ago
  26. 03c2173 NFSv3: try get_root user-supplied security_flavor by J. Bruce Fields · 19 years ago
  27. a659753 NLM: fix parsing of sm notify procedure by J. Bruce Fields · 19 years ago
  28. 64a318e NLM: Further cancel fixes by J. Bruce Fields · 19 years ago
  29. 2c5acd2 NLM: clean up nlmsvc_delete_block by J. Bruce Fields · 19 years ago
  30. 5996a29 NLM: don't unlock on cancel requests by J. Bruce Fields · 19 years ago
  31. f232142 NLM: Clean up nlmsvc_grant_reply locking by J. Bruce Fields · 19 years ago
  32. a72b442 NFSv4: Allow user to set the port used by the NFSv4 callback channel by Trond Myklebust · 19 years ago
  33. a895b4a NFS: Clean up weak cache consistency code by Trond Myklebust · 19 years ago
  34. fa178f2 NFSv4: Ensure DELEGRETURN returns attributes by Trond Myklebust · 19 years ago
  35. beb2a5e NFSv4: Ensure change attribute returned by GETATTR callback conforms to spec by Trond Myklebust · 19 years ago
  36. 566dd60 NFS: Make directIO aware of compound pages... by Trond Myklebust · 19 years ago
  37. 70b9ecb NFS: Make stat() return updated mtimes after a write() by Trond Myklebust · 19 years ago
  38. 2417411 NFSv4: Ensure that we return the delegation on the target of a rename too. by Trond Myklebust · 19 years ago
  39. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 19 years ago
  40. 325cfed NFS: make "inode number mismatch" message more useful by Chuck Lever · 19 years ago
  41. dc20f80 NFS: get rid of useless kernel log message by Chuck Lever · 19 years ago
  42. 6b59a75 NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs() by Chuck Lever · 19 years ago
  43. ce1a8e6 NFS: use generic_write_checks() to sanity check direct writes by Chuck Lever · 19 years ago
  44. 286d7d6 NFSv4: Remove requirement for machine creds for the "setclientid" operation by Trond Myklebust · 19 years ago
  45. b4454fe NFSv4: Remove requirement for machine creds for the "renew" operation by Trond Myklebust · 19 years ago
  46. 58d9714 NFSv4: Send RENEW requests to the server only when we're holding state by Trond Myklebust · 19 years ago
  47. 5043e90 NFS: Convert instances of kernel_thread() to kthread() by Trond Myklebust · 19 years ago
  48. 433fbe4 NFSv4: State recovery cleanup by Trond Myklebust · 19 years ago
  49. 26e976a NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 lease by Trond Myklebust · 19 years ago
  50. 2bd6157 SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call. by Trond Myklebust · 19 years ago
  51. fe65040 NFSv4: Make DELEGRETURN an interruptible operation. by Trond Myklebust · 19 years ago
  52. a5d16a4 NFSv4: Convert LOCK rpc call into an asynchronous RPC call by Trond Myklebust · 19 years ago
  53. 911d1aa NFSv4: locking XDR cleanup by Trond Myklebust · 19 years ago
  54. 864472e NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctly by Trond Myklebust · 19 years ago
  55. e761692 NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately by Trond Myklebust · 19 years ago
  56. cdd4e68 NFSv4: Make open_confirm() asynchronous too by Trond Myklebust · 19 years ago
  57. 24ac23a NFSv4: Convert open() into an asynchronous RPC call by Trond Myklebust · 19 years ago
  58. e56e0b78 NFSv4: Allocate OPEN call RPC arguments using kmalloc() by Trond Myklebust · 19 years ago
  59. 06f814a NFSv4: Make locku use the new RPC "wait on completion" interface. by Trond Myklebust · 19 years ago
  60. 44c2887 NFSv4: stateful NFSv4 RPC call interface by Trond Myklebust · 19 years ago
  61. 4ce70ad SUNRPC: Further cleanups by Trond Myklebust · 19 years ago
  62. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  63. abd3e64 NFS: Work correctly with single-page ->writepage() calls by Trond Myklebust · 19 years ago
  64. d99cf9d Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  65. 9f708e4 [PATCH] knfsd: reduce stack consumption by Neil Brown · 19 years ago
  66. a334de2 [PATCH] knfsd: check error status from vfs_getattr and i_op->fsync by David Shaw · 19 years ago
  67. f93ea41 [PATCH] jbd: split checkpoint lists by Jan Kara · 19 years ago
  68. 39ee059 [PATCH] fuse: check file type in lookup by Miklos Szeredi · 19 years ago
  69. 6ad84ac [PATCH] fuse: ensure progress in read and write by Miklos Szeredi · 19 years ago
  70. 3ec870d [PATCH] fuse: make maximum write data configurable by Miklos Szeredi · 19 years ago
  71. 1d3d752 [PATCH] fuse: clean up request size limit checking by Miklos Szeredi · 19 years ago
  72. 248d86e [PATCH] fuse: fail file operations on bad inode by Miklos Szeredi · 19 years ago
  73. 6f9f118 [PATCH] fuse: add code documentation by Miklos Szeredi · 19 years ago
  74. 8cbdf1e [PATCH] fuse: support caching negative dentries by Miklos Szeredi · 19 years ago
  75. de5f120 [PATCH] fuse: add frsize to statfs reply by Miklos Szeredi · 19 years ago
  76. 45714d6 [PATCH] fuse: bump interface version by Miklos Szeredi · 19 years ago
  77. 4633a22 [PATCH] fuse: clean up page offset calculation by Miklos Szeredi · 19 years ago
  78. 0aa7c69 [PATCH] fuse: clean up fuse_lookup() by Miklos Szeredi · 19 years ago
  79. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 19 years ago
  80. 56dc6a8 [PATCH] s390: cms volume label definitions by Peter Oberparleiter · 19 years ago
  81. 642fb4d [PATCH] NOMMU: Provide shared-writable mmap support on ramfs by David Howells · 19 years ago
  82. 9617d95 [PATCH] mm: rmap optimisation by Nick Piggin · 19 years ago
  83. 1e8f889 [PATCH] Hugetlb: Copy on Write support by David Gibson · 19 years ago
  84. bd6a59b [PATCH] hfsplus oops fix by Joshua Kwan · 19 years ago
  85. 80cfd54 [BLOCK] bio: check for same page merge possibilities in __bio_add_page() by Jens Axboe · 19 years ago
  86. 29552b1 Merge http://oss.oracle.com/git/ocfs2 by Linus Torvalds · 19 years ago
  87. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  88. 52347f4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  89. f61ea1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 19 years ago
  90. d347da0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  91. e28cc71 Relax the rw_verify_area() error checking. by Linus Torvalds · 19 years ago
  92. e80a5de [PATCH] sysfs: handle failures in sysfs_make_dirent by Steven Rostedt · 19 years ago
  93. 8218ef8 [PATCH] Driver core: Make block devices create the proper symlink name by Greg Kroah-Hartman · 19 years ago
  94. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  95. 033b96f [PATCH] remove mount/umount uevents from superblock handling by Kay Sievers · 19 years ago
  96. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  97. 51e7a59 [PATCH] o Update Kconfig documentation to reflect support for readonly mounts. by Mark Fasheh · 19 years ago
  98. 82353b5 [PATCH] This patch contains the following cleanups: by Adrian Bunk · 19 years ago
  99. b4e40a5 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago
  100. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago