1. 12e24f3 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  2. 3e10760 fat: Fix the removal of opts->fs_dmask by OGAWA Hirofumi · 15 years ago
  3. bee89ab Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 15 years ago
  4. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  5. 528da3e inotify: inotify_destroy_mark_entry could get called twice by Eric Paris · 15 years ago
  6. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 0732f87 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  8. 0b92360 seq_file: add function to write binary data by Peter Oberparleiter · 15 years ago
  9. 3b34fc5 elf_core_dump: use rcu_read_lock() to access ->real_parent by Oleg Nesterov · 15 years ago
  10. 1d965fe reiserfs: fix warnings with gcc 4.4 by Jeff Mahoney · 15 years ago
  11. 37044c8 ufs: sector_t cannot be negative by Roel Kluin · 15 years ago
  12. 5404ac8 isofs: cleanup mount option processing by Jan Kara · 15 years ago
  13. 5c4a656 isofs: fix setting of uid and gid to 0 by Jan Kara · 15 years ago
  14. 52b680c isofs: let mode and dmode mount options override rock ridge mode setting by Jan Kara · 15 years ago
  15. ef43618 ext3: make sure inode is deleted from orphan list after truncate by Jan Kara · 15 years ago
  16. 6f3f1cb jbd: clean up journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  17. e8ef7aa ext3: fix chain verification in ext3_get_blocks() by Jan Kara · 15 years ago
  18. 39fe755 ext2: Do not update mtime of a moved directory by Jan Kara · 15 years ago
  19. 2f6d311 proc: vmcore - use kzalloc in get_new_element() by Cyrill Gorcunov · 15 years ago
  20. bcac2b1 procfs: remove sparse errors in proc_devtree.c by Michal Simek · 15 years ago
  21. 3fe4a97 epoll: fix nested calls support by Davide Libenzi · 15 years ago
  22. d3d64df proc: export statistics for softirq to /proc by Keika Kobayashi · 15 years ago
  23. d3a9262 fs: Provide empty .set_page_dirty() aop for anon inodes by Peter Zijlstra · 15 years ago
  24. 536fc24 jbd2: clean up jbd2_journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  25. aa2638a Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  26. b7c142d Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  27. 9cb0fbf Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  28. feb72ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  29. 852969b Hugetlbfs: Enable hugetlbfs for more systems in Kconfig. by David Daney · 15 years ago
  30. 5ac3455 get rid of BKL in fs/sysv by Al Viro · 15 years ago
  31. cc46759 get rid of BKL in fs/minix by Al Viro · 15 years ago
  32. e7ec952 get rid of BKL in fs/efs by Al Viro · 15 years ago
  33. 536c949 befs ->pust_super() doesn't need BKL by Al Viro · 15 years ago
  34. 608ba50 Cleanup of adfs headers by Al Viro · 15 years ago
  35. ee450f7 9P doesn't need BKL in ->umount_begin() by Al Viro · 15 years ago
  36. 66c6af2 fuse doesn't need BKL in ->umount_begin() by Al Viro · 15 years ago
  37. fe36adf No instance of ->bmap() needs BKL by Al Viro · 15 years ago
  38. b089551 remove unlock_kernel() left accidentally by J. R. Okajima · 15 years ago
  39. 210ad6a ext4: avoid unnecessary spinlock in critical POSIX ACL path by Theodore Ts'o · 15 years ago
  40. 9c64daf ext3: avoid unnecessary spinlock in critical POSIX ACL path by Linus Torvalds · 15 years ago
  41. 005411c AFS: Correctly translate auth error aborts and don't failover in such cases by David Howells · 15 years ago
  42. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  43. 69050ee CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK by Tomas Szepe · 15 years ago
  44. 8b0b1db remove put_cpu_no_resched() by Thomas Gleixner · 15 years ago
  45. 4938d7e poll: avoid extra wakeups in select/poll by Eric Dumazet · 15 years ago
  46. 02d5341 ntfs: use is_power_of_2() function for clarity. by Robert P. J. Day · 15 years ago
  47. 84a8924 writeback: skip new or to-be-freed inodes by Wu Fengguang · 15 years ago
  48. 2869735 mm: remove __invalidate_mapping_pages variant by Mike Waychison · 15 years ago
  49. 2ff05b2 oom: move oom_adj value from task_struct to mm_struct by David Rientjes · 15 years ago
  50. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  51. 1779754 proc: export more page flags in /proc/kpageflags by Wu Fengguang · 15 years ago
  52. ed7ce0f proc: kpagecount/kpageflags code cleanup by Wu Fengguang · 15 years ago
  53. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 15 years ago
  54. 8eeee4e send_sigio_to_task: sanitize the usage of fown->signum by Oleg Nesterov · 15 years ago
  55. 2f38d70 shift current_cred() from __f_setown() to f_modown() by Oleg Nesterov · 15 years ago
  56. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  57. 6fd0330 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  58. cd5232b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 15 years ago
  59. 300df7d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  60. d613839 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  61. f7c52fd jfs: fix regression preventing coalescing of extents by Dave Kleikamp · 15 years ago
  62. 69257ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  63. 23059a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  64. e212d6f block: remove some includings of blktrace_api.h by Li Zefan · 15 years ago
  65. a979eff ubifs: register backing_dev_info by Jens Axboe · 15 years ago
  66. ad081f1 btrfs: properly register fs backing device by Jens Axboe · 15 years ago
  67. 74675a5 NLS: update handling of Unicode by Alan Stern · 15 years ago
  68. 905c02a nls: utf8_wcstombs: fix buffer overflow by Clemens Ladisch · 15 years ago
  69. e27ecdd nls: utf8_wcstombs: use correct buffer size in error case by Clemens Ladisch · 15 years ago
  70. e4792aa debugfs: use specified mode to possibly mark files read/write only by Robin Getz · 15 years ago
  71. 400ced6 debugfs: fix docbook error by Jonathan Corbet · 15 years ago
  72. 56a83cc debugfs: dont stop on first failed recursive delete by Steven Rostedt · 15 years ago
  73. 557411e Sysfs: fix possible memleak in sysfs_follow_link by Armin Kuster · 15 years ago
  74. 978d910 Btrfs: always update root items for fs trees at commit time by Yan Zheng · 15 years ago
  75. 9af0b38 ocfs2/net: Use wait_event() in o2net_send_message_vec() by Sunil Mushran · 15 years ago
  76. 6b791bc ocfs2: Adjust rightmost path in ocfs2_add_branch. by Tao Ma · 15 years ago
  77. 9c7cb99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  78. df59c0a [SCSI] compat: don't perform unneeded copy in sg_io code by Alexey Zaytsev · 15 years ago
  79. 4159175 ext4: Don't update ctime for non-extent-mapped inodes by Theodore Ts'o · 15 years ago
  80. 0a8eba9 ramfs: ignore unknown mount options by Mike Frysinger · 15 years ago
  81. de9a55b ext4: Fix up whitespace issues in fs/ext4/inode.c by Theodore Ts'o · 15 years ago
  82. 0610b6e ext4: Fix 64-bit block type problem on 32-bit platforms by Theodore Ts'o · 15 years ago
  83. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  84. 1101391 ext4: teach the inode allocator to use a goal inode number by Andreas Dilger · 15 years ago
  85. f157a4a ext4: Use a hash of the topdir directory name for the Orlov parent group by Theodore Ts'o · 15 years ago
  86. 4ab2f15 ext4: move the abort flag from s_mount_opts to s_mount_flags by Theodore Ts'o · 15 years ago
  87. bc0b0d6 ext4: update the s_last_mounted field in the superblock by Theodore Ts'o · 15 years ago
  88. 7f4520c ext4: change s_mount_opt to be an unsigned int by Theodore Ts'o · 15 years ago
  89. 748de67 ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 15 years ago
  90. fd40261 Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus by Felix Blyakher · 15 years ago
  91. e83f1eb xfs: fix small mismerge in xfs_vn_mknod by Christoph Hellwig · 15 years ago
  92. 493b87e xfs: fix warnings with CONFIG_XFS_QUOTA disabled by Christoph Hellwig · 15 years ago
  93. f3ad116 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs by Linus Torvalds · 15 years ago
  94. c53567a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 15 years ago
  95. c9b8af0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  96. 6cb8a91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 15 years ago
  97. 7f3591c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest by Linus Torvalds · 15 years ago
  98. c34752b Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  99. d614aec Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  100. 76d93ff trivial: fix typo in bio_alloc kernel doc by Nikanth Karthikesan · 15 years ago