1. c851ed5 jbd2: Implement data=ordered mode handling via inodes by Jan Kara · 16 years ago
  2. f4c0a0f vfs: export filemap_fdatawrite_range() by Jan Kara · 16 years ago
  3. 9ddfc3d ext4: Fix lock inversion in ext4_ext_truncate() by Jan Kara · 16 years ago
  4. cf108bc ext4: Invert the locking order of page_lock and transaction start by Jan Kara · 16 years ago
  5. c7d206b vfs: Move mark_inode_dirty() from under page lock in generic_write_end() by Jan Kara · 16 years ago
  6. 2e9ee85 ext4: Use page_mkwrite vma_operations to get mmap write notification. by Aneesh Kumar K.V · 16 years ago
  7. 93e3270 ext4: Documentation updates. by Jose R. Santos · 16 years ago
  8. 5f21b0e ext4: fix online resize with mballoc by Frederic Bohe · 16 years ago
  9. 953e622 ext4: use atomic functions to set bh_state by Eric Sandeen · 16 years ago
  10. 47b4a50 ext4: Set journal pointer to NULL when journal is released by Jan Kara · 16 years ago
  11. 0703143 ext4: mballoc avoid use root reserved blocks for non root allocation by Mingming Cao · 16 years ago
  12. d755fb3 ext4: call blkdev_issue_flush on fsync by Eric Sandeen · 16 years ago
  13. 654b490 ext4: cleanup block allocator by Aneesh Kumar K.V · 16 years ago
  14. 7061eba ext4: Use inode preallocation with -o noextents by Aneesh Kumar K.V · 16 years ago
  15. 6afd670 ext4: fix ext4_init_block_bitmap() for metablock block group by Akinobu Mita · 16 years ago
  16. 7477827 ext4: Fix sparse warning by Aneesh Kumar K.V · 16 years ago
  17. d9c769b ext4: cleanup never-used magic numbers from htree code by Li Zefan · 16 years ago
  18. 9102e4f ext4: Fix ext4_ext_journal_restart() to reflect errors up to the caller by Shen Feng · 16 years ago
  19. 1973adc ext4: Make ext4_ext_find_extent fills ext_path completely by Shen Feng · 16 years ago
  20. 787e098 ext4: return error when calling ext4_ext_split failed by Shen Feng · 16 years ago
  21. a379cd1 ext4: Update i_disksize properly when allocating from fallocate area. by Aneesh Kumar K.V · 16 years ago
  22. 363d425 ext4: remove quota allocation when ext4_mb_new_blocks fails by Shen Feng · 16 years ago
  23. f9a8ac9 ext4: remove redundant code in ext4_fill_super() by Li Zefan · 16 years ago
  24. 530576b jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction by Mingming Cao · 16 years ago
  25. 772cb7c ext4: New inode allocation for FLEX_BG meta-data groups. by Jose R. Santos · 16 years ago
  26. 736603a jbd2: Add commit time into the commit block by Theodore Ts'o · 16 years ago
  27. 4db9c54 ext4: replace __FUNCTION__ occurrences by Stoyan Gaydarov · 16 years ago
  28. 7e5a8cd ext4: fix error processing in mb_free_blocks by Shen Feng · 16 years ago
  29. cfbe7e4 ext4: error proc entry creation when the fs/ext4 is not correctly created by Shen Feng · 16 years ago
  30. f795e14 ext4: fix build failure if DX_DEBUG is enabled by Li Zefan · 16 years ago
  31. 7ad72ca ext4: Remove unused variable from ext4_show_options by Theodore Ts'o · 16 years ago
  32. 574ca17 ext4: Rename read_block_bitmap() to ext4_read_block_bitmap() by Theodore Ts'o · 16 years ago
  33. 3537576 ext4: remove double definitions of xattr macros by Shen Feng · 16 years ago
  34. 74767c5 ext4: miscellaneous error checks and coding cleanups for mballoc by Shen Feng · 16 years ago
  35. fdf6c7a ext4: add error processing when calling ext4_mb_init_cache in mballoc by Shen Feng · 16 years ago
  36. 31b481d ext4: Fix ext4_mb_init_cache return error by Mingming Cao · 16 years ago
  37. 69baee0 ext4: improve some code in rb tree part of dir.c by Shen Feng · 16 years ago
  38. 91d9982 ext4: switch to seq_files by Alexey Dobriyan · 16 years ago
  39. 07d45f1 ext4: Use BUG_ON() instead of BUG() by Julia Lawall · 16 years ago
  40. ed8f9c7 ext4: start searching for the right extent from the goal group. by Aneesh Kumar K.V · 16 years ago
  41. 8a35694 ext4: fix comments to say "ext4" by Shen Feng · 16 years ago
  42. e7dfb24 ext4: Fix mb_find_next_bit not to return larger than max by Aneesh Kumar K.V · 16 years ago
  43. f3b35f0 ext4: validate directory entry data before use by Duane Griffin · 16 years ago
  44. 71dc8fb ext4: handle deleting corrupted indirect blocks by Duane Griffin · 16 years ago
  45. 91ef4ca ext4: handle corrupted orphan list at mount by Duane Griffin · 16 years ago
  46. bce7f79 Linux 2.6.26 by Linus Torvalds · 16 years ago
  47. ec229e8 devcgroup: fix permission check when adding entry to child cgroup by Li Zefan · 16 years ago
  48. 17d213f devcgroup: always show positive major/minor num by Li Zefan · 16 years ago
  49. 0302c01 Documentation/HOWTO: correct wrong kernel bugzilla FAQ URL by Jiri Pirko · 16 years ago
  50. 3b5c6b8 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  51. 3e84050 cpusets, hotplug, scheduler: fix scheduler domain breakage by Dmitry Adamushko · 16 years ago
  52. 9df2fe9 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  53. de72aa4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  54. 536abdb cifs: fix wksidarr declaration to be big-endian friendly by Jeff Layton · 16 years ago
  55. e911d0c cifs: fix inode leak in cifs_get_inode_info_unix by Jeff Layton · 16 years ago
  56. d3297a6 frv: fix irqs_disabled() to return an int, not an unsigned long by David Howells · 16 years ago
  57. d1a5d19 OProfile kernel maintainership changes by Robert Richter · 16 years ago
  58. 8ea9212 rtc-pcf8563: add chip id by Jon Smirl · 16 years ago
  59. 876550a rtc-fm3130: fix chip naming by Alessandro Zummo · 16 years ago
  60. bca5c2c ov7670: clean up ov7670_read semantics by Andres Salomon · 16 years ago
  61. 05d81d2 serial8250: sanity check nr_uarts on all paths. by Eric W. Biederman · 16 years ago
  62. f31ad92 fbdev: bugfix for multiprocess defio by Jaya Kumar · 16 years ago
  63. 4fc89e3 drivers/isdn/i4l/isdn_common.c fix small resource leak by Darren Jenkins · 16 years ago
  64. 43f77e9 drivers/char/pcmcia/ipwireless/hardware.c fix resource leak by Darren Jenkins · 16 years ago
  65. 8df5fc0 [SCSI] bsg: fix oops on remove by James Bottomley · 16 years ago
  66. 2789898 [SCSI] fusion: default MSI to disabled for SPI and FC controllers by James Bottomley · 16 years ago
  67. 5ac37f8 x86: fix ldt limit for 64 bit by Michael Karcher · 16 years ago
  68. a26929f Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
  69. 3976df9 [PATCH] IPMI: return correct value from ipmi_write by Mark Rustad · 16 years ago
  70. 0ce3a7e [SCSI] ipr: Fix HDIO_GET_IDENTITY oops for SATA devices by Brian King · 16 years ago
  71. 4d727a7 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  72. 49641f1 Fix reference counting race on log buffers by Dave Chinner · 16 years ago
  73. 3c1e389 libata-acpi: don't call sleeping function from invalid context by Zhang Rui · 16 years ago
  74. edb8047 Added Targa Visionary 1000 IDE adapter to pata_sis.c by Kai Krakow · 16 years ago
  75. b344991 libata-acpi: filter out DIPM enable by Tejun Heo · 16 years ago
  76. 61ca9da rtc: fix reported IRQ rate for when HPET is enabled by Paul Gortmaker · 16 years ago
  77. ac310bb Fix name of Russell King in various comments by Uwe Kleine-König · 16 years ago
  78. a7de390 rapidio: fix device reference counting by Eugene Surovegin · 16 years ago
  79. fb0e7e1 tpm: add Intel TPM TIS device HID by Marcin Obara · 16 years ago
  80. e5a5816 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  81. e35259a tun: Persistent devices can get stuck in xoff state by Max Krasnyansky · 16 years ago
  82. ccf9b3b xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_info by Steffen Klassert · 16 years ago
  83. 0ce2855 ipv6: missed namespace context in ipv6_rthdr_rcv by Denis V. Lunev · 16 years ago
  84. fe785be netlabel: netlink_unicast calls kfree_skb on error path by itself by Denis V. Lunev · 16 years ago
  85. 2e65557 ipv4: fib_trie: Fix lookup error return by Ben Hutchings · 16 years ago
  86. 3d8ea1f tcp: correct kcalloc usage by Milton Miller · 16 years ago
  87. 4edc2f3 ip: sysctl documentation cleanup by Stephen Hemminger · 16 years ago
  88. 53025f5 Documentation: clarify tcp_{r,w}mem sysctl docs by J. Bruce Fields · 16 years ago
  89. bdb2192 slub: Fix use-after-preempt of per-CPU data structure by Dmitry Adamushko · 16 years ago
  90. 96a8e13 exec: fix stack excutability without PT_GNU_STACK by Hugh Dickins · 16 years ago
  91. f8804d3 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  92. a26449d Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  93. b1e3873 sched: fix cpu hotplug, cleanup by Linus Torvalds · 16 years ago
  94. 9cc3089 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  95. 70ff055 Fix PREEMPT_RCU without HOTPLUG_CPU by Nick Piggin · 16 years ago
  96. eb6d42e ftrace: Documentation by Steven Rostedt · 16 years ago
  97. b10e9ad arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn't be tracked. by Daniel Guilak · 16 years ago
  98. 544304b kernel/kprobes.c: Made kprobe_blacklist static. by Daniel Guilak · 16 years ago
  99. 08405b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  100. 2283af5 Merge branch 'for-2.6.26' of git://neil.brown.name/md by Linus Torvalds · 16 years ago