1. 4125bf7 Btrfs: finish read pages in the order they are submitted by Chris Mason · 15 years ago
  2. 0be2e98 btrfs: fix btrfs_mkdir goto for no free objectids by Miao Xie · 15 years ago
  3. 0bdb1db Btrfs: flush data on snapshot creation by Sage Weil · 15 years ago
  4. bd4d108 Btrfs: make df be a little bit more understandable by Josef Bacik · 15 years ago
  5. 3a0524d btrfs: Update existing btrfs_device for renaming device by TARUISI Hiroaki · 15 years ago
  6. 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 15 years ago
  7. 940100a Btrfs: be more selective in the defrag ioctl by Chris Mason · 15 years ago
  8. 5168408 Btrfs: run the backing dev more often in the submit_bio helper by Chris Mason · 15 years ago
  9. 4849f01d Btrfs: make subvolid=0 mount the original default root by Josef Bacik · 15 years ago
  10. 6ef5ed0 Btrfs: add ioctl and incompat flag to set the default mount subvol by Josef Bacik · 15 years ago
  11. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  12. 1253483 Btrfs: make set/get functions for the super compat_ro flags use compat_ro by Josef Bacik · 15 years ago
  13. ac8e981 Btrfs: add search and inode lookup ioctls by Chris Mason · 15 years ago
  14. 98d377a Btrfs: add a function to lookup a directory path by following backrefs by TARUISI Hiroaki · 15 years ago
  15. da495ec Btrfs: kfree correct pointer during mount option parsing by Josef Bacik · 15 years ago
  16. 6bef4d3 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL by Eric Paris · 15 years ago
  17. 3f6fae9 Btrfs: btrfs_mark_extent_written uses the wrong slot by Shaohua Li · 15 years ago
  18. 23b5c50 Btrfs: apply updated fallocate i_size fix by Aneesh Kumar K.V · 15 years ago
  19. efd049f Btrfs: do not try and lookup the file extent when finishing ordered io by Josef Bacik · 15 years ago
  20. 7a7965f Btrfs: Fix oopsen when dropping empty tree. by Yan, Zheng · 15 years ago
  21. d7ce584 Btrfs: remove BUG_ON() due to mounting bad filesystem by Miao Xie · 15 years ago
  22. 014e4ac Btrfs: make error return negative in btrfs_sync_file() by Roel Kluin · 15 years ago
  23. f044ba7 Btrfs: fix race between allocate and release extent buffer. by Yan, Zheng · 15 years ago
  24. 035fe03 Btrfs: check total number of devices when removing missing by Josef Bacik · 15 years ago
  25. 7f59203 Btrfs: check return value of open_bdev_exclusive properly by Josef Bacik · 15 years ago
  26. f48b907 Btrfs: do not mark the chunk as readonly if in degraded mode by Josef Bacik · 15 years ago
  27. e3acc2a Btrfs: run orphan cleanup on default fs root by Josef Bacik · 15 years ago
  28. f858153 Btrfs: fix a memory leak in btrfs_init_acl by Yang Hongyang · 15 years ago
  29. d1ea6a6 Btrfs: Use correct values when updating inode i_size on fallocate by Aneesh Kumar K.V · 15 years ago
  30. b8d9bfe Btrfs: remove tree_search() in extent_map.c by Miao Xie · 15 years ago
  31. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 15 years ago
  32. 11dfe35 Btrfs: fix possible panic on unmount by Josef Bacik · 15 years ago
  33. a9cc71a Btrfs: deal with NULL acl sent to btrfs_set_acl by Chris Mason · 15 years ago
  34. 6c090a1 Btrfs: fix regression in orphan cleanup by Josef Bacik · 15 years ago
  35. 6c7d54a Btrfs: Fix race in btrfs_mark_extent_written by Yan, Zheng · 15 years ago
  36. 2423fdf Btrfs, fix memory leaks in error paths by Jiri Slaby · 15 years ago
  37. a038fab0 Btrfs: align offsets for btrfs_ordered_update_i_size by Yan, Zheng · 15 years ago
  38. 406266a btrfs: fix missing last-entry in readdir(3) by Jan Engelhardt · 15 years ago
  39. 3a1abec Btrfs: make sure fallocate properly starts a transaction by Chris Mason · 15 years ago
  40. 83d3c96 Btrfs: make metadata chunks smaller by Josef Bacik · 15 years ago
  41. 20a5239 Btrfs: Show discard option in /proc/mounts by Matthew Wilcox · 15 years ago
  42. 4a8be42 Btrfs: deny sys_link across subvolumes. by TARUISI Hiroaki · 15 years ago
  43. a7a3f7c Btrfs: fail mount on bad mount options by Sage Weil · 15 years ago
  44. 06b2331 Btrfs: don't add extent 0 to the free space cache v2 by Yan, Zheng · 15 years ago
  45. 86b9f2e Btrfs: Fix per root used space accounting by Yan, Zheng · 15 years ago
  46. 55ef689 Btrfs: Fix btrfs_drop_extent_cache for skip pinned case by Yan, Zheng · 15 years ago
  47. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  48. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  49. 8082510 Btrfs: Make truncate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  50. 5a303d5 Btrfs: Make fallocate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  51. 2e4bfab Btrfs: Avoid orphan inodes cleanup during committing transaction by Yan, Zheng · 15 years ago
  52. c71bf09 Btrfs: Avoid orphan inodes cleanup while replaying log by Yan, Zheng · 15 years ago
  53. c216775 Btrfs: Fix disk_i_size update corner case by Yan, Zheng · 15 years ago
  54. 920bbbf Btrfs: Rewrite btrfs_drop_extents by Yan, Zheng · 15 years ago
  55. ad48fd75 Btrfs: Add btrfs_duplicate_item by Yan, Zheng · 15 years ago
  56. 8cef4e1 Btrfs: Avoid superfluous tree-log writeout by Yan, Zheng · 15 years ago
  57. 22763c5 Linux 2.6.32 by Linus Torvalds · 15 years ago
  58. 0fdd07f VIDEO: Correct use of request_region/request_mem_region by Julia Lawall · 15 years ago
  59. dbf763a SPI: spi_txx9: Fix bit rate calculation by Atsushi Nemoto · 15 years ago
  60. 56f3f55 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 15 years ago
  61. 049e2d1 Input: i8042 - add Dell Vostro 1320, 1520 and 1720 to the reset list by Anisse Astier · 15 years ago
  62. 0a45281 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  63. f066a4f param: don't complain about unused module parameters. by Rusty Russell · 15 years ago
  64. 86a7b7e Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  65. bbbb45a Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
  66. 35dead4 modules: don't export section names of empty sections via sysfs by Helge Deller · 15 years ago
  67. ebd65a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 15 years ago
  68. e8092da regulator: Initialise wm831x structure pointor for ISINK driver by Mark Brown · 15 years ago
  69. 4e7c81a MIPS: RB532: Fix devices.c compilation. by Florian Fainelli · 15 years ago
  70. a91be9e MIPS: Fix MIPS I build. by Ralf Baechle · 15 years ago
  71. 6f9a761 Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Linus Torvalds · 15 years ago
  72. 5d6b1edf [ARM] pxamci: call mmc_remove_host() before freeing resources by Daniel Mack · 15 years ago
  73. 810a90a [PATCH] rc32434_wdt: fix compilation failure by Florian Fainelli · 15 years ago
  74. be088b1 [WATCHDOG] rc32434_wdt.c: use resource_size() by H Hartley Sweeten · 15 years ago
  75. e9438e3 sysfs: fix SYSFS_DEPRECATED_V2 prompt by Randy Dunlap · 15 years ago
  76. cb8799e rtc-x1205: reset clock to sane state after power failure by Johannes Weiner · 15 years ago
  77. 48a7f77 rtc-x1205: fix rtc_time to y2k register value conversion by Johannes Weiner · 15 years ago
  78. 0a1f127 aoe: prevent cache aliases by Peter Horton · 15 years ago
  79. ca02970 gpio: Langwell GPIO driver bugfixes by Alek Du · 15 years ago
  80. 9743484 kbuild: stepping down as maintainer by Sam Ravnborg · 15 years ago
  81. 3510b8f davinci: fb: fix frame buffer driver issues by Sudhakar Rajashekhara · 15 years ago
  82. fa00e10 drivers/rtc/rtc-pcf50633.c: fix use after free in pcf50633_rtc_probe() by Dan Carpenter · 15 years ago
  83. 4c4cb1b drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.h by Andrew Morton · 15 years ago
  84. 2127816 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  85. e272a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  86. e8ed34c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  87. 0d9ccfe Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  88. f133f22 MIPS: Loongson: Switch from flatmem to sparsemem by Wu Zhangjin · 15 years ago
  89. 315fe62 MIPS: Loongson: Disallow 4kB pages by Wu Zhangjin · 15 years ago
  90. e1eb3a9 MIPS: Add missing definition for MADV_HWPOISON. by Ralf Baechle · 15 years ago
  91. c677189 MIPS: Fix build error if __xchg() is not getting inlined. by Ralf Baechle · 15 years ago
  92. 2b5e63f MIPS: IP22/IP28 Disable early printk to fix boot problems on some systems. by Martin Michlmayr · 15 years ago
  93. f13a48b SLOW_WORK: Move slow_work's proc file to debugfs by David Howells · 15 years ago
  94. df87f8c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6 by Linus Torvalds · 15 years ago
  95. 3350b2a CacheFiles: Update IMA counters when using dentry_open by Marc Dionne · 15 years ago
  96. fa1dae4 SLOW_WORK: Fix the CONFIG_MODULES=n case by David Howells · 15 years ago
  97. 6f05416 9p: fix build breakage introduced by FS-Cache by David Howells · 15 years ago
  98. 7716977 mfd: Correct WM831X_MAX_ISEL_VALUE by Mark Brown · 15 years ago
  99. d0e2607 md: revert incorrect fix for read error handling in raid1. by NeilBrown · 15 years ago
  100. 8ab1221 alpha: Fixup last users of irq_chip->typename by Thomas Gleixner · 15 years ago