1. 1cba0cd btrfs: Init io_lock after cloning btrfs device struct by Thomas Gleixner · 12 years ago
  2. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 12 years ago
  3. b2c6b3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 by Chris Mason · 12 years ago
  4. 272d26d Btrfs: fix missing release of qgroup reservation in commit_transaction() by Miao Xie · 12 years ago
  5. 683cebd Btrfs: fix missing check before disabling quota by Wang Shilong · 12 years ago
  6. fa6ac87 Btrfs: fix cleaner thread not working with inode cache option by Liu Bo · 12 years ago
  7. d4edf39 Btrfs: fix uncompleted transaction by Miao Xie · 12 years ago
  8. 178260b Btrfs: fix the deadlock between the transaction start/attach and commit by Miao Xie · 12 years ago
  9. 4b82490 Btrfs: fix the qgroup reserved space is released prematurely by Miao Xie · 12 years ago
  10. cdb4c57 btrfs: define BTRFS_MAGIC as a u64 value by Zach Brown · 12 years ago
  11. a8bfd4a Btrfs: set/change the label of a mounted file system by jeff.liu · 12 years ago
  12. 867ab66 Btrfs: Add a new ioctl to get the label of a mounted file system by jeff.liu · 12 years ago
  13. 569e0f3 Btrfs: place ordered operations on a per transaction list by Josef Bacik · 12 years ago
  14. dde5740 Btrfs: relax the block group size limit for bitmaps by Josef Bacik · 12 years ago
  15. 3e39cea Btrfs: allow for selecting only completely empty chunks by Ilya Dryomov · 12 years ago
  16. bf023ec Btrfs: eliminate a use-after-free in btrfs_balance() by Ilya Dryomov · 12 years ago
  17. c8f2f24 Btrfs: remove unused extent io tree ops V2 by Josef Bacik · 12 years ago
  18. 210549e btrfs: add cancellation points to defrag by David Sterba · 12 years ago
  19. b069e0c btrfs: put some enospc messages under enospc_debug by David Sterba · 12 years ago
  20. 38851cc Btrfs: implement unlocked dio write by Miao Xie · 12 years ago
  21. 2e60a51 Btrfs: serialize unlocked dio reads with truncate by Miao Xie · 12 years ago
  22. 0934856 Btrfs: fix deadlock due to unsubmitted by Miao Xie · 12 years ago
  23. 4a7d0f6 Btrfs: cleanup orphan reservation if truncate fails by Josef Bacik · 12 years ago
  24. 5d80366 Btrfs: steal from global reserve if we are cleaning up orphans by Josef Bacik · 12 years ago
  25. 8696c53 Btrfs: fix memory leak of pending_snapshot->inherit by Miao Xie · 12 years ago
  26. 2b8195b Btrfs: fix the race between bio and btrfs_stop_workers by Miao Xie · 12 years ago
  27. cb95e7b btrfs: add "no file data" flag to btrfs send ioctl by Mark Fasheh · 12 years ago
  28. 2f697dc Btrfs: extend the checksum item as much as possible by Liu Bo · 12 years ago
  29. de78b51 btrfs: remove cache only arguments from defrag path by Eric Sandeen · 12 years ago
  30. e4a2bca Btrfs: if we aren't committing just end the transaction if we error out by Josef Bacik · 12 years ago
  31. 3e04e7f Btrfs: handle errors in compression submission path by Josef Bacik · 12 years ago
  32. 70afa39 Btrfs: rework the overcommit logic to be based on the total size by Josef Bacik · 12 years ago
  33. 925396e Btrfs: account for orphan inodes properly during cleanup by Josef Bacik · 12 years ago
  34. 0bec9ef Btrfs: unreserve space if our ordered extent fails to work by Josef Bacik · 12 years ago
  35. 779880e Btrfs: fix how we discard outstanding ordered extents on abort by Josef Bacik · 12 years ago
  36. eb12db6 Btrfs: fix freeing delayed ref head while still holding its mutex by Josef Bacik · 12 years ago
  37. 063d006 btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunk by Eric Sandeen · 12 years ago
  38. 1971e91 btrfs: remove unnecessary DEFINE_WAIT() declarations by Eric Sandeen · 12 years ago
  39. d4c0a7d btrfs: remove unused "item" in btrfs_insert_delayed_item() by Eric Sandeen · 12 years ago
  40. 37252a6 btrfs: fix varargs in __btrfs_std_error by Eric Sandeen · 12 years ago
  41. 0e63602 btrfs: add missing break in btrfs_print_leaf() by Eric Sandeen · 12 years ago
  42. 1c697d4 btrfs: annotate intentional switch case fallthroughs by Eric Sandeen · 12 years ago
  43. aa43a17 btrfs: handle null fs_info in btrfs_panic() by Eric Sandeen · 12 years ago
  44. 5a01604 btrfs: remove unused fs_info from btrfs_decode_error() by Eric Sandeen · 12 years ago
  45. d1d3cd2 btrfs: list_entry can't return NULL by Eric Sandeen · 12 years ago
  46. b4c6f7b btrfs: remove unused fd in btrfs_ioctl_send() by Eric Sandeen · 12 years ago
  47. 96f1bb5 Btrfs: do not overcommit if we don't have enough space for global rsv by Josef Bacik · 12 years ago
  48. 0f5d42b Btrfs: remove extent mapping if we fail to add chunk by Josef Bacik · 12 years ago
  49. 0448748 Btrfs: fix chunk allocation error handling by Josef Bacik · 12 years ago
  50. 87533c4 Btrfs: use bit operation for ->fs_state by Miao Xie · 12 years ago
  51. de98ced Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bits by Miao Xie · 12 years ago
  52. df0af1a Btrfs: use the inode own lock to protect its delalloc_bytes by Miao Xie · 12 years ago
  53. 963d678 Btrfs: use percpu counter for fs_info->delalloc_bytes by Miao Xie · 12 years ago
  54. e2d8452 Btrfs: use percpu counter for dirty metadata count by Miao Xie · 12 years ago
  55. c018dae Btrfs: protect fs_info->alloc_start by Miao Xie · 12 years ago
  56. 8c6a3ee Btrfs: add a comment for fs_info->max_inline by Miao Xie · 12 years ago
  57. 55e301f Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h by Filipe Brandenburger · 12 years ago
  58. 82b22ac Btrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHS by Kusanagi Kouichi · 12 years ago
  59. fe5fafbe Revert "Btrfs: fix permissions of empty files not affected by umask" by Josef Bacik · 12 years ago
  60. 5b947f1 Btrfs: don't traverse the ordered operation list repeatedly by Miao Xie · 12 years ago
  61. 63607cc Btrfs: traverse and flush the delalloc inodes once by Miao Xie · 12 years ago
  62. eebc608 Btrfs: check the return value of btrfs_run_ordered_operations() by Miao Xie · 12 years ago
  63. 3edb2a6 Btrfs: check the return value of btrfs_start_delalloc_inodes() by Miao Xie · 12 years ago
  64. e6ec716 Btrfs: make raid attr array more readable by Miao Xie · 12 years ago
  65. a1897fd Btrfs: record first logical byte in memory by Liu Bo · 12 years ago
  66. 39f9d02 Btrfs: save us a read_lock by Liu Bo · 12 years ago
  67. 51fab69 Btrfs: use token to avoid times mapping extent buffer by Liu Bo · 12 years ago
  68. dcfac41 Btrfs: kill unused argument of btrfs_pin_extent_for_log_replay by Liu Bo · 12 years ago
  69. c53d613 Btrfs: kill unused argument of update_block_group by Liu Bo · 12 years ago
  70. f6373bf Btrfs: kill unused arguments of cache_block_group by Liu Bo · 12 years ago
  71. 17b8549 Btrfs: remove deprecated comments by Liu Bo · 12 years ago
  72. c6b305a Btrfs: don't re-enter when allocating a chunk by Josef Bacik · 12 years ago
  73. 2ab28f3 Btrfs: wait on ordered extents at the last possible moment by Josef Bacik · 12 years ago
  74. dfd7982 Btrfs: fix trivial error in btrfs_ioctl_resize() by Miao Xie · 12 years ago
  75. 4eee4fa Btrfs: use wrapper page_offset by Miao Xie · 12 years ago
  76. da633a4 Btrfs: flush all dirty inodes if writeback can not start by Miao Xie · 12 years ago
  77. 093486c Btrfs: make delayed ref lock logic more readable by Miao Xie · 12 years ago
  78. 0e8c36a Btrfs: fix lots of orphan inodes when the space is not enough by Miao Xie · 12 years ago
  79. 4ea41ce Btrfs: cleanup similar code in delayed inode by Miao Xie · 12 years ago
  80. 7892b5a Btrfs: use common work instead of delayed work by Miao Xie · 12 years ago
  81. 7b5a1c5 Btrfs: cleanup unnecessary clear when freeing a transaction or a trans handle by Miao Xie · 12 years ago
  82. 78a6184 Btrfs: use slabs for delayed reference allocation by Miao Xie · 12 years ago
  83. 19f949f Linux 3.8 by Linus Torvalds · 12 years ago
  84. e9cf59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  85. 7c45512 mm: fix pageblock bitmap allocation by Linus Torvalds · 12 years ago
  86. 6f60cbd btrfs: access superblock via pagecache in scan_one_device by David Sterba · 12 years ago
  87. f741656 Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  88. ac89758 Revert "[media] dvb_frontend: return -ENOTTY for unimplement IOCTL" by Mauro Carvalho Chehab · 12 years ago
  89. 11e7651 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  90. 5c0857a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  91. db1b2d3 Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  92. 7ea76eb Merge tag 'omapdss-for-3.8-rc8' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 12 years ago
  93. f0a34ac Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 12 years ago
  94. e9daff2 Revert "xen PVonHVM: use E820_Reserved area for shared_info" by Konrad Rzeszutek Wilk · 12 years ago
  95. 5eb65be Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info" by Konrad Rzeszutek Wilk · 12 years ago
  96. 2a745b1 Btrfs: fix crash in log replay with qgroups enabled by Arne Jansen · 12 years ago
  97. f4d9605 sunvdc: Fix off-by-one in generic_request(). by David S. Miller · 12 years ago
  98. 91e83ff omapdrm: fix the dependency to omapdss by Tomi Valkeinen · 12 years ago
  99. eb91e79 OMAPDSS: add FEAT_DPI_USES_VDDS_DSI to omap3630_dss_feat_list by NeilBrown · 12 years ago
  100. 1de63d6 efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameter by Satoru Takeuchi · 12 years ago