summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing2019-02-251-2/+2
* Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana2019-02-251-21/+0
* Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana2019-02-253-0/+18
* btrfs: drop the lock on error in btrfs_dev_replace_cancelDan Carpenter2019-02-251-0/+1
* btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2019-02-251-2/+2
* btrfs: init csum_list before possible freeDan Robertson2019-02-251-1/+1
* Btrfs: remove no longer needed range length checks for deduplicationFilipe Manana2019-02-251-17/+2
* Btrfs: fix fsync after succession of renames and unlink/rmdirFilipe Manana2019-02-251-12/+37
* Btrfs: fix fsync after succession of renames of different filesFilipe Manana2019-02-251-44/+197
* btrfs: honor path->skip_locking in backref codeJosef Bacik2019-02-251-7/+13
* btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo2019-02-251-14/+14
* btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo2019-02-255-38/+30
* btrfs: scrub: remove unused nocow worker pointerDavid Sterba2019-02-251-1/+0
* btrfs: scrub: add assertions for worker pointersDavid Sterba2019-02-252-0/+11
* btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain2019-02-253-5/+8
* btrfs: scrub: add scrub_lock lockdep check in scrub_workers_getAnand Jain2019-02-251-0/+2
* btrfs: scrub: fix circular locking dependency warningAnand Jain2019-02-251-11/+11
* btrfs: fix comment its device list mutex not volume lockAnand Jain2019-02-251-1/+0
* btrfs: extent_io: Kill the forward declaration of flush_write_bioQu Wenruo2019-02-251-34/+32
* btrfs: Fix grossly misleading argument names in extent io searchNikolay Borisov2019-02-251-8/+8
* btrfs: Remove EXTENT_FIRST_DELALLOC bitNikolay Borisov2019-02-252-10/+7
* btrfs: use WARN_ON in a canonical form btrfs_remove_block_groupNikolay Borisov2019-02-251-6/+3
* btrfs: reserve extra space during evictJosef Bacik2019-02-251-2/+23
* btrfs: be more explicit about allowed flush statesJosef Bacik2019-02-251-11/+11
* btrfs: loop in inode_rsv_refillJosef Bacik2019-02-251-16/+47
* btrfs: don't enospc all tickets on flush failureJosef Bacik2019-02-251-20/+25
* btrfs: don't use global reserve for chunk allocationJosef Bacik2019-02-252-11/+18
* btrfs: dump block_rsv details when dumping space infoJosef Bacik2019-02-251-0/+15
* btrfs: check if there are free block groups for commitJosef Bacik2019-02-251-12/+19
* btrfs: add zstd compression level supportDennis Zhou2019-02-252-9/+245
* btrfs: make zstd memory requirements monotonicDennis Zhou2019-02-251-5/+33
* btrfs: zstd use the passed through level instead of defaultDennis Zhou2019-02-251-6/+13
* btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-256-21/+41
* btrfs: plumb level through the compression interfaceDennis Zhou2019-02-255-27/+30
* btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-255-45/+160
* btrfs: add compression interface in (get/put)_workspaceDennis Zhou2019-02-251-23/+34
* btrfs: add helper methods for workspace manager init and cleanupDennis Zhou2019-02-251-39/+43
* btrfs: unify compression ops with workspace_managerDennis Zhou2019-02-251-4/+7
* btrfs: manage heuristic workspace as index 0Dennis Zhou2019-02-252-82/+34
* btrfs: rename workspaces_list to workspace_managerDennis Zhou2019-02-251-23/+23
* btrfs: add helpers for compression type and levelDennis Zhou2019-02-253-2/+12
* btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain2019-02-253-0/+15
* btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik2019-02-254-9/+35
* btrfs: Output ENOSPC debug info in inc_block_group_roQu Wenruo2019-02-251-2/+13
* btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/releaseQu Wenruo2019-02-251-2/+0
* btrfs: let the assertion expression compile in all configsAnders Roxell2019-02-251-8/+5
* btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba2019-02-252-15/+10
* btrfs: simplify waiting loop in btrfs_tree_lockDavid Sterba2019-02-251-9/+2
* btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba2019-02-258-33/+28
* btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba2019-02-256-11/+11
OpenPOWER on IntegriCloud