aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-02-25btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain1-1/+1
2019-02-25btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik1-3/+2
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba1-1/+1
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba1-1/+1
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo1-0/+1
2019-02-25btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsQu Wenruo1-0/+1
2019-02-25btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_headJosef Bacik1-6/+1
2019-02-25btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lockJosef Bacik1-9/+2
2019-02-25Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana1-0/+8
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik1-0/+3
2019-01-18btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik1-0/+1
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-2/+2
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik1-0/+4
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba1-2/+0
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba1-1/+1
2018-12-17btrfs: document extent mapping assumptions in checksumJohannes Thumshirn1-0/+6
2018-12-17btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov1-16/+0
2018-12-17btrfs: merge btrfs_submit_bio_done to its callerDavid Sterba1-1/+17
2018-12-17Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana1-2/+5
2018-12-17btrfs: Add handling for disk split-brain scenario during fsid changeNikolay Borisov1-3/+12
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov1-9/+11
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov1-6/+27
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval1-0/+4
2018-11-13btrfs: Always try all copies when reading extent buffersNikolay Borisov1-10/+1
2018-11-07Btrfs: fix missing delayed iputs on unmountOmar Sandoval1-36/+15
2018-11-06btrfs: fix pinned underflow after transaction abortedLu Fengqi1-1/+11
2018-10-15btrfs: assert on non-empty delayed iputsJosef Bacik1-0/+1
2018-10-15btrfs: dev-replace: move replace members out of fs_infoDavid Sterba1-4/+5
2018-10-15btrfs: remove btrfs_dev_replace::read_locksDavid Sterba1-1/+0
2018-10-15Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo1-2/+2
2018-10-15Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo1-2/+2
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-3/+2
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting when low on spaceRobbie Ko1-0/+1
2018-08-06btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo1-0/+7
2018-08-06btrfs: merge free_fs_root helpersDavid Sterba1-11/+5
2018-08-06btrfs: dev-replace: remove unused members of btrfs_dev_replaceDavid Sterba1-2/+0
2018-08-06btrfs: remove unused member btrfs_root::nameDavid Sterba1-2/+0
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba1-1/+0
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba1-2/+0
2018-08-06btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba1-7/+0
2018-08-06btrfs: unify end_io callbacks of async_submit_bioDavid Sterba1-25/+3
2018-08-06btrfs: remove unused member async_submit_bio::bio_flagsDavid Sterba1-2/+0
2018-08-06btrfs: remove unused member async_submit_bio::fs_infoDavid Sterba1-2/+0
2018-08-06btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDNikolay Borisov1-2/+2
2018-08-06btrfs: use correct compare function of dirty_metadata_bytesEthan Lien1-4/+6
2018-08-06btrfs: prune unused includesDavid Sterba1-2/+0