1. 059a8f3 [PATCH] splice: export generic_splice_sendpage by Jens Axboe · 18 years ago
  2. b2b39fa [PATCH] splice: add a SPLICE_F_MORE flag by Jens Axboe · 18 years ago
  3. 83f9135 [PATCH] splice: add comments documenting more of the code by Jens Axboe · 18 years ago
  4. 4f6f0bd [PATCH] splice: improve writeback and clean up page stealing by Jens Axboe · 18 years ago
  5. 53cd9ae [PATCH] splice: fix shadow[] filling logic by Jens Axboe · 18 years ago
  6. 29e3509 splice: add SPLICE_F_NONBLOCK flag by Linus Torvalds · 18 years ago
  7. 547a77a Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  8. 06bcfed [CIFS] Fix typo in earlier cifs_unlink change and protect one extra path. by Steve French · 18 years ago
  9. e9917a0 [CIFS] Incorrect signature sent on SMB Read by Steve French · 18 years ago
  10. 30c14e4 [PATCH] avoid unaligned access when accessing poll stack by Jes Sorensen · 18 years ago
  11. a244e16 [PATCH] fs/namei.c: make lookup_hash() static by Adrian Bunk · 18 years ago
  12. 3e7e241 [PATCH] dcache: Add helper d_hash_and_lookup by Eric W. Biederman · 18 years ago
  13. e4e5d3f [PATCH] cleanup in proc_check_chroot() by Herbert Poetzl · 18 years ago
  14. 993dfa8 [PATCH] fs/locks.c: Fix sys_flock() race by Trond Myklebust · 18 years ago
  15. 7a2bd3f [PATCH] inotify: IN_DELETE events missing by Amy Griffis · 18 years ago
  16. 094e320 [PATCH] fat: kill reserved names by OGAWA Hirofumi · 18 years ago
  17. f79e2ab [PATCH] sys_sync_file_range() by Andrew Morton · 18 years ago
  18. 68eef3b [PATCH] Simplify proc/devices and fix early termination regression by Joe Korty · 18 years ago
  19. 5ce2964 [PATCH] locks: don't panic by Miklos Szeredi · 18 years ago
  20. 347f217 [PATCH] uml: __user annotations by Al Viro · 18 years ago
  21. f1682e9 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  22. a0f0678 [PATCH] splice exports by Jeff Garzik · 18 years ago
  23. 6910ab3 [CIFS] Fix unlink oops when indirectly called in rename error path by Steve French · 18 years ago
  24. d62e54a Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  25. 5abc97a [PATCH] splice: add support for SPLICE_F_MOVE flag by Jens Axboe · 18 years ago
  26. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 18 years ago
  27. 76babde Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  28. e71ac60 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 18 years ago
  29. aa1757f [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU by Oleg Nesterov · 18 years ago
  30. 8fafabd [PATCH] remove add_parent()'s parent argument by Oleg Nesterov · 18 years ago
  31. d73d652 [PATCH] pidhash: kill switch_exec_pids by Eric W. Biederman · 18 years ago
  32. 1434261 [PATCH] simplify exec from init's subthread by Oleg Nesterov · 18 years ago
  33. fef23e7 [PATCH] exec: allow init to exec from any thread. by Eric W. Biederman · 18 years ago
  34. bac30d1 Merge ../linux-2.6 by Paul Mackerras · 18 years ago
  35. c253666 [XFS] Cleanup in XFS after recent get_block_t interface tweaks. by Nathan Scott · 18 years ago
  36. 0b7e56a [XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents() by Mandy Kirkconnell · 18 years ago
  37. 3ccb8b5 [XFS] A change to inode chunk allocation to try allocating the new chunk by Glen Overby · 18 years ago
  38. 3c674e7 Fixes a regression from the recent "remove ->get_blocks() support" by Nathan Scott · 18 years ago
  39. e0edd59 [XFS] Fix compiler warning and small code inconsistencies in compat by Nathan Scott · 18 years ago
  40. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  41. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 18 years ago
  42. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  43. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  44. 0a94502 [PATCH] for_each_possible_cpu: fixes for generic part by KAMEZAWA Hiroyuki · 18 years ago
  45. 68c3431 [PATCH] Fold select_bits_alloc/free into caller code. by Vadim Lobanov · 18 years ago
  46. e4a1f12 [PATCH] use fget_light() in select/poll by Eric Dumazet · 18 years ago
  47. 70674f9 [PATCH] Optimize select/poll by putting small data sets on the stack by Andi Kleen · 18 years ago
  48. f5b95ff [PATCH] autofs4: proper prototype for autofs4_dentry_release() by Adrian Bunk · 18 years ago
  49. a28af47 [PATCH] fs/fat/: proper prototypes for two functions by Adrian Bunk · 18 years ago
  50. e822250 [PATCH] powerpc: Kill _machine and hard-coded platform numbers by Benjamin Herrenschmidt · 18 years ago
  51. 5149fa4 [PATCH] powerpc: Cope with duplicate node & property names in /proc/device-tree by Michael Ellerman · 18 years ago
  52. b4cf1b7 [PATCH] dm/md dependency tree in sysfs: convert bd_sem to bd_mutex by Jun'ichi Nomura · 18 years ago
  53. 641dc63 [PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobject by Jun'ichi Nomura · 18 years ago
  54. 1008736 [PATCH] dm-md-dependency-tree-in-sysfs-holders-slaves-subdirectory-tidy by Andrew Morton · 18 years ago
  55. 6a4d44c [PATCH] dm/md dependency tree in sysfs: holders/slaves subdirectory by Jun'ichi Nomura · 18 years ago
  56. ec936fc [PATCH] for_each_online_pgdat: renaming for_each_pgdat by KAMEZAWA Hiroyuki · 18 years ago
  57. 74cae61 [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static by Adrian Bunk · 18 years ago
  58. baab935 [PATCH] knfsd: Convert sunrpc_cache to use krefs by NeilBrown · 18 years ago
  59. f9ecc92 [PATCH] knfsd: Use new cache code for name/id lookup caches by NeilBrown · 18 years ago
  60. 8d270f7f [PATCH] knfsd: Use new cache_lookup for svc_expkey cache by NeilBrown · 18 years ago
  61. 4f7774c [PATCH] knfsd: Use new cache_lookup for svc_export by NeilBrown · 18 years ago
  62. 7d317f2 [PATCH] knfsd: Get rid of 'inplace' sunrpc caches by NeilBrown · 18 years ago
  63. eab7e2e [PATCH] knfsd: Break the hard linkage from svc_expkey to svc_export by NeilBrown · 18 years ago
  64. efc36aa [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' by NeilBrown · 18 years ago
  65. 3e7b191 [PATCH] autofs4: atomic var underflow by Ian Kent · 18 years ago
  66. 871f943 [PATCH] autofs4: follow_link missing functionality by Ian Kent · 18 years ago
  67. 3370c74 [PATCH] Remove redundant check from autofs4_put_super by Dave Jones · 18 years ago
  68. 44d53eb [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_* by Ian Kent · 18 years ago
  69. 5c0a32f [PATCH] autofs4: add new packet type for v5 communications by Ian Kent · 18 years ago
  70. 3a15e2a [PATCH] autofs4: add v5 expire logic by Ian Kent · 18 years ago
  71. 34ca959 [PATCH] autofs4: add v5 follow_link mount trigger method by Ian Kent · 18 years ago
  72. 051d381 [PATCH] autofs4: nameidata needs to be up to date for follow_link by Ian Kent · 18 years ago
  73. e3474a8 [PATCH] autofs4: change may_umount* functions to boolean by Ian Kent · 18 years ago
  74. 90a59c7 [PATCH] autofs4: rename simple_empty_nolock function by Ian Kent · 18 years ago
  75. e77fbdd [PATCH] autofs4: white space cleanup for waitq.c by Ian Kent · 18 years ago
  76. d7c4a5f [PATCH] autofs4: add a show mount options for proc filesystem by Ian Kent · 18 years ago
  77. 862b110 [PATCH] autofs4: remove update_atime unused function by Ian Kent · 18 years ago
  78. e0a7aae [PATCH] autofs4: expire mounts that hold no (extra) references only by Ian Kent · 18 years ago
  79. 1aff3c8 [PATCH] autofs4: fix false negative return from expire by Ian Kent · 18 years ago
  80. 1ce12ba [PATCH] autofs4: simplify expire tree traversal by Ian Kent · 18 years ago
  81. 1f5f2c3 [PATCH] autofs4: expire code readability cleanup by Ian Kent · 18 years ago
  82. 2d753e6 [PATCH] autofs4: can't mount due to mount point dir not empty by Ian Kent · 18 years ago
  83. f360ce3 [PATCH] autofs4: use libfs routines for readdir by Ian Kent · 18 years ago
  84. 718c604 [PATCH] autofs4: lookup white space cleanup by Ian Kent · 18 years ago
  85. 86c79cb [PATCH] uml: fix hostfs stack corruption by Jeff Dike · 18 years ago
  86. 9ae21d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  87. 3be7d29 Remove ugly debugging stuff by Artem B. Bityuckiy · 19 years ago
  88. b9a2838 [PATCH] bitops: ntfs: remove generic_ffs() by Akinobu Mita · 19 years ago
  89. 05cfb61 [PATCH] hrtimers: remove data field by Roman Zippel · 19 years ago
  90. 4dee26b [PATCH] hrtimers: remove it_real_value calculation from proc/*/stat by Roman Zippel · 19 years ago
  91. a0e9285 [PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesize by Badari Pulavarty · 19 years ago
  92. f91a2ad [PATCH] ext3: multi-block get_block() by Badari Pulavarty · 19 years ago
  93. d6859bf [PATCH] ext3: cleanups and WARN_ON() by Andrew Morton · 19 years ago
  94. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 19 years ago
  95. fa30bd0 [PATCH] map multiple blocks for mpage_readpages() by Badari Pulavarty · 19 years ago
  96. b0cf232 [PATCH] pass b_size to ->get_block() by Badari Pulavarty · 19 years ago
  97. 205f87f [PATCH] change buffer_head.b_size to size_t by Badari Pulavarty · 19 years ago
  98. d48589b [PATCH] ext3_get_blocks: Adjust reservation window size for mblocks by Mingming Cao · 19 years ago
  99. faa5697 [PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks() by Mingming Cao · 19 years ago
  100. b54e41e [PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block() by Mingming Cao · 19 years ago