- 03c751a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- 6f89605 Btrfs: don't delay inode ref updates during log replay by Chris Mason · 10 years ago
- a1317f4 Btrfs: correctly get tree level in tree_backref_for_extent by Filipe Manana · 10 years ago
- c7cfb8a Btrfs: call inode_dec_link_count() on mkdir error path by Wang Shilong · 10 years ago
- df95e7f Btrfs: abort transaction if we don't find the block group by Josef Bacik · 10 years ago
- 6b6d24b Btrfs, scrub: uninitialized variable in scrub_extent_for_parity() by Dan Carpenter · 10 years ago
- ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 5c68eac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- 98af592 btrfs: filp_open() returns ERR_PTR() on failure, not NULL... by Al Viro · 10 years ago
- bdeb03c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 1edb647b Btrfs: remove non-sense btrfs_error_discard_extent() function by Filipe Manana · 10 years ago
- 678886b Btrfs: fix fs corruption on transaction abort if device supports discard by Filipe Manana · 10 years ago
- 01eacb2 Btrfs: always clear a block group node when removing it from the tree by Filipe Manana · 10 years ago
- a1e7e16 Btrfs: ensure deletion from pinned_chunks list is protected by Filipe Manana · 10 years ago
- ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
- 9627aee Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus by Chris Mason · 10 years ago
- cb83b7b Btrfs: make get_caching_control unconditionally return the ctl by Josef Bacik · 10 years ago
- 8dbcd10 Btrfs: fix unprotected deletion from pending_chunks list by Filipe Manana · 10 years ago
- 495e64f Btrfs: fix fs mapping extent map leak by Filipe Manana · 10 years ago
- 946ddbe Btrfs: fix memory leak after block remove + trimming by Filipe Manana · 10 years ago
- c92f6be Btrfs: make btrfs_abort_transaction consider existence of new block groups by Filipe Manana · 10 years ago
- 55507ce Btrfs: fix race between writing free space cache and trimming by Filipe Manana · 10 years ago
- 0421682 Btrfs: fix race between fs trimming and block group remove/allocation by Filipe Manana · 10 years ago
- 5d3edd8 Btrfs, replace: enable dev-replace for raid56 by Zhao Lei · 10 years ago
- ae0ab00 Btrfs: fix freeing used extents after removing empty block group by Filipe Manana · 10 years ago
- 4f69cb9 Btrfs: fix crash caused by block group removal by Filipe Manana · 10 years ago
- 292cbd5 Btrfs: fix invalid block group rbtree access after bg is removed by Filipe Manana · 10 years ago
- 4245215 Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56 by Miao Xie · 10 years ago
- 7603597 Btrfs, replace: write raid56 parity into the replace target device by Miao Xie · 10 years ago
- 2c8cdd6 Btrfs, replace: write dirty pages into the replace target device by Miao Xie · 10 years ago
- 5a6ac9e Btrfs, raid56: support parity scrub on raid56 by Miao Xie · 10 years ago
- 1b94b55 Btrfs, raid56: use a variant to record the operation type by Miao Xie · 10 years ago
- af8e2d1 Btrfs, scrub: repair the common data on RAID5/6 if it is corrupted by Miao Xie · 10 years ago
- b89e1b0 Btrfs, raid56: don't change bbio and raid_map by Miao Xie · 10 years ago
- 6de6565 Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_block by Zhao Lei · 10 years ago
- f90523d Btrfs: remove noused bbio_ret in __btrfs_map_block in condition by Zhao Lei · 10 years ago
- 2f19cad btrfs: zero out left over bytes after processing compression streams by Chris Mason · 10 years ago
- 9ea24bb Btrfs: fix snapshot inconsistency after a file write followed by truncate by Filipe Manana · 10 years ago
- e5fa8f8 Btrfs: ensure send always works on roots without orphans by Filipe Manana · 10 years ago
- 758eb51 Btrfs: fix freeing used extent after removing empty block group by Filipe Manana · 10 years ago
- 8f608de6 Btrfs: include vmalloc.h in check-integrity.c by Chris Mason · 10 years ago
- 084b6e7c btrfs: Fix a lockdep warning when running xfstest. by Qu Wenruo · 10 years ago
- ad27c0d Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
- d038a63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- b38ef71 Btrfs: ensure ordered extent errors aren't missed on fsync by Filipe Manana · 10 years ago
- 0870295 Btrfs: collect only the necessary ordered extents on ranged fsync by Filipe Manana · 10 years ago
- 5ab5e44 Btrfs: don't ignore log btree writeback errors by Filipe Manana · 10 years ago
- a280469 Btrfs: do not move em to modified list when unpinning by Josef Bacik · 10 years ago
- 50d9aa9 Btrfs: make sure logged extents complete in the current transaction V3 by Josef Bacik · 10 years ago
- 9dba8cf Btrfs: make sure we wait on logged extents when fsycning two subvols by Josef Bacik · 10 years ago
- 0d95c1b btrfs: fix wrong accounting of raid1 data profile in statfs by David Sterba · 10 years ago
- 3215924 btrfs: fix dead lock while running replace and defrag concurrently by Gui Hecheng · 10 years ago
- 5f5bc6b Btrfs: make xattr replace operations atomic by Filipe Manana · 10 years ago
- c7bc631 Btrfs: avoid premature -ENOMEM in clear_extent_bit() by Filipe Manana · 10 years ago
- 7e33fd9 Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2 by Josef Bacik · 10 years ago
- 633c0aa Btrfs: move read only block groups onto their own list V2 by Josef Bacik · 10 years ago
- cd743fa btrfs: fix typos in btrfs_check_super_valid by David Sterba · 10 years ago
- cf90c59 Btrfs: check-int: don't complain about balanced blocks by Stefan Behrens · 10 years ago
- f382e46 Btrfs: check_int: use the known block location by Stefan Behrens · 10 years ago
- c8fd3de Btrfs: avoid returning -ENOMEM in convert_extent_bit() too early by Filipe Manana · 10 years ago
- e38e2ed Btrfs: make find_first_extent_bit be able to cache any state by Filipe Manana · 10 years ago
- 663dfbb Btrfs: deal with convert_extent_bit errors to avoid fs corruption by Filipe Manana · 10 years ago
- 2fc9f6b Btrfs: return failure if btrfs_dev_replace_finishing() failed by Eryu Guan · 10 years ago
- 6b3a4d6 Btrfs: fix allocationg memory failure for btrfsic_state structure by Shilong Wang · 10 years ago
- e6eb431 Btrfs: report error after failure inlining extent in compressed write path by Filipe Manana · 10 years ago
- 728404d Btrfs: add helper btrfs_fdatawrite_range by Filipe Manana · 10 years ago
- 075bdbd Btrfs: correctly flush compressed data before/after direct IO by Filipe Manana · 10 years ago
- c44f649 Btrfs: make inode.c:compress_file_range() return void by Filipe Manana · 10 years ago
- 4bcbb33 Btrfs: fix incorrect compression ratio detection by Shilong Wang · 10 years ago
- 7bdcefc Btrfs: don't ignore compressed bio write errors by Filipe Manana · 10 years ago
- dec8f17 Btrfs: make inode.c:submit_compressed_extents() return void by Filipe Manana · 10 years ago
- 3d7a820 Btrfs: process all async extents on compressed write failure by Filipe Manana · 10 years ago
- 40ae837 Btrfs: don't leak pages and memory on compressed write error by Filipe Manana · 10 years ago
- fce2a4e Btrfs: fix hang on compressed write error by Filipe Manana · 10 years ago
- 704de49 Btrfs: set page and mapping error on compressed write failure by Filipe Manana · 10 years ago
- f82c458 btrfs: fix lockups from btrfs_clear_path_blocking by Chris Mason · 10 years ago
- ddb52f4 btrfs: get rid of f_dentry use by Al Viro · 10 years ago
- 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
- a6f69dc btrfs: move commit out of sysfs when changing label by David Sterba · 10 years ago
- 0eae274 btrfs: move commit out of sysfs when changing features by David Sterba · 10 years ago
- d51033d btrfs: introduce pending action: commit by David Sterba · 10 years ago
- 7e1876a btrfs: switch inode_cache option handling to pending changes by David Sterba · 11 years ago
- 6b5fe46 btrfs: do commit in sync_fs if there are pending changes by David Sterba · 11 years ago
- 572d9ab btrfs: add support for processing pending changes by David Sterba · 11 years ago
- c4c23fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- 6e5aafb Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup by Chris Mason · 10 years ago
- 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- d05a2b4 Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items by Filipe Manana · 10 years ago
- 5ed5f58 Btrfs: properly clean up btrfs_end_io_wq_cache by Josef Bacik · 10 years ago
- 1a4ed8f Btrfs: fix invalid leaf slot access in btrfs_lookup_extent() by Filipe Manana · 10 years ago
- 21e7626 btrfs: use macro accessors in superblock validation checks by David Sterba · 10 years ago
- cbdf35b vfs: export check_sticky() by Miklos Szeredi · 10 years ago
- ef161ea1 Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- d379730 Revert "Btrfs: race free update of commit root for ro snapshots" by Chris Mason · 10 years ago
- 0458a95 btrfs: LLVMLinux: Remove VLAIS by Vinícius Tinti · 11 years ago
- 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 90d0c37 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
- c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago