summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: bring back repair during readLiu Bo2017-03-291-18/+28
* Btrfs: fix regression in lock_delalloc_pagesLiu Bo2017-03-171-1/+2
* btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba2017-02-281-1/+1
* btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba2017-02-281-4/+3Star
* btrfs: let writepage_end_io_hook return voidDavid Sterba2017-02-281-6/+3Star
* btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-281-3/+3
* btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov2017-02-281-1/+2
* btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov2017-02-281-2/+2
* btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov2017-02-281-10/+11
* btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov2017-02-281-6/+7
* btrfs: make free_io_failure take btrfs_inodeNikolay Borisov2017-02-281-7/+7
* btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov2017-02-281-2/+2
* btrfs: remove unused parameter from extent_write_cache_pagesDavid Sterba2017-02-171-4/+2Star
* btrfs: remove unused parameter from update_nr_writtenDavid Sterba2017-02-171-4/+4
* btrfs: remove unused parameter from submit_extent_pageDavid Sterba2017-02-171-9/+3Star
* btrfs: embed extent_changeset::range_changed to the structureDavid Sterba2017-02-171-1/+1
* Btrfs: add another missing end_page_writeback on submit_extent_page failureTakafumi Kubota2017-02-171-2/+6
* Btrfs: use helper to simplify lock/unlock pagesLiu Bo2017-02-171-64/+10Star
* btrfs: teach __process_pages_contig about PAGE_LOCK operationLiu Bo2017-02-171-6/+42
* Btrfs: create helper for processing bits on contiguous pagesLiu Bo2017-02-141-15/+22
* Btrfs: cleanup unused cached_state in __extent_writepage_ioLiu Bo2017-02-141-8/+1Star
* btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-141-5/+5
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-5/+5
* btrfs: drop gfp mask tweaking in try_release_extent_stateMichal Hocko2017-02-141-2/+0Star
* btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepageMichal Hocko2017-02-141-0/+5
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-43/+69
|\
| * btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-1/+1
| * btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-5/+3Star
| * btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-10/+15
| * btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-21/+9Star
| * btrfs: add optimized version of eb to eb copyDavid Sterba2016-11-301-0/+14
| * btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-5/+5
| * btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferDavid Sterba2016-11-301-1/+1
| * btrfs: introduce helpers for updating eb uuidsDavid Sterba2016-11-301-0/+21
| * btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-291-1/+1
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-9/+7Star
|\ \ | |/ |/|
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-9/+7Star
* | Btrfs: remove some no-op castsDan Carpenter2016-10-241-4/+4
|/
* Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-121-18/+46
|\
| * Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval2016-10-031-18/+46
* | Btrfs: memset to avoid stale content in btree leafLiu Bo2016-09-261-5/+13
* | btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-22/+31
* | btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-2/+2
* | btrfs: unsplit printed stringsJeff Mahoney2016-09-261-23/+19Star
* | Btrfs: memset to avoid stale content in btree node blockLiu Bo2016-09-261-0/+11
* | Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik2016-09-261-20/+8Star
* | Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-4/+3Star
* | btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo2016-09-261-1/+1
* | Btrfs: fix memory leak in reading btree blocksLiu Bo2016-09-261-0/+9
* | btrfs: fix check_shared for fiemap ioctlLu Fengqi2016-09-261-1/+17
|/