summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba
2017-02-28btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba
2017-02-28btrfs: let writepage_end_io_hook return voidDavid Sterba
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make free_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov
2017-02-17btrfs: remove unused parameter from extent_write_cache_pagesDavid Sterba
2017-02-17btrfs: remove unused parameter from update_nr_writtenDavid Sterba
2017-02-17btrfs: remove unused parameter from submit_extent_pageDavid Sterba
2017-02-17btrfs: embed extent_changeset::range_changed to the structureDavid Sterba
2017-02-17Btrfs: add another missing end_page_writeback on submit_extent_page failureTakafumi Kubota
2017-02-17Btrfs: use helper to simplify lock/unlock pagesLiu Bo
2017-02-17btrfs: teach __process_pages_contig about PAGE_LOCK operationLiu Bo
2017-02-14Btrfs: create helper for processing bits on contiguous pagesLiu Bo
2017-02-14Btrfs: cleanup unused cached_state in __extent_writepage_ioLiu Bo
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2017-02-14btrfs: drop gfp mask tweaking in try_release_extent_stateMichal Hocko
2017-02-14btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepageMichal Hocko
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-11-30btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferDavid Sterba
2016-11-30btrfs: introduce helpers for updating eb uuidsDavid Sterba
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-24Btrfs: remove some no-op castsDan Carpenter
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval
2016-09-26Btrfs: memset to avoid stale content in btree leafLiu Bo
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26Btrfs: memset to avoid stale content in btree node blockLiu Bo
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo
2016-09-26Btrfs: fix memory leak in reading btree blocksLiu Bo
2016-09-26btrfs: fix check_shared for fiemap ioctlLu Fengqi
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds