summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: call btrfs_create_pending_block_groups unconditionallyJosef Bacik2019-02-252-6/+3
* btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_headJosef Bacik2019-02-251-6/+1
* btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lockJosef Bacik2019-02-251-9/+2
* btrfs: scrub: print messages when started or finishedAnand Jain2019-02-251-0/+5
* btrfs: simplify workqueue name when allocatingDavid Sterba2019-02-251-6/+4
* btrfs: merge btrfs_find_device and find_deviceAnand Jain2019-02-255-44/+42
* btrfs: refactor btrfs_free_stale_devices() to get return valueAnand Jain2019-02-251-15/+31
* btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain2019-02-255-28/+30
* btrfs: cleanup btrfs_find_device_by_devspec()Anand Jain2019-02-251-17/+18
* btrfs: merge btrfs_find_device_missing_or_by_path() into parentAnand Jain2019-02-251-27/+13
* btrfs: Remove not_found_em label from btrfs_get_extentNikolay Borisov2019-02-251-2/+4
* btrfs: Consolidate retval checking of core btree functionsNikolay Borisov2019-02-251-5/+3
* btrfs: Rename found_type to extent_type in btrfs_get_extentNikolay Borisov2019-02-251-11/+9
* Btrfs: move duplicated nodatasum check into common reflink/dedupe helperFilipe Manana2019-02-251-10/+7
* btrfs: Remove impossible condition from mergable_mapsNikolay Borisov2019-02-252-2/+4
* Btrfs: do not overwrite error return value in the balance ioctlFilipe Manana2019-02-251-1/+1
* Btrfs: do not overwrite error return value in the device replace ioctlFilipe Manana2019-02-251-1/+1
* Btrfs: remove redundant check for swapfiles when reflinkingFilipe Manana2019-02-251-6/+0
* btrfs: Refactor shrink_delallocNikolay Borisov2019-02-251-11/+22
* btrfs: Document logic regarding inode in async_cow_submitNikolay Borisov2019-02-251-0/+6
* btrfs: Remove WARN_ON in btrfs_alloc_delalloc_workNikolay Borisov2019-02-251-1/+0
* btrfs: Use ihold instead of igrab in cow_file_range_asyncNikolay Borisov2019-02-251-1/+6
* btrfs: Remove isize local variable in compress_file_rangeNikolay Borisov2019-02-251-2/+1
* btrfs: Remove inode argument from async_cow_submitNikolay Borisov2019-02-251-3/+3
* btrfs: remove set but not used variable 'num_pages'YueHaibing2019-02-251-3/+0
* btrfs: Remove redundant assignment in btrfs_get_extent_fiemapNikolay Borisov2019-02-251-1/+1
* btrfs: Refactor btrfs_get_extent_fiemapNikolay Borisov2019-02-251-44/+48
* btrfs: Remove unused arguments from btrfs_get_extent_fiemapNikolay Borisov2019-02-254-10/+5
* Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana2019-02-251-0/+9
* Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana2019-02-251-0/+8
* Btrfs: do not overwrite error return value in the get device stats ioctlFilipe Manana2019-02-251-1/+1
* Btrfs: do not overwrite error return value in scrub progress ioctlFilipe Manana2019-02-251-1/+1
* Btrfs: do not overwrite scrub error with fault error in scrub ioctlFilipe Manana2019-02-251-1/+1
* btrfs: Make first argument of btrfs_run_delalloc_range directly an inodeNikolay Borisov2019-02-252-3/+2
* Btrfs: drop useless LIST_HEAD in merge_reloc_rootJulia Lawall2019-02-251-1/+0
* Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-034-38/+71
|\
| * btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-01-301-0/+3
| * btrfs: clean up pending block groups when transaction commit abortsDavid Sterba2019-01-301-0/+16
| * btrfs: fix potential oops in device_list_addAl Viro2019-01-301-2/+2
| * btrfs: don't end the transaction for delayed refs in throttleJosef Bacik2019-01-281-8/+0
| * Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
* | Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-204-10/+35
|\|
| * btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik2019-01-183-0/+8
| * btrfs: run delayed iputs before committingJosef Bacik2019-01-181-0/+9
| * btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-181-0/+8
| * btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik2019-01-183-7/+10
| * Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-181-3/+0
* | Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-133-13/+64
|\|
| * btrfs: Use real device structure to verify dev extentQu Wenruo2019-01-101-0/+12
| * Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-091-7/+9