summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove unused parameter from extent_write_cache_pagesDavid Sterba2017-02-171-4/+2
* 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/+3
* 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/+10
* 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/+1
* 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/+0
* 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/+3
| * 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/+9
| * 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/+7
|\ \ | |/ |/|
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-9/+7
* | 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/+19
* | 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/+8
* | Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-4/+3
* | 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
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-051-7/+1
|\
| * Fixup direct bi_rw modifiersShaun Tancheff2016-08-041-1/+1
| * block: add missing group association in bio-cloning functionsPaolo Valente2016-08-041-6/+0
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-041-6/+24
|\ \ | |/ |/|
| * Btrfs: fix eb memory leak due to readpage failureLiu Bo2016-07-261-3/+22
| * Btrfs: cleanup BUG_ON in merge_bioLiu Bo2016-07-261-1/+0
| * btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+2
|\ \
| * | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-1/+2
| |/
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-47/+44
|\ \ | |/ |/|
| * btrfs: use bio fields for op and flagsMike Christie2016-06-071-7/+5
| * btrfs: have submit_one_bio users use bio op accessorsMike Christie2016-06-071-45/+43