1. 57a5a88 Btrfs: checking for NULL instead of IS_ERR by Dan Carpenter · 12 years ago
  2. 5986802 Btrfs: fix some error codes in btrfs_qgroup_inherit() by Dan Carpenter · 12 years ago
  3. aa2ffd0 Btrfs: fix a misplaced address operator in a condition by Stefan Behrens · 12 years ago
  4. b24baf6 Btrfs: uninit variable fixes in send/receive by Chris Mason · 12 years ago
  5. 113c1cb Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus by Chris Mason · 12 years ago
  6. 31db9f7 Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive by Alexander Block · 12 years ago
  7. 7069830 Btrfs: add btrfs_compare_trees function by Alexander Block · 13 years ago
  8. 8ea05e3 Btrfs: introduce subvol uuids and times by Alexander Block · 12 years ago
  9. 91cb916 Btrfs: make iref_to_path non static by Alexander Block · 13 years ago
  10. cd1cfc4 Btrfs: add a barrier before a waitqueue_active check by Chris Mason · 12 years ago
  11. e9fbcb4 Btrfs: call the ordered free operation without any locks held by Chris Mason · 12 years ago
  12. 2b0ce2c Btrfs: Check INCOMPAT flags on remount and add helper function by Mitch Harder · 12 years ago
  13. b478b2b Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  14. e679376 Btrfs: add helper for tree enumeration by Arne Jansen · 13 years ago
  15. 362a20c btrfs: allow cross-subvolume file clone by David Sterba · 13 years ago
  16. 67c9684 Btrfs: improve multi-thread buffer read by Liu Bo · 12 years ago
  17. df57dbe Btrfs: make btrfs's allocation smoothly with preallocation by Liu Bo · 12 years ago
  18. 51561ff Btrfs: lock the transition from dirty to writeback for an eb by Josef Bacik · 12 years ago
  19. 594831c Btrfs: fix potential race in extent buffer freeing by Josef Bacik · 12 years ago
  20. e64860a Btrfs: don't return true in releasepage unless we actually freed the eb by Josef Bacik · 12 years ago
  21. a98cdb8 Btrfs: suppress printk() if all device I/O stats are zero by Stefan Behrens · 12 years ago
  22. 5021976 Btrfs: remove unwanted printk() for btrfs device I/O stats by Stefan Behrens · 12 years ago
  23. 18077bb Btrfs: rewrite BTRFS_SETGET_FUNCS by Li Zefan · 13 years ago
  24. 293f7e0 Btrfs: zero unused bytes in inode item by Li Zefan · 13 years ago
  25. b4d7c3c Btrfs: kill free_space pointer from inode structure by Li Zefan · 13 years ago
  26. d5b025d btrfs read error corrected message floods the console during recovery by Anand Jain · 13 years ago
  27. e6466e3 Btrfs: fix buffer leak in btrfs_next_old_leaf by Jan Schmidt · 13 years ago
  28. f6175ef Btrfs: do not count in readonly bytes by Liu Bo · 13 years ago
  29. 799ffc3 Btrfs: add ro notification to dump_space_info by Liu Bo · 13 years ago
  30. cf7c1ef Btrfs: fix a bug of writting free space cache during balance by Liu Bo · 13 years ago
  31. 0678938 Btrfs: do not abort transaction in prealloc case by Liu Bo · 13 years ago
  32. 83eea1f Btrfs: kill root from btrfs_is_free_space_inode by Liu Bo · 13 years ago
  33. 51a8cf9 Btrfs: fix btrfs_is_free_space_inode to recognize btree inode by Liu Bo · 13 years ago
  34. c090158 Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages() by Stefan Behrens · 13 years ago
  35. f4c738c Btrfs: rework shrink_delalloc by Josef Bacik · 13 years ago
  36. b9ca066 Btrfs: do not set subvolume flags in readonly mode by Liu Bo · 13 years ago
  37. e54bfa31 Btrfs: use mnt_want_write_file instead of mnt_want_write by Liu Bo · 13 years ago
  38. 768e9df Btrfs: remove redundant r/o check for superblock by Liu Bo · 13 years ago
  39. a874a63 Btrfs: check write access to mount earlier while creating snapshots by Liu Bo · 13 years ago
  40. 287082b Btrfs: fix typo in cow_file_range_async and async_cow_submit by Liu Bo · 13 years ago
  41. 0e72110 Btrfs: change how we indicate we're adding csums by Josef Bacik · 13 years ago
  42. b995929 Btrfs: return error of btrfs_update_inode() to caller by Tsutomu Itoh · 13 years ago
  43. 23291a0 Btrfs: fix error handling in __add_reloc_root() by Dan Carpenter · 13 years ago
  44. 44c44af Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mounting by Ilya Dryomov · 13 years ago
  45. fed425c Btrfs: do not return EINVAL instead of ENOMEM from open_ctree() by Ilya Dryomov · 13 years ago
  46. 02db084 Btrfs: add DEVICE_READY ioctl by Josef Bacik · 13 years ago
  47. 96c3f43 Btrfs: flush delayed inodes if we're short on space by Josef Bacik · 13 years ago
  48. b27f7c0 btrfs: join DEV_STATS ioctls to one by David Sterba · 13 years ago
  49. a43a211 btrfs: ignore unfragmented file checks in defrag when compression enabled - rebased by Andrew Mahone · 13 years ago
  50. e4b50e1 Btrfs: small naming cleanup in join_transaction() by Dan Carpenter · 13 years ago
  51. 2bc556528 Btrfs: don't update atime on RO subvolumes by Alexander Block · 13 years ago
  52. 063849e Btrfs: allow mount -o remount,compress=no by Arnd Hannemann · 13 years ago
  53. c5c3c5f Btrfs: remove ->dirty_inode by Josef Bacik · 13 years ago
  54. cbea5ac Btrfs: reduce calls to wake_up on uncontended locks by Chris Mason · 12 years ago
  55. e39e64a Btrfs: don't wait around for new log writers on an SSD by Chris Mason · 12 years ago
  56. 28a33cb Linux 3.5 by Linus Torvalds · 12 years ago
  57. bff9d18 Remove SYSTEM_SUSPEND_DISK system state by Rafael J. Wysocki · 12 years ago
  58. 9a2bc86 Merge branch 'anton-kgdb' (kgdb dmesg fixups) by Linus Torvalds · 12 years ago
  59. c064da4 kdb: Switch to nolock variants of kmsg_dump functions by Anton Vorontsov · 12 years ago
  60. 533827c printk: Implement some unlocked kmsg_dump functions by Anton Vorontsov · 12 years ago
  61. 1b499d0 printk: Remove kdb_syslog_data by Anton Vorontsov · 12 years ago
  62. bc792e6 kdb: Revive dmesg command by Anton Vorontsov · 12 years ago
  63. d75e2c9 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  64. 9351737 Merge tag 'dm-3.5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
  65. ce9f8d6 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  66. 1793416 Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  67. 7c8d3a4 dm raid1: set discard_zeroes_data_unsupported by Mikulas Patocka · 12 years ago
  68. 650d2a0 dm thin: do not send discards to shared blocks by Mikulas Patocka · 12 years ago
  69. 751f188 dm raid1: fix crash with mirror recovery and discard by Mikulas Patocka · 12 years ago
  70. c999ff6 pnfs-obj: Fix __r4w_get_page when offset is beyond i_size by Boaz Harrosh · 13 years ago
  71. 9909d45 pnfs-obj: don't leak objio_state if ore_write/read fails by Boaz Harrosh · 13 years ago
  72. 537632e ore: Unlock r4w pages in exact reverse order of locking by Boaz Harrosh · 13 years ago
  73. 62b62ad ore: Remove support of partial IO request (NFS crash) by Boaz Harrosh · 13 years ago
  74. 9ff1930 ore: Fix NFS crash by supporting any unaligned RAID IO by Boaz Harrosh · 13 years ago
  75. c672793 UBIFS: fix a bug in empty space fix-up by Artem Bityutskiy · 12 years ago
  76. 85efc72 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  77. 3e4b945 Merge tag 'md-3.5-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  78. 309d4b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  79. 61c901c Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  80. 380e99f cx25821: Remove bad strcpy to read-only char* by Ezequiel Garcia · 12 years ago
  81. e9a09ae HID: hid-multitouch: add support for Zytronic panels by Benjamin Tissoires · 13 years ago
  82. 85a053f MIPS: PCI: Move fixups from __init to __devinit. by Sebastian Andrzej Siewior · 12 years ago
  83. 3592c3c MIPS: Fix bug.h MIPS build regression by Yoichi Yuasa · 12 years ago
  84. f2b88d6 MIPS: sync-r4k: remove redundant irq operation by Yong Zhang · 12 years ago
  85. b789ad6 MIPS: smp: Warn on too early irq enable by Yong Zhang · 12 years ago
  86. b9a09a0 MIPS: call set_cpu_online() on cpu being brought up with irq disabled by Yong Zhang · 12 years ago
  87. 5309bda MIPS: call ->smp_finish() a little late by Yong Zhang · 12 years ago
  88. 263afbd MIPS: Yosemite: delay irq enable to ->smp_finish() by Yong Zhang · 12 years ago
  89. 70dc8fa MIPS: SMTC: delay irq enable to ->smp_finish() by Yong Zhang · 12 years ago
  90. 856ac3c MIPS: BMIPS: delay irq enable to ->smp_finish() by Yong Zhang · 12 years ago
  91. 1bcfecc MIPS: Octeon: delay enable irq to ->smp_finish() by Yong Zhang · 12 years ago
  92. 68b6352 MIPS: Oprofile: Fix build as a module. by Ralf Baechle · 12 years ago
  93. 38be3c7 MIPS: BCM63XX: Fix BCM6368 IPSec clock bit by Florian Fainelli · 12 years ago
  94. 6c37c95 MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total() by Florian Fainelli · 12 years ago
  95. e909be8 MIPS: Fix Magic SysRq L kernel crash. by Vincent Wen · 12 years ago
  96. ca760ca5 MIPS: BMIPS: Fix duplicate header inclusion. by Danny Kukawka · 12 years ago
  97. 4a043d7 mips: mark const init data with __initconst instead of __initdata by Uwe Kleine-König · 12 years ago
  98. 5520e42 MIPS: cmpxchg.h: Add missing include by Aaro Koskinen · 12 years ago
  99. 5d9fbed MIPS: Malta may also be equipped with MIPS64 R2 processors. by Leonid Yegoshin · 12 years ago
  100. a586e14 MIPS: Fix typo multipy -> multiply by Ralf Baechle · 12 years ago