summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2019-05-22btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov
2019-05-22btrfs: Check the first key and level for cached extent bufferQu Wenruo
2019-03-23Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana
2019-01-22btrfs: wait on ordered extents on abort cleanupJosef Bacik
2018-12-21Btrfs: fix missing delayed iputs on unmountOmar Sandoval
2018-12-05btrfs: Always try all copies when reading extent buffersNikolay Borisov
2018-11-21btrfs: fix pinned underflow after transaction abortedLu Fengqi
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko
2018-08-06btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo
2018-08-06btrfs: merge free_fs_root helpersDavid Sterba
2018-08-06btrfs: dev-replace: remove unused members of btrfs_dev_replaceDavid Sterba
2018-08-06btrfs: remove unused member btrfs_root::nameDavid Sterba
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba
2018-08-06btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba
2018-08-06btrfs: unify end_io callbacks of async_submit_bioDavid Sterba
2018-08-06btrfs: remove unused member async_submit_bio::bio_flagsDavid Sterba
2018-08-06btrfs: remove unused member async_submit_bio::fs_infoDavid Sterba
2018-08-06btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDNikolay Borisov
2018-08-06btrfs: use correct compare function of dirty_metadata_bytesEthan Lien
2018-08-06btrfs: prune unused includesDavid Sterba
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba
2018-08-06btrfs: print more details when checking tree block finds a problemSu Yue
2018-08-06btrfs: use monotonic time for transaction handlingArnd Bergmann
2018-08-06btrfs: Deduplicate extent_buffer init codeNikolay Borisov
2018-08-06btrfs: replace get_seconds with new 64bit time APIAllen Pais
2018-05-30Btrfs: add parent_transid parameter to veirfy_level_keyLiu Bo
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval
2018-05-28btrfs: Do super block verification before writing it to diskQu Wenruo
2018-05-28btrfs: Refactor btrfs_check_super_validQu Wenruo
2018-05-28btrfs: Move btrfs_check_super_valid() to avoid forward declarationQu Wenruo
2018-05-28btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain
2018-05-28btrfs: track running balance in a simpler wayDavid Sterba
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba
2018-05-17btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov
2018-04-18btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo
2018-04-13btrfs: Only check first key for committed tree blocksQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-04-12Btrfs: clean up resources during umount after trans is abortedLiu Bo
2018-03-31Btrfs: print error messages when failing to read treesLiu Bo
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo
2018-03-31btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved spaceQu Wenruo
2018-03-31btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroupQu Wenruo
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney
2018-03-31btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney
2018-03-31btrfs: remove max_active var from open_ctreeNikolay Borisov
2018-03-31btrfs: Use sizeof directly instead of a constant variableNikolay Borisov
2018-03-31btrfs: rename submit callbacks and drop double underscoresDavid Sterba
2018-03-31btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba
2018-03-31btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba