summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-25Btrfs: Fix wrong error handling codeStefan Behrens
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-09Btrfs: fix page leakageJosef Bacik
2012-10-09Btrfs: do not warn_on when we cannot alloc a page for an extent bufferJosef Bacik
2012-10-09Btrfs: don't bug on enomem in readpageJosef Bacik
2012-10-09btrfs: move inline function code to header fileRobin Dong
2012-10-09Btrfs: remove unnecessary IS_ERR in bio_readpage_error()Tsutomu Itoh
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik
2012-10-04Btrfs: fix race when getting the eb out of page->privateJosef Bacik
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-01btrfs: Kill some bi_idx referencesKent Overstreet
2012-10-01btrfs: polish names of kmem cachesDavid Sterba
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo
2012-10-01Btrfs: fix btrfs send for inline items and compressionChris Mason
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-23Btrfs: improve multi-thread buffer readLiu Bo
2012-07-23Btrfs: lock the transition from dirty to writeback for an ebJosef Bacik
2012-07-23Btrfs: fix potential race in extent buffer freeingJosef Bacik
2012-07-23Btrfs: don't return true in releasepage unless we actually freed the ebJosef Bacik
2012-07-23btrfs read error corrected message floods the console during recoveryAnand Jain
2012-07-12Btrfs: fix typo in convert_extent_bitLiu Bo
2012-07-02Btrfs: hold a ref on the inode during writepagesJosef Bacik
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens
2012-05-30Btrfs: use fastpath in extent state ops as much as possibleLiu Bo
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik
2012-05-30Btrfs: fix compile warnings in extent_io.cJosef Bacik
2012-05-26Btrfs: dummy extent buffers for tree mod logJan Schmidt
2012-05-11Btrfs: remove the useless assignment to *entry in function tree_insert of fil...Wang Sheng-Hui
2012-05-11Btrfs: fix the comment for find_first_extent_bitWang Sheng-Hui
2012-05-11Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_exten...Wang Sheng-Hui
2012-05-11Btrfs: cleanup the comment for clear_state_bit in extent_io.cWang Sheng-Hui
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