aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Btrfs: move read only block groups onto their own list V2Josef Bacik2-23/+17
2014-11-20btrfs: fix typos in btrfs_check_super_validDavid Sterba1-4/+4
2014-11-20Btrfs: check-int: don't complain about balanced blocksStefan Behrens1-38/+42
2014-11-20Btrfs: check_int: use the known block locationStefan Behrens1-55/+11
2014-11-20Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana1-1/+10
2014-11-20Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana2-4/+15
2014-11-20Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana2-18/+76
2014-11-20Btrfs: return failure if btrfs_dev_replace_finishing() failedEryu Guan1-3/+9
2014-11-20Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang1-5/+11
2014-11-20Btrfs: report error after failure inlining extent in compressed write pathFilipe Manana1-0/+4
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana4-39/+34
2014-11-20Btrfs: correctly flush compressed data before/after direct IOFilipe Manana2-4/+24
2014-11-20Btrfs: make inode.c:compress_file_range() return voidFilipe Manana1-5/+2
2014-11-20Btrfs: fix incorrect compression ratio detectionShilong Wang1-8/+8
2014-11-20Btrfs: don't ignore compressed bio write errorsFilipe Manana1-6/+12
2014-11-20Btrfs: make inode.c:submit_compressed_extents() return voidFilipe Manana1-5/+2
2014-11-20Btrfs: process all async extents on compressed write failureFilipe Manana1-5/+1
2014-11-20Btrfs: don't leak pages and memory on compressed write errorFilipe Manana1-9/+19
2014-11-20Btrfs: fix hang on compressed write errorFilipe Manana1-0/+14
2014-11-20Btrfs: 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-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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/mason/linux-btrfsLinus 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
2014-10-18Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-36/+33
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-10-17Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2-36/+33
2014-10-14btrfs: LLVMLinux: Remove VLAISVinícius Tinti1-9/+7
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+1
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds48-1518/+3548
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-5/+5
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-4/+1
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo1-0/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2-3/+2
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing security label.Qu Wenruo2-5/+97
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason6-16/+16