1. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  2. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  3. 521d474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  4. e1cbbfa Btrfs: fix outstanding_extents accounting in DIO by Josef Bacik · 9 years ago
  5. 6a3891c Btrfs: add sanity test for outstanding_extents accounting by Josef Bacik · 9 years ago
  6. ba11721 Btrfs: account merges/splits properly by Josef Bacik · 9 years ago
  7. 8461a3d Btrfs: fix merge delalloc logic by Josef Bacik · 9 years ago
  8. 84399bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  9. 1932b7b btrfs: fix lost return value due to variable shadowing by David Sterba · 9 years ago
  10. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  11. dcab6a3 Btrfs: account for large extents with enospc by Josef Bacik · 9 years ago
  12. 3266789 Btrfs: don't set and clear delalloc for O_DIRECT writes by Josef Bacik · 9 years ago
  13. 3e05bde Btrfs: only adjust outstanding_extents when we do a short write by Josef Bacik · 9 years ago
  14. 9cc97d6 Btrfs: Add code to support file creation time by chandan r · 12 years ago
  15. a937b97 btrfs: kill btrfs_inode_*time helpers by David Sterba · 10 years ago
  16. ffe2d20 Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply by Zhao Lei · 10 years ago
  17. 9ee49a04 btrfs: switch extent_state state to unsigned by David Sterba · 10 years ago
  18. f0954c6 btrfs: update message levels after checksum errors by David Sterba · 10 years ago
  19. 68b663d btrfs: update message levels for errors by David Sterba · 10 years ago
  20. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  21. 1d4c08e btrfs: expand btrfs_find_item if found_key is NULL by David Sterba · 10 years ago
  22. 03c751a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  23. c7cfb8a Btrfs: call inode_dec_link_count() on mkdir error path by Wang Shilong · 10 years ago
  24. bdeb03c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  25. 9ea24bb Btrfs: fix snapshot inconsistency after a file write followed by truncate by Filipe Manana · 10 years ago
  26. b38ef71 Btrfs: ensure ordered extent errors aren't missed on fsync by Filipe Manana · 10 years ago
  27. e6eb431 Btrfs: report error after failure inlining extent in compressed write path by Filipe Manana · 10 years ago
  28. 728404d Btrfs: add helper btrfs_fdatawrite_range by Filipe Manana · 10 years ago
  29. 075bdbd Btrfs: correctly flush compressed data before/after direct IO by Filipe Manana · 10 years ago
  30. c44f649 Btrfs: make inode.c:compress_file_range() return void by Filipe Manana · 10 years ago
  31. 4bcbb33 Btrfs: fix incorrect compression ratio detection by Shilong Wang · 10 years ago
  32. dec8f17 Btrfs: make inode.c:submit_compressed_extents() return void by Filipe Manana · 10 years ago
  33. 3d7a820 Btrfs: process all async extents on compressed write failure by Filipe Manana · 10 years ago
  34. 40ae837 Btrfs: don't leak pages and memory on compressed write error by Filipe Manana · 10 years ago
  35. fce2a4e Btrfs: fix hang on compressed write error by Filipe Manana · 10 years ago
  36. 704de49 Btrfs: set page and mapping error on compressed write failure by Filipe Manana · 10 years ago
  37. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  38. d379730 Revert "Btrfs: race free update of commit root for ro snapshots" by Chris Mason · 10 years ago
  39. 0ec31a6 Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  40. bbf65cf Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  41. 32be3a1 btrfs: Fix the wrong condition judgment about subset extent map by Qu Wenruo · 10 years ago
  42. bfebd8b btrfs: use enum for wq endio metadata type by David Sterba · 10 years ago
  43. ee39b43 btrfs: remove unlikely from data-dependent branches and slow paths by David Sterba · 10 years ago
  44. 5d99a998 btrfs: remove unlikely from NULL checks by David Sterba · 10 years ago
  45. 1d52c78 Btrfs: try not to ENOSPC on log replay by Josef Bacik · 10 years ago
  46. e6c4efd btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent map by Qu Wenruo · 10 years ago
  47. f612496 Btrfs: cleanup the read failure record after write or when the inode is freeing by Miao Xie · 10 years ago
  48. 8b110e3 Btrfs: implement repair function when direct read fails by Miao Xie · 10 years ago
  49. c1dc089 Btrfs: do file data check by sub-bio's self by Miao Xie · 10 years ago
  50. dc380ae Btrfs: cleanup similar code of the buffered data data check and dio read data check by Miao Xie · 10 years ago
  51. 23ea8e5 Btrfs: load checksum data once when submitting a direct read io by Miao Xie · 10 years ago
  52. 354877b Btrfs: fix off-by-one in cow_file_range_inline() by Wang Shilong · 10 years ago
  53. 7816030 Btrfs: fall into nocompression codes quickly if possible by Wang Shilong · 10 years ago
  54. f79707b Btrfs: fix wrong skipping compression for an inode by Wang Shilong · 10 years ago
  55. 555e128 Btrfs: set error return value in btrfs_get_blocks_direct by Filipe Manana · 10 years ago
  56. 47059d9 Btrfs: make defragment work with nodatacow option by Wang Shilong · 10 years ago
  57. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 10 years ago
  58. 7ed641b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  59. b0d5d10 Btrfs: use insert_inode_locked4 for inode creation by Chris Mason · 10 years ago
  60. dac5705 Btrfs: fix crash while doing a ranged fsync by Filipe Manana · 10 years ago
  61. d9f8596 Btrfs: fix corruption after write/fsync failure + fsync + log recovery by Filipe Manana · 10 years ago
  62. 1fb00cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  63. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  64. 51f395a btrfs: Use right extent length when inserting overlap extent map. by Qu Wenruo · 10 years ago
  65. 7064dd5 Btrfs: don't monopolize a core when evicting inode by Filipe Manana · 10 years ago
  66. 5762b5c Btrfs: ensure tmpfile inode is always persisted with link count of 0 by Filipe Manana · 10 years ago
  67. 9c3b306 Btrfs: race free update of commit root for ro snapshots by Filipe Manana · 10 years ago
  68. e2eca69 Btrfs: fix wrong extent mapping for DirectIO by Wang Shilong · 10 years ago
  69. 9a025a0 Btrfs: fix wrong write range for filemap_fdatawrite_range() by Wang Shilong · 10 years ago
  70. 7a5c3c9 Btrfs: fix put dio bio twice when we submit dio bio fail by Miao Xie · 10 years ago
  71. e64df3e Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  72. 8d875f9 btrfs: disable strict file flushes for renames and truncates by Chris Mason · 10 years ago
  73. ce62003 Btrfs: fix compressed write corruption on enospc by Liu Bo · 10 years ago
  74. 80ace85 btrfs: add RENAME_NOREPLACE by Miklos Szeredi · 10 years ago
  75. e13d100 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  76. e570fd2 Btrfs: fix broken free space cache after the system crashed by Miao Xie · 10 years ago
  77. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  78. 859862d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  79. 7ffbb59 Btrfs: make fsync work after cloning into a file by Filipe Manana · 10 years ago
  80. 6fdef6d Btrfs: don't release invalid page in btrfs_page_exists_in_range() by Filipe Manana · 10 years ago
  81. 809f901 Btrfs: make sure we retry if page is a retriable exception by Filipe Manana · 10 years ago
  82. 9140515 Btrfs: make sure we retry if we couldn't get the page by Filipe Manana · 10 years ago
  83. a79b7d4 Btrfs: async delayed refs by Chris Mason · 10 years ago
  84. 40f7658 Btrfs: split up __extent_writepage to lower stack usage by Chris Mason · 10 years ago
  85. fc4adbf btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking by Alex Gartrell · 10 years ago
  86. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 10 years ago
  87. 995946d Btrfs: use helpers for last_trans_log_full_commit instead of opencode by Miao Xie · 10 years ago
  88. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 10 years ago
  89. 944a451 btrfs: remove redundant null check in btrfs_dentry_release() by Daeseok Youn · 10 years ago
  90. ef3b9af Btrfs: implement inode_operations callback tmpfile by Filipe Manana · 10 years ago
  91. 166ae5a btrfs: fix inline compressed read err corruption by Zach Brown · 10 years ago
  92. 28060d5 btrfs: switch check_direct_IO() to iov_iter by Al Viro · 10 years ago
  93. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  94. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  95. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  96. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  97. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  98. a1ecaab Btrfs: fix unlock in __start_delalloc_inodes() by Wang Shilong · 10 years ago
  99. 68bb462 Btrfs: don't compress for a small write by Wang Shilong · 10 years ago
  100. e9894fd Btrfs: fix snapshot vs nocow writting by Wang Shilong · 10 years ago