summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason7-37/+115
2014-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-15/+25
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana3-0/+37
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana3-5/+17
2014-11-21Btrfs: don't ignore log btree writeback errorsFilipe Manana1-6/+15
2014-11-21Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik6-6/+72
2014-11-21Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
2014-11-21btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba1-1/+1
2014-11-21btrfs: fix dead lock while running replace and defrag concurrentlyGui Hecheng1-30/+60
2014-11-21Btrfs: make xattr replace operations atomicFilipe Manana4-65/+102
2014-11-21Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana1-2/+7
2014-11-21Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2Josef Bacik1-25/+47
2014-11-21Btrfs: move read only block groups onto their own list V2Josef Bacik2-23/+17
2014-11-21btrfs: fix typos in btrfs_check_super_validDavid Sterba1-4/+4
2014-11-21Btrfs: check-int: don't complain about balanced blocksStefan Behrens1-38/+42
2014-11-21Btrfs: check_int: use the known block locationStefan Behrens1-55/+11
2014-11-21Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana1-1/+10
2014-11-21Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana2-4/+15
2014-11-21Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana2-18/+76
2014-11-21Btrfs: return failure if btrfs_dev_replace_finishing() failedEryu Guan1-3/+9
2014-11-21Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang1-5/+11
2014-11-21Btrfs: report error after failure inlining extent in compressed write pathFilipe Manana1-0/+4
2014-11-21Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana4-39/+34
2014-11-21Btrfs: correctly flush compressed data before/after direct IOFilipe Manana2-4/+24
2014-11-21Btrfs: make inode.c:compress_file_range() return voidFilipe Manana1-5/+2
2014-11-21Btrfs: fix incorrect compression ratio detectionShilong Wang1-8/+8
2014-11-21Btrfs: don't ignore compressed bio write errorsFilipe Manana1-6/+12
2014-11-21Btrfs: make inode.c:submit_compressed_extents() return voidFilipe Manana1-5/+2
2014-11-21Btrfs: process all async extents on compressed write failureFilipe Manana1-5/+1
2014-11-21Btrfs: don't leak pages and memory on compressed write errorFilipe Manana1-9/+19
2014-11-21Btrfs: fix hang on compressed write errorFilipe Manana1-0/+14
2014-11-21Btrfs: set page and mapping error on compressed write failureFilipe Manana3-1/+8
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingChris Mason3-15/+25
2014-11-19btrfs: get rid of f_dentry useAl Viro1-1/+1
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+1
2014-11-12btrfs: move commit out of sysfs when changing labelDavid Sterba1-13/+8
2014-11-12btrfs: move commit out of sysfs when changing featuresDavid Sterba1-8/+5
2014-11-12btrfs: introduce pending action: commitDavid Sterba2-0/+6
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba5-15/+18
2014-11-12btrfs: do commit in sync_fs if there are pending changesDavid Sterba1-3/+11
2014-11-12btrfs: add support for processing pending changesDavid Sterba4-0/+69
2014-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2014-11-04Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason1-1/+1
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-39/+27
2014-10-28Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsFilipe Manana1-8/+0
2014-10-27Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik1-0/+1
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana3-10/+4
2014-10-27btrfs: use macro accessors in superblock validation checksDavid Sterba1-21/+22
2014-10-24vfs: export check_sticky()Miklos Szeredi1-19/+1