summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-07-274-4/+7
* Btrfs: don't use src fd for printkJosef Bacik2016-06-011-1/+1
* Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-201-0/+137
* btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana2016-04-201-1/+1
* Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana2016-03-091-1/+9
* btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo2016-03-091-1/+1
* btrfs: Fix no_space in write and rm loopZhao Lei2016-03-091-1/+3
* Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-03-094-10/+10
* btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior2016-03-031-0/+1
* Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra2016-03-034-8/+33
* Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana2016-03-031-2/+4
* Btrfs: fix number of transaction units required to create symlinkFilipe Manana2016-03-031-1/+3
* Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana2016-03-031-1/+15
* btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba2016-03-031-0/+24
* Btrfs: igrab inode in writepageJosef Bacik2016-03-031-2/+15
* Btrfs: add missing brelse when superblock checksum failsAnand Jain2016-03-031-0/+1
* Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-251-0/+2
* Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-251-4/+6
* Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana2016-02-251-8/+21
* Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana2016-02-251-14/+76
* btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-253-3/+16
* Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba2016-02-251-1/+0
* Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana2016-02-251-10/+10
* btrfs: handle invalid num_stripes in sys_arrayDavid Sterba2016-02-251-0/+8
* 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
OpenPOWER on IntegriCloud