summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-123-151/+46
|\
| * btrfs: use new dedupe data function pointerDarrick J. Wong2016-01-013-97/+16
| * vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-073-47/+6
| * btrfs: add .copy_file_range file operationZach Brown2015-12-013-39/+56
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-1/+1
|\ \
| * | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-1/+1
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-114-121/+71
|\ \ \
| * | | btrfs: Use xattr handler infrastructureAndreas Gruenbacher2015-12-063-113/+63
| * | | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-062-8/+8
| | |/ | |/|
* | | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-111-2/+3
|\ \ \ | |_|/ |/| |
| * | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
| * | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
| * | don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+2
| |/
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-186-15/+29
|\ \ | |/ |/|
| * Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-155-8/+10
| |\
| | * btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte2015-12-101-1/+1
| | * Btrfs: fix transaction handle leak in balanceFilipe Manana2015-12-101-2/+1
| | * Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana2015-12-103-5/+8
| * | Btrfs: check prepare_uptodate_page() error code earlierChris Mason2015-12-151-4/+14
| * | Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason2015-12-151-3/+5
| |/
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-2712-66/+219
|\ \ | |/
| * btrfs: fix balance range usage filters in 4.4-rcHolger Hoffstätte2015-11-251-2/+2
| * btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh2015-11-252-7/+42
| * Btrfs: use btrfs_get_fs_root in resolve_indirect_refJosef Bacik2015-11-251-1/+1
| * btrfs: qgroup: fix quota disable during rescanJustin Maggard2015-11-251-1/+2
| * Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana2015-11-251-13/+16
| * Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana2015-11-253-1/+24
| * Btrfs: fix race between scrub and block group deletionFilipe Manana2015-11-251-4/+16
| * btrfs: fix rcu warning during device replaceDavid Sterba2015-11-251-4/+2
| * btrfs: Continue replace when set_block_ro failedZhaolei2015-11-251-2/+18
| * btrfs: fix clashing number of the enhanced balance usage filterDavid Sterba2015-11-251-1/+1
| * Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana2015-11-253-5/+38
| * Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-256-26/+52
| * Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter2015-11-251-1/+3
| * btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba2015-11-251-3/+7
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-138-146/+163
|\ \ | |/
| * btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei2015-11-101-2/+2
| * btrfs: Fix lost-data-profile caused by balance bgZhao Lei2015-11-101-0/+21
| * btrfs: Fix lost-data-profile caused by auto removing bgZhao Lei2015-11-101-2/+5
| * btrfs: Remove len argument from scrub_find_csumZhao Lei2015-11-101-4/+3
| * btrfs: Reduce unnecessary arguments in scrub_recheck_blockZhao Lei2015-11-101-20/+8
| * btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_rechec...Zhao Lei2015-11-101-94/+36
| * btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksumZhao Lei2015-11-101-0/+4
| * btrfs: scrub: setup all fields for sblock_to_checkZhao Lei2015-11-101-0/+12
| * btrfs: scrub: set error stats when tree block spanning stripesZhao Lei2015-11-101-0/+6
| * Btrfs: fix race when listing an inode's xattrsFilipe Manana2015-11-091-1/+3
| * Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana2015-11-091-2/+8
| * Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana2015-11-081-4/+12
| * Btrfs: fix sleeping inside atomic context in qgroup rescan workerFilipe Manana2015-11-051-1/+0
| * Btrfs: fix race waiting for qgroup rescan workerFilipe Manana2015-11-051-2/+1
OpenPOWER on IntegriCloud