aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix race between mmap writes and compressionChris Mason2013-04-251-0/+2
* btrfs: mirror_num should be int, not u64Jan Schmidt2011-11-201-1/+1
* Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-2/+11
|\
| * btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt2011-09-291-1/+9
| * btrfs scrub: add fixup code for errors on nodatasum filesJan Schmidt2011-09-291-0/+1
| * btrfs: add mirror_num to extent_read_full_pageJan Schmidt2011-09-291-1/+1
* | Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason2011-11-061-0/+4
|\ \
| * | btrfs: add READAHEAD extent buffer flagArne Jansen2011-10-021-0/+1
| * | btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen2011-10-021-0/+3
| |/
* | Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason2011-11-061-1/+2
* | Btrfs: stop using write_one_pageJosef Bacik2011-10-191-0/+1
* | Btrfs: introduce convert_extent_bitJosef Bacik2011-10-191-0/+2
|/
* Btrfs: remove unused members from struct extent_stateXiao Guangrong2011-08-011-2/+0
* btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney2011-08-011-9/+9
* Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-271-6/+18
* Btrfs: stop using highmem for extent_buffersChris Mason2011-07-271-9/+2
* btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one ...richard kennedy2011-06-101-1/+1
* btrfs: remove all unused functionsDavid Sterba2011-05-061-21/+0
* btrfs: remove unused function prototypesDavid Sterba2011-05-041-9/+0
* btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba2011-05-021-2/+1
* btrfs: drop gfp parameter from find_extent_bufferDavid Sterba2011-05-021-2/+1
* btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-021-1/+1
* btrfs: rename variables clashing with global function namesDavid Sterba2011-05-021-1/+1
* btrfs: using cached extent_state in set/unlock combinationsArne Jansen2011-04-111-1/+1
* Btrfs: check items for correctness as we searchJosef Bacik2011-03-171-0/+1
* Btrfs: fix fiemap bugs with delallocChris Mason2011-02-231-1/+1
* btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-1/+16
* btrfs: cleanup duplicate bio allocating functionsMiao Xie2010-11-211-0/+3
* Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie2010-10-291-2/+2
* Btrfs: rework O_DIRECT enospc handlingChris Mason2010-05-251-0/+4
* Btrfs: use async helpers for DIO write checksummingChris Mason2010-05-251-1/+1
* Btrfs: Update metadata reservation for delayed allocationYan, Zheng2010-05-251-3/+5
* Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-3/+7
* Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-081-0/+2
* Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason2009-10-081-6/+10
* Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-2/+11
* Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason2009-09-111-5/+4
* Btrfs: use a cached state for extent state operations during delallocChris Mason2009-09-111-1/+1
* Btrfs: cache values for locking extentsChris Mason2009-09-111-2/+3
* Btrfs: reduce CPU usage in the extent_state treeChris Mason2009-09-111-0/+2
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-0/+3
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-041-2/+14
* Btrfs: fiemap supportYehuda Sadeh2009-01-211-0/+2
* Btrfs: fix nodatasum handling in balancing codeYan Zheng2008-12-121-0/+1
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-061-3/+10
* Btrfs: nuke fs wide allocation mutex V2Josef Bacik2008-10-291-0/+2
* Btrfs: Add zlib compression supportChris Mason2008-10-291-3/+14
* Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan2008-09-261-0/+1
* Btrfs: Tree logging fixesChris Mason2008-09-251-0/+1
* Btrfs: Fix some data=ordered related data corruptionsChris Mason2008-09-251-1/+0