summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2013-04-05Btrfs: fix race between mmap writes and compressionChris Mason
2012-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-05-04Btrfs: fix page leak when allocing extent buffersJosef Bacik
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik
2012-04-18Btrfs: avoid possible use-after-free in clear_extent_bit()Li Zefan
2012-04-18Btrfs: retrurn void from clear_state_bitLi Zefan
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh
2012-04-12Btrfs: fix uninit variable in repair_eb_io_failureChris Mason
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-26Btrfs: deal with read errors on extent buffers differentlyJosef Bacik
2012-03-26Btrfs: loop waiting on writebackChris Mason
2012-03-26Btrfs: ensure an entire eb is written at onceJosef Bacik
2012-03-26Btrfs: introduce mark_extent_buffer_accessedJosef Bacik
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik
2012-03-26Btrfs: only use the existing eb if it's count isn't 0Josef Bacik
2012-03-26Btrfs: set page->private to the ebJosef Bacik
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: split extent_state opsJeff Mahoney
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-03-22btrfs: ->submit_bio_hook error push-upJeff Mahoney
2012-03-22btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney
2012-03-22btrfs: Remove set bits return from clear_extent_bitJeff Mahoney
2012-03-22btrfs: Catch locking failures in {set,clear,convert}_extent_bitJeff Mahoney
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-23Btrfs: clear the extent uptodate bits during parent transid failuresChris Mason
2012-02-21Btrfs: be less strict on finding next node in clear_extent_bitLiu Bo
2012-02-16Btrfs: kick out redundant stuff in convert_extent_bitLiu Bo
2012-02-16Btrfs: skip states when they does not contain bits to clearLiu Bo
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh
2012-02-16Btrfs: fix return value check of extent_io_opsTsutomu Itoh
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney
2012-01-26Btrfs: Check for NULL page in extent_range_uptodateMitch Harder
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason
2012-01-04Btrfs: add nested locking mode for pathsArne Jansen
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens
2011-12-08Btrfs: drop spin lock when memory alloc failsLiu Bo
2011-12-01Btrfs: fix meta data raid-repair merge problemJan Schmidt
2011-11-20Btrfs: sectorsize align offsets in fiemapJosef Bacik
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason
2011-11-06Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason