summaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-04Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana1-1/+1
2014-10-04btrfs: add more superblock checksDavid Sterba1-2/+65
2014-10-04Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9
2014-10-04Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana6-12/+114
2014-10-04Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick1-2/+0
2014-10-04btrfs: fix shadow warning on cmpFabian Frederick1-4/+4
2014-10-04Btrfs: fix compilation errors under DEBUGFabian Frederick1-2/+2
2014-10-04Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo1-0/+1
2014-10-04Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana1-0/+1
2014-10-04btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo1-1/+1
2014-10-04Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-04Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba5-21/+23
2014-10-02btrfs: new define for the inline extent data startDavid Sterba2-10/+9
2014-10-02btrfs: kill extent_buffer_page helperDavid Sterba2-35/+26
2014-10-02btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba1-9/+6
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba4-5/+4
2014-10-02btrfs: let merge_reloc_roots return voidDavid Sterba1-2/+1
2014-10-02btrfs: remove unused members from struct scrub_warningDavid Sterba1-15/+2
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba3-10/+38
2014-10-02btrfs: fix error labels in init_btrfs_fsDavid Sterba1-2/+2
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba4-18/+14
2014-10-02btrfs: remove unused extent state bitsDavid Sterba1-4/+0
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana3-2/+3
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba5-27/+21
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba4-12/+9
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba7-37/+18
2014-10-02btrfs: inline code of reada_tree_block and remove itDavid Sterba1-10/+2
2014-10-02btrfs: return void from readahead_tree_blockDavid Sterba3-8/+4
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-23Btrfs: try not to ENOSPC on log replayJosef Bacik1-1/+2
2014-09-23Btrfs: don't do async reclaim during log replayJosef Bacik1-1/+7
2014-09-23Btrfs: remove empty block groups automaticallyJosef Bacik6-49/+226
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-18Btrfs: fix wrong parse of extent map's tracepointLiu Bo1-6/+7
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