summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-08-18btrfs: Remove never-reached WARN_ONNikolay Borisov
2017-08-18btrfs: remove unused BTRFS_COMPRESS_LASTAnand Jain
2017-08-18btrfs: use appropriate define for the fsidAnand Jain
2017-08-18btrfs: increase ctx->pos for delayed dir indexJosef Bacik
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik
2017-08-16btrfs: Simplify math in should_alloc chunkNikolay Borisov
2017-08-16btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney
2017-08-16btrfs: prepare for extensions in compression optionsDavid Sterba
2017-08-16btrfs: allow defrag compress to override NOCOMPRESS attributeDavid Sterba
2017-08-16btrfs: defrag: cleanup checking for compression statusDavid Sterba
2017-08-16btrfs: separate defrag and property compressionDavid Sterba
2017-08-16btrfs: rename variable holding per-inode compression typeDavid Sterba
2017-08-16Btrfs: add skeleton code for compression heuristicTimofey Titovets
2017-08-16btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_waitDavid Sterba
2017-08-16btrfs: account that we're waiting for DIO readDavid Sterba
2017-08-16btrfs: drop chunk locks at the end of close_ctreeDavid Sterba
2017-08-16btrfs: remove trivial wrapper btrfs_force_raDavid Sterba
2017-08-16btrfs: drop ancient page flag mappingsDavid Sterba
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba
2017-08-16btrfs: Make flush_space return voidNikolay Borisov
2017-08-16btrfs: Deprecate userspace transaction ioctlsNikolay Borisov
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba
2017-08-16btrfs: split write_dev_supers to two functionsDavid Sterba
2017-08-16btrfs: refactor find_device helperDavid Sterba
2017-08-16btrfs: merge alloc_device helpersDavid Sterba
2017-08-16btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_pageDavid Sterba
2017-08-16btrfs: cleanup types storing REQ_*David Sterba
2017-08-16btrfs: get fs_info from eb in btrfs_print_tree, remove argumentDavid Sterba
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba
2017-08-16btrfs: simplify btrfs_dev_replace_kthreadDavid Sterba
2017-08-16btrfs: factor reading progress out of btrfs_dev_replace_statusDavid Sterba
2017-08-16btrfs: defrag: make readahead state allocation failure non-fatalDavid Sterba
2017-08-16btrfs: use GFP_KERNEL in btrfs_defrag_fileDavid Sterba
2017-08-16btrfs: use GFP_KERNEL in mount and remountDavid Sterba
2017-08-16btrfs: Remove never reached error handling code in __add_reloc_rootNikolay Borisov
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov
2017-08-16btrfs: Remove unused variablesNikolay Borisov
2017-08-16btrfs: Remove find_raid56_stripe_lenNikolay Borisov
2017-08-16btrfs: Use explicit round_down macro in btrfs resize ioctl handlerNikolay Borisov
2017-08-16btrfs: btrfs_inherit_iflags() can be staticAnand Jain
2017-08-16btrfs: Keep one more workspace aroundNick Terrell
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba
2017-08-16btrfs: qgroups: Fix BUG_ON condition in tree level checkNikolay Borisov
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo
2017-08-16btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo
2017-08-16btrfs: Do chunk level check for degraded remountQu Wenruo
2017-08-16btrfs: Do chunk level check for degraded rw mountQu Wenruo
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo
2017-08-16Btrfs: report errors when checksum is not foundLiu Bo