summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: account that we're waiting for DIO readDavid Sterba1-2/+2
2017-08-16btrfs: drop chunk locks at the end of close_ctreeDavid Sterba1-2/+0
2017-08-16btrfs: remove trivial wrapper btrfs_force_raDavid Sterba3-11/+3
2017-08-16btrfs: drop ancient page flag mappingsDavid Sterba1-7/+0
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba6-36/+36
2017-08-16btrfs: Make flush_space return voidNikolay Borisov1-8/+8
2017-08-16btrfs: Deprecate userspace transaction ioctlsNikolay Borisov1-0/+11
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba4-11/+20
2017-08-16btrfs: split write_dev_supers to two functionsDavid Sterba1-56/+73
2017-08-16btrfs: refactor find_device helperDavid Sterba1-6/+13
2017-08-16btrfs: merge alloc_device helpersDavid Sterba1-25/+11
2017-08-16btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_pageDavid Sterba1-6/+8
2017-08-16btrfs: cleanup types storing REQ_*David Sterba2-7/+9
2017-08-16btrfs: get fs_info from eb in btrfs_print_tree, remove argumentDavid Sterba2-3/+5
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba6-15/+17
2017-08-16btrfs: simplify btrfs_dev_replace_kthreadDavid Sterba1-17/+11
2017-08-16btrfs: factor reading progress out of btrfs_dev_replace_statusDavid Sterba1-16/+30
2017-08-16btrfs: defrag: make readahead state allocation failure non-fatalDavid Sterba1-7/+8
2017-08-16btrfs: use GFP_KERNEL in btrfs_defrag_fileDavid Sterba1-3/+2
2017-08-16btrfs: use GFP_KERNEL in mount and remountDavid Sterba1-7/+8
2017-08-16btrfs: Remove never reached error handling code in __add_reloc_rootNikolay Borisov1-2/+0
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov4-11/+5
2017-08-16btrfs: Remove unused variablesNikolay Borisov1-9/+0
2017-08-16btrfs: Remove find_raid56_stripe_lenNikolay Borisov1-20/+7
2017-08-16btrfs: Use explicit round_down macro in btrfs resize ioctl handlerNikolay Borisov1-2/+1
2017-08-16btrfs: btrfs_inherit_iflags() can be staticAnand Jain3-32/+31
2017-08-16btrfs: Keep one more workspace aroundNick Terrell1-1/+1
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba5-6/+5
2017-08-16btrfs: qgroups: Fix BUG_ON condition in tree level checkNikolay Borisov1-1/+1
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo2-7/+19
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo4-75/+0
2017-08-16btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo1-13/+3
2017-08-16btrfs: Do chunk level check for degraded remountQu Wenruo1-2/+1
2017-08-16btrfs: Do chunk level check for degraded rw mountQu Wenruo1-8/+3
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo2-0/+60
2017-08-16Btrfs: report errors when checksum is not foundLiu Bo1-2/+0
2017-08-16btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov1-10/+12
2017-08-16btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov1-9/+2
2017-08-16btrfs: Remove redundant argument of flush_spaceNikolay Borisov2-17/+12
2017-08-16btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+2
2017-08-16btrfs: clean up extraneous computations in add_delayed_refsEdmund Nadolski1-17/+13
2017-08-16btrfs: allow backref search checks for shared extentsEdmund Nadolski1-49/+115
2017-08-16btrfs: add cond_resched() calls when resolving backrefsEdmund Nadolski1-0/+3
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney4-58/+131
2017-08-16btrfs: add a node counter to each of the rbtreesJeff Mahoney1-1/+5
2017-08-16btrfs: convert prelimary reference tracking to use rbtreesEdmund Nadolski1-157/+285
2017-08-16btrfs: remove ref_tree implementation from backref.cEdmund Nadolski1-348/+7
2017-08-16btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski3-33/+23
2017-08-16btrfs: backref, cleanup __ namespace abuseJeff Mahoney1-116/+109
2017-08-16btrfs: backref, add unode_aux_to_inode_list helperJeff Mahoney1-5/+11