1. eb838e7 Btrfs: lock extents as we map them in DIO by Josef Bacik · 12 years ago
  2. dadd110 Btrfs: fix some endian bugs handling the root times by Dan Carpenter · 12 years ago
  3. 55e591f Btrfs: unlock on error in btrfs_delalloc_reserve_metadata() by Dan Carpenter · 12 years ago
  4. 57a5a88 Btrfs: checking for NULL instead of IS_ERR by Dan Carpenter · 12 years ago
  5. 5986802 Btrfs: fix some error codes in btrfs_qgroup_inherit() by Dan Carpenter · 12 years ago
  6. aa2ffd0 Btrfs: fix a misplaced address operator in a condition by Stefan Behrens · 12 years ago
  7. b24baf6 Btrfs: uninit variable fixes in send/receive by Chris Mason · 12 years ago
  8. 113c1cb Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus by Chris Mason · 12 years ago
  9. 31db9f7 Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive by Alexander Block · 12 years ago
  10. 7069830 Btrfs: add btrfs_compare_trees function by Alexander Block · 12 years ago
  11. 8ea05e3 Btrfs: introduce subvol uuids and times by Alexander Block · 12 years ago
  12. 91cb916 Btrfs: make iref_to_path non static by Alexander Block · 12 years ago
  13. cd1cfc4 Btrfs: add a barrier before a waitqueue_active check by Chris Mason · 12 years ago
  14. e9fbcb4 Btrfs: call the ordered free operation without any locks held by Chris Mason · 12 years ago
  15. 2b0ce2c Btrfs: Check INCOMPAT flags on remount and add helper function by Mitch Harder · 12 years ago
  16. b478b2b Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  17. e679376 Btrfs: add helper for tree enumeration by Arne Jansen · 13 years ago
  18. 362a20c btrfs: allow cross-subvolume file clone by David Sterba · 13 years ago
  19. 67c9684 Btrfs: improve multi-thread buffer read by Liu Bo · 12 years ago
  20. df57dbe Btrfs: make btrfs's allocation smoothly with preallocation by Liu Bo · 12 years ago
  21. 51561ff Btrfs: lock the transition from dirty to writeback for an eb by Josef Bacik · 12 years ago
  22. 594831c Btrfs: fix potential race in extent buffer freeing by Josef Bacik · 12 years ago
  23. e64860a Btrfs: don't return true in releasepage unless we actually freed the eb by Josef Bacik · 12 years ago
  24. a98cdb8 Btrfs: suppress printk() if all device I/O stats are zero by Stefan Behrens · 12 years ago
  25. 5021976 Btrfs: remove unwanted printk() for btrfs device I/O stats by Stefan Behrens · 12 years ago
  26. 18077bb Btrfs: rewrite BTRFS_SETGET_FUNCS by Li Zefan · 12 years ago
  27. 293f7e0 Btrfs: zero unused bytes in inode item by Li Zefan · 12 years ago
  28. b4d7c3c Btrfs: kill free_space pointer from inode structure by Li Zefan · 12 years ago
  29. d5b025d btrfs read error corrected message floods the console during recovery by Anand Jain · 12 years ago
  30. e6466e3 Btrfs: fix buffer leak in btrfs_next_old_leaf by Jan Schmidt · 12 years ago
  31. f6175ef Btrfs: do not count in readonly bytes by Liu Bo · 12 years ago
  32. 799ffc3 Btrfs: add ro notification to dump_space_info by Liu Bo · 12 years ago
  33. cf7c1ef Btrfs: fix a bug of writting free space cache during balance by Liu Bo · 12 years ago
  34. 0678938 Btrfs: do not abort transaction in prealloc case by Liu Bo · 12 years ago
  35. 83eea1f Btrfs: kill root from btrfs_is_free_space_inode by Liu Bo · 12 years ago
  36. 51a8cf9 Btrfs: fix btrfs_is_free_space_inode to recognize btree inode by Liu Bo · 12 years ago
  37. c090158 Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages() by Stefan Behrens · 12 years ago
  38. f4c738c Btrfs: rework shrink_delalloc by Josef Bacik · 12 years ago
  39. b9ca066 Btrfs: do not set subvolume flags in readonly mode by Liu Bo · 12 years ago
  40. e54bfa3 Btrfs: use mnt_want_write_file instead of mnt_want_write by Liu Bo · 12 years ago
  41. 768e9df Btrfs: remove redundant r/o check for superblock by Liu Bo · 12 years ago
  42. a874a63 Btrfs: check write access to mount earlier while creating snapshots by Liu Bo · 12 years ago
  43. 287082b Btrfs: fix typo in cow_file_range_async and async_cow_submit by Liu Bo · 12 years ago
  44. 0e72110 Btrfs: change how we indicate we're adding csums by Josef Bacik · 12 years ago
  45. b995929 Btrfs: return error of btrfs_update_inode() to caller by Tsutomu Itoh · 12 years ago
  46. 23291a0 Btrfs: fix error handling in __add_reloc_root() by Dan Carpenter · 12 years ago
  47. 44c44af Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mounting by Ilya Dryomov · 12 years ago
  48. fed425c Btrfs: do not return EINVAL instead of ENOMEM from open_ctree() by Ilya Dryomov · 12 years ago
  49. 02db084 Btrfs: add DEVICE_READY ioctl by Josef Bacik · 12 years ago
  50. 96c3f43 Btrfs: flush delayed inodes if we're short on space by Josef Bacik · 12 years ago
  51. b27f7c0 btrfs: join DEV_STATS ioctls to one by David Sterba · 12 years ago
  52. a43a211 btrfs: ignore unfragmented file checks in defrag when compression enabled - rebased by Andrew Mahone · 12 years ago
  53. e4b50e1 Btrfs: small naming cleanup in join_transaction() by Dan Carpenter · 12 years ago
  54. 2bc556528 Btrfs: don't update atime on RO subvolumes by Alexander Block · 12 years ago
  55. 063849e Btrfs: allow mount -o remount,compress=no by Arnd Hannemann · 13 years ago
  56. c5c3c5f Btrfs: remove ->dirty_inode by Josef Bacik · 13 years ago
  57. cbea5ac Btrfs: reduce calls to wake_up on uncontended locks by Chris Mason · 12 years ago
  58. e39e64a Btrfs: don't wait around for new log writers on an SSD by Chris Mason · 12 years ago
  59. ce9f8d6 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  60. 1793416 Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  61. c999ff6 pnfs-obj: Fix __r4w_get_page when offset is beyond i_size by Boaz Harrosh · 12 years ago
  62. 9909d45 pnfs-obj: don't leak objio_state if ore_write/read fails by Boaz Harrosh · 12 years ago
  63. 537632e ore: Unlock r4w pages in exact reverse order of locking by Boaz Harrosh · 12 years ago
  64. 62b62ad ore: Remove support of partial IO request (NFS crash) by Boaz Harrosh · 12 years ago
  65. 9ff1930 ore: Fix NFS crash by supporting any unaligned RAID IO by Boaz Harrosh · 12 years ago
  66. c672793 UBIFS: fix a bug in empty space fix-up by Artem Bityutskiy · 12 years ago
  67. a9866ba4 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  68. 331ae49 ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT by Al Viro · 12 years ago
  69. a5e1351 Merge tag 'pm-post-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  70. d9914cf PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND by Michael Kerrisk · 12 years ago
  71. cd60042 cifs: always update the inode cache with the results from a FIND_* by Jeff Layton · 12 years ago
  72. 3cf003c cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps by Jeff Layton · 12 years ago
  73. 3ae629d cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space by Jeff Layton · 12 years ago
  74. ffc61cc Initialise mid_q_entry before putting it on the pending queue by Sachin Prabhu · 12 years ago
  75. fce667c5 Merge tag 'for-linus-v3.5-rc7' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  76. 05d290d fifo: Do not restart open() if it already found a partner by Anders Kaseorg · 12 years ago
  77. 1632dcc xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks by Christoph Hellwig · 12 years ago
  78. 40a9b79 xfs: prevent recursion in xfs_buf_iorequest by Christoph Hellwig · 12 years ago
  79. aa29284 xfs: don't defer metadata allocation to the workqueue by Dave Chinner · 12 years ago
  80. e3a746f5 xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near by Dave Chinner · 12 years ago
  81. 4264e6a Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  82. 8d657eb Remove easily user-triggerable BUG from generic_setlease by Dave Jones · 12 years ago
  83. 91f68c8 block: fix infinite loop in __getblk_slow by Jeff Moyer · 12 years ago
  84. 6f72c7e Btrfs: add qgroup inheritance by Arne Jansen · 13 years ago
  85. 5d13a37 Btrfs: add qgroup ioctls by Arne Jansen · 13 years ago
  86. c556723 Btrfs: hooks to reserve qgroup space by Arne Jansen · 13 years ago
  87. 546adb0 Btrfs: hooks for qgroup to record delayed refs by Jan Schmidt · 12 years ago
  88. bcef60f Btrfs: quota tree support and startup by Arne Jansen · 13 years ago
  89. edf3927 Btrfs: call the qgroup accounting functions by Jan Schmidt · 12 years ago
  90. bed92ea Btrfs: qgroup implementation and prototypes by Arne Jansen · 12 years ago
  91. 5d8ecbb fat: fix non-atomic NFS i_pos read by Steven J. Magnani · 12 years ago
  92. fea9f71 fs: ramfs: file-nommu: add SetPageUptodate() by Bob Liu · 12 years ago
  93. a4e08d0 ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space() by Luis Henriques · 12 years ago
  94. f1daf66 NFSv4: Fix an NFSv4 mount regression by Trond Myklebust · 12 years ago
  95. 709c048 Btrfs: Test code to change the order of delayed-ref processing by Arne Jansen · 13 years ago
  96. 416ac51 Btrfs: qgroup state and initialization by Arne Jansen · 13 years ago
  97. 20897f5 Btrfs: added helper to create new trees by Arne Jansen · 13 years ago
  98. d13603e Btrfs: check the root passed to btrfs_end_transaction by Arne Jansen · 13 years ago
  99. 2f38b3e Btrfs: add helper for tree enumeration by Arne Jansen · 13 years ago
  100. 630dc77 Btrfs: qgroup on-disk format by Arne Jansen · 13 years ago