summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: prepare for extensions in compression optionsDavid Sterba2017-08-162-4/+4
* btrfs: allow defrag compress to override NOCOMPRESS attributeDavid Sterba2017-08-161-3/+3
* btrfs: defrag: cleanup checking for compression statusDavid Sterba2017-08-161-6/+6
* btrfs: separate defrag and property compressionDavid Sterba2017-08-163-3/+14
* btrfs: rename variable holding per-inode compression typeDavid Sterba2017-08-164-12/+12
* Btrfs: add skeleton code for compression heuristicTimofey Titovets2017-08-163-4/+39
* btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_waitDavid Sterba2017-08-161-1/+1
* btrfs: account that we're waiting for DIO readDavid Sterba2017-08-161-2/+2
* btrfs: drop chunk locks at the end of close_ctreeDavid Sterba2017-08-161-2/+0Star
* btrfs: remove trivial wrapper btrfs_force_raDavid Sterba2017-08-163-11/+3Star
* btrfs: drop ancient page flag mappingsDavid Sterba2017-08-161-7/+0Star
* btrfs: fix spelling of snapshottingDavid Sterba2017-08-166-36/+36
* btrfs: Make flush_space return voidNikolay Borisov2017-08-161-8/+8
* btrfs: Deprecate userspace transaction ioctlsNikolay Borisov2017-08-161-0/+11
* 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/+11Star
* 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/+11Star
* 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/+2Star
* 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/+0Star
* btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-164-11/+5Star
* btrfs: Remove unused variablesNikolay Borisov2017-08-161-9/+0Star
* btrfs: Remove find_raid56_stripe_lenNikolay Borisov2017-08-161-20/+7Star
* btrfs: Use explicit round_down macro in btrfs resize ioctl handlerNikolay Borisov2017-08-161-2/+1Star
* btrfs: btrfs_inherit_iflags() can be staticAnand Jain2017-08-163-32/+31Star
* btrfs: Keep one more workspace aroundNick Terrell2017-08-161-1/+1
* btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba2017-08-165-6/+5Star
* 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/+0Star
* btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo2017-08-161-13/+3Star
* btrfs: Do chunk level check for degraded remountQu Wenruo2017-08-161-2/+1Star
* btrfs: Do chunk level check for degraded rw mountQu Wenruo2017-08-161-8/+3Star
* 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/+0Star
* 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/+2Star
* btrfs: Remove redundant argument of flush_spaceNikolay Borisov2017-08-161-9/+7Star
* 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/+13Star
* 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