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