summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cleanups/for-4.21-minor' into for-next-next-v4.20-20181122David Sterba2018-11-221-1/+17
|\
| * btrfs: merge btrfs_submit_bio_done to its callerDavid Sterba2018-11-201-1/+17
* | Merge branch 'ext/josef/4-iput-fixes' into for-next-next-v4.20-20181122David Sterba2018-11-221-3/+2
|\ \
| * | btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik2018-11-221-3/+2
* | | Merge branch 'ext/josef/3-abort-cleanups' into for-next-next-v4.20-20181122David Sterba2018-11-221-15/+12
|\ \ \ | |/ /
| * | btrfs: wait on ordered extents on abort cleanupJosef Bacik2018-11-221-0/+8
| * | btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik2018-11-221-0/+1
| * | btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_headJosef Bacik2018-11-221-6/+1
| * | btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lockJosef Bacik2018-11-221-9/+2
* | | Merge branch 'ext/josef/1-delayed-rsv' into for-next-next-v4.20-20181122David Sterba2018-11-221-0/+4
|\ \ \ | |/ /
| * | btrfs: introduce delayed_refs_rsvJosef Bacik2018-11-221-0/+4
* | | Merge branch 'dev/dev-replace-locking' into for-next-next-v4.20-20181122David Sterba2018-11-221-3/+1
|\ \ \ | |/ / |/| |
| * | btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba2018-11-191-2/+0
| * | btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba2018-11-191-1/+1
* | | Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana2018-11-211-2/+5
| |/ |/|
* | btrfs: Add handling for disk split-brain scenario during fsid changeNikolay Borisov2018-11-201-3/+12
* | btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-11-201-9/+11
* | btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-11-201-6/+27
|/
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-11-191-10/+1
* Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval2018-11-191-0/+4
* Btrfs: fix missing delayed iputs on unmountOmar Sandoval2018-11-071-36/+15
* btrfs: fix pinned underflow after transaction abortedLu Fengqi2018-11-061-1/+11
* btrfs: assert on non-empty delayed iputsJosef Bacik2018-10-151-0/+1
* btrfs: dev-replace: move replace members out of fs_infoDavid Sterba2018-10-151-4/+5
* btrfs: remove btrfs_dev_replace::read_locksDavid Sterba2018-10-151-1/+0
* Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo2018-10-151-2/+2
* Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo2018-10-151-2/+2
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-3/+2
* Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko2018-08-171-0/+1
* btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo2018-08-061-0/+7
* btrfs: merge free_fs_root helpersDavid Sterba2018-08-061-11/+5
* btrfs: dev-replace: remove unused members of btrfs_dev_replaceDavid Sterba2018-08-061-2/+0
* btrfs: remove unused member btrfs_root::nameDavid Sterba2018-08-061-2/+0
* btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba2018-08-061-1/+0
* btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba2018-08-061-2/+0
* btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba2018-08-061-7/+0
* btrfs: unify end_io callbacks of async_submit_bioDavid Sterba2018-08-061-25/+3
* btrfs: remove unused member async_submit_bio::bio_flagsDavid Sterba2018-08-061-2/+0
* btrfs: remove unused member async_submit_bio::fs_infoDavid Sterba2018-08-061-2/+0
* btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDNikolay Borisov2018-08-061-2/+2
* btrfs: use correct compare function of dirty_metadata_bytesEthan Lien2018-08-061-4/+6
* btrfs: prune unused includesDavid Sterba2018-08-061-2/+0
* btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-061-1/+1
* btrfs: print more details when checking tree block finds a problemSu Yue2018-08-061-4/+4
* btrfs: use monotonic time for transaction handlingArnd Bergmann2018-08-061-1/+1
* btrfs: Deduplicate extent_buffer init codeNikolay Borisov2018-08-061-14/+0
* btrfs: replace get_seconds with new 64bit time APIAllen Pais2018-08-061-2/+2
* Btrfs: add parent_transid parameter to veirfy_level_keyLiu Bo2018-05-301-6/+7
* Btrfs: get rid of unused orphan infrastructureOmar Sandoval2018-05-281-9/+0
* btrfs: Do super block verification before writing it to diskQu Wenruo2018-05-281-0/+43