summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use named constant for bdev blocksizeDavid Sterba2017-08-164-11/+20
* btrfs: split write_dev_supers to two functionsDavid Sterba2017-08-161-56/+73
* btrfs: refactor find_device helperDavid Sterba2017-08-161-6/+13
* btrfs: merge alloc_device helpersDavid Sterba2017-08-161-25/+11
* btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_pageDavid Sterba2017-08-161-6/+8
* btrfs: cleanup types storing REQ_*David Sterba2017-08-162-7/+9
* btrfs: get fs_info from eb in btrfs_print_tree, remove argumentDavid Sterba2017-08-162-3/+5
* btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-166-15/+17
* btrfs: simplify btrfs_dev_replace_kthreadDavid Sterba2017-08-161-17/+11
* btrfs: factor reading progress out of btrfs_dev_replace_statusDavid Sterba2017-08-161-16/+30
* btrfs: defrag: make readahead state allocation failure non-fatalDavid Sterba2017-08-161-7/+8
* btrfs: use GFP_KERNEL in btrfs_defrag_fileDavid Sterba2017-08-161-3/+2
* btrfs: use GFP_KERNEL in mount and remountDavid Sterba2017-08-161-7/+8
* btrfs: Remove never reached error handling code in __add_reloc_rootNikolay Borisov2017-08-161-2/+0
* btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-164-11/+5
* btrfs: Remove unused variablesNikolay Borisov2017-08-161-9/+0
* btrfs: Remove find_raid56_stripe_lenNikolay Borisov2017-08-161-20/+7
* btrfs: Use explicit round_down macro in btrfs resize ioctl handlerNikolay Borisov2017-08-161-2/+1
* btrfs: btrfs_inherit_iflags() can be staticAnand Jain2017-08-163-32/+31
* btrfs: Keep one more workspace aroundNick Terrell2017-08-161-1/+1
* btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba2017-08-165-6/+5
* btrfs: qgroups: Fix BUG_ON condition in tree level checkNikolay Borisov2017-08-161-1/+1
* btrfs: Enhance message when a device is missing during mountQu Wenruo2017-08-162-7/+19
* btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo2017-08-164-75/+0
* btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo2017-08-161-13/+3
* btrfs: Do chunk level check for degraded remountQu Wenruo2017-08-161-2/+1
* btrfs: Do chunk level check for degraded rw mountQu Wenruo2017-08-161-8/+3
* btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo2017-08-162-0/+60
* Btrfs: report errors when checksum is not foundLiu Bo2017-08-161-2/+0
* btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov2017-08-161-10/+12
* btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov2017-08-161-9/+2
* btrfs: Remove redundant argument of flush_spaceNikolay Borisov2017-08-162-17/+12
* btrfs: resume qgroup rescan on rw remountAleksa Sarai2017-08-161-0/+2
* btrfs: clean up extraneous computations in add_delayed_refsEdmund Nadolski2017-08-161-17/+13
* btrfs: allow backref search checks for shared extentsEdmund Nadolski2017-08-161-49/+115
* btrfs: add cond_resched() calls when resolving backrefsEdmund Nadolski2017-08-161-0/+3
* btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney2017-08-164-58/+131
* btrfs: add a node counter to each of the rbtreesJeff Mahoney2017-08-161-1/+5
* btrfs: convert prelimary reference tracking to use rbtreesEdmund Nadolski2017-08-161-157/+285
* btrfs: remove ref_tree implementation from backref.cEdmund Nadolski2017-08-161-348/+7
* btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski2017-08-163-33/+23
* btrfs: backref, cleanup __ namespace abuseJeff Mahoney2017-08-161-116/+109
* btrfs: backref, add unode_aux_to_inode_list helperJeff Mahoney2017-08-161-5/+11
* btrfs: backref, constify some argumentsJeff Mahoney2017-08-161-13/+16
* btrfs: constify tracepoint argumentsJeff Mahoney2017-08-164-122/+136
* btrfs: struct-funcs, constify readersJeff Mahoney2017-08-164-89/+91
* btrfs: remove unused sectorsize memberNikolay Borisov2017-08-164-4/+1
* btrfs: Be explicit about usage of min()Nikolay Borisov2017-08-161-2/+2
* btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov2017-08-161-1/+1
* btrfs: convert while loop to list_for_each_entryNikolay Borisov2017-08-161-9/+2