summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-2/+2
* btrfs: introduce delayed_refs_rsvJosef Bacik2018-12-171-0/+4
* btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba2018-12-171-2/+0
* btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba2018-12-171-1/+1
* btrfs: document extent mapping assumptions in checksumJohannes Thumshirn2018-12-171-0/+6
* btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov2018-12-171-16/+0
* btrfs: merge btrfs_submit_bio_done to its callerDavid Sterba2018-12-171-1/+17
* Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana2018-12-171-2/+5
* btrfs: Add handling for disk split-brain scenario during fsid changeNikolay Borisov2018-12-171-3/+12
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-9/+11
* btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-12-171-6/+27
* Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval2018-12-171-0/+4
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-11-131-10/+1
* 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
* btrfs: Refactor btrfs_check_super_validQu Wenruo2018-05-281-4/+25
* btrfs: Move btrfs_check_super_valid() to avoid forward declarationQu Wenruo2018-05-281-150/+149
* btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain2018-05-281-1/+1
* btrfs: track running balance in a simpler wayDavid Sterba2018-05-281-1/+0
* btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba2018-05-281-1/+0
* btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov2018-05-171-11/+15
* btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo2018-04-181-0/+1