1. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  2. 3bfacef get rid of special-casing the /sbin/loader on alpha by Al Viro · 16 years ago
  3. 17580d7 sanitize ifdefs in binfmt_aout by Al Viro · 16 years ago
  4. fe30af9 remove the rudiment of a.out for sparc by Al Viro · 16 years ago
  5. 8e3bda0 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 16 years ago
  6. 597b0d2 Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  7. d0eafc7 CRED: Wrap task credential accesses in the devpts filesystem by David Howells · 16 years ago
  8. 8c056e5 devpts: fix unused function warning by Andrew Morton · 16 years ago
  9. 835aa44 devpts: Coding style clean up by Alan Cox · 16 years ago
  10. 2a1b2dc Enable multiple instances of devpts by Sukadev Bhattiprolu · 16 years ago
  11. d4076ac Define get_init_pts_sb() by Sukadev Bhattiprolu · 16 years ago
  12. 1f8f1e2 Define mknod_ptmx() by Sukadev Bhattiprolu · 16 years ago
  13. 53af8ee Extract option parsing to new function by Sukadev Bhattiprolu · 16 years ago
  14. 31af0ab Per-mount 'config' object by Sukadev Bhattiprolu · 16 years ago
  15. e76b7c0 Per-mount allocated_ptys by Sukadev Bhattiprolu · 16 years ago
  16. 59e55e6 Remove devpts_root global by Sukadev Bhattiprolu · 16 years ago
  17. b58602a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  18. 1f3403f nfsd race fixes: jfs by Dave Kleikamp · 16 years ago
  19. c1eaa26 nfsd race fixes: reiserfs by Al Viro · 16 years ago
  20. 6b38e84 nfsd race fixes: ext4 by Al Viro · 16 years ago
  21. c38012d nfsd race fixes: ext3 by Al Viro · 16 years ago
  22. 41080b5 nfsd race fixes: ext2 by Al Viro · 16 years ago
  23. 261bca8 nfsd/create race fixes, infrastructure by Al Viro · 16 years ago
  24. 272eb01 filesystem notification: create fs/notify to contain all fs notification by Eric Paris · 16 years ago
  25. c2acf7b fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilization by Denis ChengRq · 16 years ago
  26. 6badd79 kill ->dir_notify() by Al Viro · 16 years ago
  27. b6b3fde filp_cachep can be static in fs/file_table.c by Eric Dumazet · 16 years ago
  28. 1239f26 make INIT_FS use the __RW_LOCK_UNLOCKED initialization by Steven Rostedt · 16 years ago
  29. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  30. cb23beb kill vfs_permission by Christoph Hellwig · 16 years ago
  31. 3fb6419 pass a struct path * to may_open by Christoph Hellwig · 16 years ago
  32. b4091d5 kill walk_init_root by Christoph Hellwig · 16 years ago
  33. 66f2218 remove incorrect comment in inode_permission by Christoph Hellwig · 16 years ago
  34. 52afeef expand some comments (d_path / seq_path) by Arjan van de Ven · 16 years ago
  35. be42c4c correct wrong function name of d_put in kernel document and source comment by Zhaolei · 16 years ago
  36. dc711ca fix switch_names() breakage in short-to-short case by Al Viro · 16 years ago
  37. 7df5fa0 befs: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  38. a63d0ff freevxfs: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  39. 21acaf8 sysv: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  40. e83c139 ext4: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  41. b5ed311 ext3: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  42. 8d6d0c4 ext2: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  43. ebd09ab vfs: ensure page symlinks are NUL-terminated by Duane Griffin · 16 years ago
  44. a17d523 eCryptfs: check readlink result was not an error before using it by Duane Griffin · 16 years ago
  45. 5cc4a03 fs/namespace.c: drop code after return by Julia Lawall · 16 years ago
  46. c2452f3 shrink struct dentry by Nick Piggin · 16 years ago
  47. e2b689d fs: reorder struct inotify_device on 64bits to remove padding by Richard Kennedy · 16 years ago
  48. be6d3e5 introduce new LSM hooks where vfsmount is available. by Kentaro Takeda · 16 years ago
  49. db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  50. e3a2a0d anon_inodes: use fops->owner for module refcount by Christian Borntraeger · 16 years ago
  51. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  52. 8e5033a UBIFS: add more useful debugging prints by Artem Bityutskiy · 16 years ago
  53. 5d38b3a UBIFS: print debugging messages properly by Artem Bityutskiy · 16 years ago
  54. 80736d4 UBIFS: fix numerous spelling mistakes by Artem Bityutskiy · 16 years ago
  55. 57a450e UBIFS: allow mounting when short of space by Artem Bityutskiy · 16 years ago
  56. a9f2fc0 UBIFS: fix writing uncompressed files by Artem Bityutskiy · 16 years ago
  57. f92b982 UBIFS: fix checkpatch.pl warnings by Artem Bityutskiy · 16 years ago
  58. 6a4a9b4 UBIFS: fix sparse warnings by Artem Bityutskiy · 16 years ago
  59. 2acf806 UBIFS: simplify make_free_space by Artem Bityutskiy · 16 years ago
  60. 2edc202 UBIFS: do not lie about used blocks by Artem Bityutskiy · 16 years ago
  61. 6edbfaf UBIFS: restore budg_uncommitted_idx by Artem Bityutskiy · 16 years ago
  62. 26d0577 UBIFS: always commit on unmount by Artem Bityutskiy · 16 years ago
  63. cb5c6a2 UBIFS: use ubi_sync by Artem Bityutskiy · 16 years ago
  64. f103830 UBIFS: always commit in sync_fs by Artem Bityutskiy · 16 years ago
  65. 304d427 UBIFS: fix file-system synchronization by Artem Bityutskiy · 16 years ago
  66. 79807d0 UBIFS: fix constants initialization by Artem Bityutskiy · 16 years ago
  67. ec270e5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 16 years ago
  68. 6a94cb7 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  69. f57fa1d Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  70. 14eeee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 16 years ago
  71. 1dff81f Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  72. 179475a Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. bb758e9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  74. 08cc36c Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  75. 46f72f5 fs/nfs/nfs4proc.c: make nfs4_map_errors() static by WANG Cong · 16 years ago
  76. cb78a0c bitmap: fix seq_bitmap and seq_cpumask to take const pointer by Rusty Russell · 16 years ago
  77. d3f7611 bio: get rid of bio_vec clearing by Jens Axboe · 16 years ago
  78. b3a6ffe Get rid of CONFIG_LSF by Jens Axboe · 16 years ago
  79. abf137d aio: make the lookup_ioctx() lockless by Jens Axboe · 16 years ago
  80. 392ddc3 bio: add support for inlining a number of bio_vecs inside the bio by Jens Axboe · 16 years ago
  81. bb799ca bio: allow individual slabs in the bio_set by Jens Axboe · 16 years ago
  82. 1b43449 bio: move the slab pointer inside the bio_set by Jens Axboe · 16 years ago
  83. 7ff9345 bio: only mempool back the largest bio_vec slab cache by Jens Axboe · 16 years ago
  84. 08bafc0 block: Supress Buffer I/O errors when SCSI REQ_QUIET flag set by Keith Mannthey · 16 years ago
  85. 0a8c539 [XFS] Fix merge failures by Lachlan McIlroy · 16 years ago
  86. 3c92ec8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  87. bf66542 cifs: update for new IP4/6 address printing by Stephen Rothwell · 16 years ago
  88. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  89. 54a696b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  90. 1db2a5c1 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  91. a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  92. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  93. 26ddd8d proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c by KOSAKI Motohiro · 16 years ago
  94. 359d67d [CIFS] Remove redundant test by Julia Lawall · 16 years ago
  95. c6fbba0 [CIFS] make sure that DFS pathnames are properly formed by Steve French · 16 years ago
  96. ac6a3ef Remove an already-checked error condition in SendReceiveBlockingLock by Volker Lendecke · 16 years ago
  97. 698e96a Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 16 years ago
  98. 17c8bfe Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 16 years ago
  99. 2b2bdfb [CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition by Steve French · 16 years ago
  100. 8e4f2e8 Slightly streamline SendReceive[2] by Volker Lendecke · 16 years ago