aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-30btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo1-0/+103
2017-10-30btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2017-10-30btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2017-10-30Btrfs: cleanup 'start' subtraction from try uncompressed inline extentTimofey Titovets1-1/+1
2017-10-30btrfs: change how we decide to commit transactions during flushingJosef Bacik1-14/+28
2017-10-30Btrfs: send, apply asynchronous page cache readahead to enhance page readKuanling Huang1-5/+16
2017-10-30Btrfs: fix memory leak in raid56Liu Bo1-2/+20
2017-10-30btrfs: make array types static const, reduces object code sizeColin Ian King1-4/+6
2017-10-30btrfs: return -ENOMEM on allocation failure in btrfsicAllen Pais1-2/+2
2017-10-30Btrfs: fix confusing worker helper info in stacktraceLiu Bo1-1/+1
2017-10-30Btrfs: remove bio_flags which indicates a meta block of log-treeLiu Bo3-16/+4
2017-10-30Btrfs: make plug in writing meta blocks really workLiu Bo2-2/+6
2017-10-30btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi2-2/+2
2017-10-30btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King1-2/+2
2017-10-30btrfs: Clean up dead code in root-treeChristos Gkekas1-4/+0
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET1-1/+2
2017-10-30btrfs: Remove redundant argument of __link_block_groupNikolay Borisov1-4/+4
2017-10-30btrfs: Rework error handling of add_extent_mapping in __btrfs_alloc_chunkNikolay Borisov1-5/+5
2017-10-30btrfs: Remove unused parameter from check_direct_IONikolay Borisov1-2/+1
2017-10-30btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov3-18/+9
2017-10-30btrfs: Remove unused parameters from various functionsNikolay Borisov1-14/+11
2017-10-30btrfs: Remove unused variableNikolay Borisov1-2/+0
2017-10-30Btrfs: do not async submit for nodatasum inodesLiu Bo1-1/+1
2017-10-30Btrfs: search parity device wiselyLiu Bo1-1/+7
2017-10-30btrfs: copy fsid to super_block s_uuidAnand Jain1-0/+1
2017-10-30Btrfs: fix __user casting in ioctl.cOmar Sandoval1-5/+5
2017-10-30Btrfs: make some volumes.c functions staticOmar Sandoval1-6/+7
2017-10-30btrfs: Remove redundant forward declarationsNikolay Borisov1-12/+0
2017-10-30Btrfs: protect conditions within root->log_mutex while waitingLiu Bo1-14/+16
2017-10-30Btrfs: use wait_event instead of a single functionLiu Bo1-18/+3
2017-10-30Btrfs: move finish_wait out of the loopLiu Bo1-1/+1
2017-10-30Btrfs: remove batch plug in run_scheduled_IOLiu Bo1-6/+0
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-1/+1
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-2/+2
2017-10-04Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh1-1/+1
2017-10-04btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli1-1/+1
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds11-27/+72
2017-09-26btrfs: log csums for all modified extentsJosef Bacik1-2/+10
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo1-5/+2
2017-09-26btrfs: Report error on removing qgroup if del_qgroup_item failsSargun Dhillon1-0/+2
2017-09-26Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo1-1/+8
2017-09-26Btrfs: fix kernel oops while reading compressed dataLiu Bo1-0/+9
2017-09-26Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo1-1/+1
2017-09-26Btrfs: do not backup tree roots when fsyncLiu Bo1-1/+8
2017-09-26btrfs: remove BTRFS_FS_QUOTA_DISABLING flagMisono, Tomohiro2-5/+0
2017-09-26btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota1-1/+1
2017-09-26btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-09-26Btrfs: send: fix error number for unknown inode typesTsutomu Itoh1-1/+1
2017-09-26btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota1-1/+1
2017-09-26btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota1-0/+8