aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba5-16/+8
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba5-10/+10
2014-10-02btrfs: remove unlikely from NULL checksDavid Sterba2-6/+6
2014-10-01btrfs: remove unused variable from btrfs_parse_optionsDavid Sterba1-3/+1
2014-10-01btrfs: defrag, use unsigned type for extent threshDavid Sterba1-4/+4
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18Tejun Heo29-533/+1046
2014-09-22Btrfs: try not to ENOSPC on log replayJosef Bacik1-1/+2
2014-09-22Btrfs: don't do async reclaim during log replayJosef Bacik1-1/+7
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik6-49/+226
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe5-101/+203
2014-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds3-21/+19
2014-09-19Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana3-102/+166
2014-09-19Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana1-15/+63
2014-09-18Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason1-7/+6
2014-09-18btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent mapQu Wenruo1-22/+57
2014-09-17Btrfs: fix up bounds checking in lseekLiu Bo1-10/+15
2014-09-17Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie3-0/+41
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie9-29/+281
2014-09-17Btrfs: Set real mirror number for read operation on RAID0/5/6Miao Xie1-0/+5
2014-09-17Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie3-21/+19
2014-09-17Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie3-4/+7
2014-09-17Btrfs: split bio_readpage_error into several functionsMiao Xie2-64/+123
2014-09-17Btrfs: Cleanup unused variant and argument of IO failure handlersMiao Xie1-16/+10
2014-09-17Btrfs: fix missing error handler if submiting re-read bio failsMiao Xie1-0/+5
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie4-29/+87
2014-09-17Btrfs: cleanup similar code of the buffered data data check and dio read data checkMiao Xie1-55/+47
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie5-34/+35
2014-09-17Btrfs: modify rw_devices counter under chunk_mutex contextMiao Xie1-2/+2
2014-09-17Btrfs: move the missing device to its own fs device listMiao Xie1-26/+52
2014-09-17Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fsMiao Xie1-1/+1
2014-09-17Btrfs: make the logic of source device removing more clearMiao Xie2-14/+8
2014-09-17Btrfs: fix use-after-free problem of the device during device replaceMiao Xie3-1/+8
2014-09-17Btrfs: fix unprotected device list access when cloning fs devicesMiao Xie1-0/+3
2014-09-17Btrfs: Fix misuse of chunk mutexMiao Xie3-72/+65
2014-09-17Btrfs: fix unprotected device list access when getting the fs informationMiao Xie1-1/+7
2014-09-17Btrfs: fix unprotected system chunk array insertionMiao Xie1-1/+6
2014-09-17Btrfs: fix unprotected device's variants on 32bits machineMiao Xie4-29/+124
2014-09-17Btrfs: update free_chunk_space during allocting a new chunkMiao Xie1-5/+5
2014-09-17Btrfs: fix unprotected device->bytes_used updateMiao Xie1-1/+3
2014-09-17Btrfs: Fix wrong free_chunk_space assignment during removing a deviceMiao Xie1-5/+0
2014-09-17Btrfs: fix wrong device bytes_used in the super blockMiao Xie5-1/+37
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie7-5/+83
2014-09-17Btrfs: fix unprotected assignment of the target deviceMiao Xie3-28/+28
2014-09-17Btrfs: cleanup double assignment of device->bytes_used when device replace finishesMiao Xie1-1/+0
2014-09-17Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie2-15/+2
2014-09-17btrfs: remove the wrong commentsLi RongQing1-4/+0
2014-09-17Btrfs: fix directory recovery from fsync logFilipe Manana1-0/+1
2014-09-17Btrfs: fix loop writing of async reclaimLiu Bo1-3/+14
2014-09-17Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik3-36/+116
2014-09-17Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana1-0/+3