summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-049-105/+57
|\
| * btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba2014-10-025-27/+21
| * btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba2014-10-024-12/+9
| * btrfs: remove parameter blocksize from read_tree_blockDavid Sterba2014-10-027-37/+18
| * btrfs: inline code of reada_tree_block and remove itDavid Sterba2014-10-021-10/+2
| * btrfs: return void from readahead_tree_blockDavid Sterba2014-10-023-8/+4
| * btrfs: remove unused parameter from readahead_tree_blockDavid Sterba2014-10-025-16/+8
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-0417-135/+130
|\ \
| * | btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba2014-10-025-21/+23
| * | btrfs: new define for the inline extent data startDavid Sterba2014-10-022-10/+9
| * | btrfs: kill extent_buffer_page helperDavid Sterba2014-10-022-35/+26
| * | btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba2014-10-021-9/+6
| * | btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba2014-10-024-5/+4
| * | btrfs: let merge_reloc_roots return voidDavid Sterba2014-10-021-2/+1
| * | btrfs: remove unused members from struct scrub_warningDavid Sterba2014-10-021-15/+2
| * | btrfs: use slab for end_io_wq structuresDavid Sterba2014-10-023-10/+38
| * | btrfs: fix error labels in init_btrfs_fsDavid Sterba2014-10-021-2/+2
| * | btrfs: use enum for wq endio metadata typeDavid Sterba2014-10-024-18/+14
| * | btrfs: remove unused extent state bitsDavid Sterba2014-10-021-4/+0
| * | Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana2014-10-023-2/+3
| * | btrfs: remove unused variable from btrfs_parse_optionsDavid Sterba2014-10-011-3/+1
| * | btrfs: defrag, use unsigned type for extent threshDavid Sterba2014-10-011-4/+4
| |/
* | Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana2014-10-031-1/+1
* | btrfs: add more superblock checksDavid Sterba2014-10-031-2/+65
* | Btrfs: fix race in WAIT_SYNC ioctlSage Weil2014-10-031-3/+9
* | Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana2014-10-036-12/+114
* | Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick2014-10-031-2/+0
* | btrfs: fix shadow warning on cmpFabian Frederick2014-10-031-4/+4
* | Btrfs: fix compilation errors under DEBUGFabian Frederick2014-10-031-2/+2
* | Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo2014-10-031-0/+1
* | Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana2014-10-031-0/+1
* | btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo2014-10-031-1/+1
* | Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik2014-10-031-1/+4
* | Btrfs: cleanup error handling in build_backref_treeJosef Bacik2014-10-031-29/+59
|/
* Btrfs: try not to ENOSPC on log replayJosef Bacik2014-09-221-1/+2
* Btrfs: don't do async reclaim during log replayJosef Bacik2014-09-221-1/+7
* Btrfs: remove empty block groups automaticallyJosef Bacik2014-09-226-49/+226
* Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana2014-09-193-102/+166
* Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana2014-09-191-15/+63
* btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent mapQu Wenruo2014-09-181-22/+57
* Btrfs: fix up bounds checking in lseekLiu Bo2014-09-171-10/+15
* Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie2014-09-173-0/+41
* Btrfs: implement repair function when direct read failsMiao Xie2014-09-179-29/+281
* Btrfs: Set real mirror number for read operation on RAID0/5/6Miao Xie2014-09-171-0/+5
* Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie2014-09-173-21/+19
* Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie2014-09-173-4/+7
* Btrfs: split bio_readpage_error into several functionsMiao Xie2014-09-172-64/+123
* Btrfs: Cleanup unused variant and argument of IO failure handlersMiao Xie2014-09-171-16/+10
* Btrfs: fix missing error handler if submiting re-read bio failsMiao Xie2014-09-171-0/+5
* Btrfs: do file data check by sub-bio's selfMiao Xie2014-09-174-29/+87
OpenPOWER on IntegriCloud