summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-13btrfs: limit async_work allocation and worker func durationMaxim Patlasov3-2/+19
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason6-42/+37
2016-12-11Revert "Btrfs: adjust len of writes if following a preallocated extent"Chris Mason1-5/+3
2016-12-09Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsChris Mason1-3/+8
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba5-53/+43
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney22-211/+188
2016-12-06btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney3-40/+58
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney44-1243/+1119
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney3-27/+34
2016-12-06btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney2-36/+30
2016-12-06btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney4-24/+13
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney33-2016/+2251
2016-12-06btrfs: root->fs_info cleanup, update_block_group{,flags}Jeff Mahoney1-14/+14
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney5-47/+47
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney9-32/+37
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney39-414/+432
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney2-7/+7
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney6-70/+68
2016-12-06btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney2-7/+8
2016-12-06btrfs: struct btrfsic_state->root should be an fs_infoJeff Mahoney1-10/+10
2016-12-06btrfs: alloc_reserved_file_extent trace point should use extent_rootJeff Mahoney1-1/+2
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney3-3/+4
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney14-102/+115
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney10-60/+52
2016-11-30Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2016-11-30Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko1-2/+2
2016-11-30Btrfs: fix enospc in hole punchingRobbie Ko1-2/+2
2016-11-30Merge branch 'misc-4.10' into for-chris-4.10-20161130David Sterba33-827/+782
2016-11-30btrfs: improve delayed refs iterationsWang Xiaoguang4-6/+37
2016-11-30btrfs: qgroup: Fix qgroup data leaking by using subtree tracingQu Wenruo1-96/+23
2016-11-30btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo3-217/+239
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo7-17/+18
2016-11-30btrfs: qgroup: Add comments explaining how btrfs qgroup worksQu Wenruo1-0/+28
2016-11-30btrfs: use bio_for_each_segment_all in __btrfsic_submit_bioChristoph Hellwig1-19/+11
2016-11-30btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_allChristoph Hellwig1-21/+11
2016-11-30btrfs: calculate end of bio offset properlyChristoph Hellwig1-2/+8
2016-11-30btrfs: use bi_sizeChristoph Hellwig1-5/+2
2016-11-30btrfs: don't access the bio directly in btrfs_csum_one_bioChristoph Hellwig1-11/+10
2016-11-30btrfs: don't access the bio directly in the direct I/O codeChristoph Hellwig1-4/+3
2016-11-30btrfs: don't access the bio directly in the raid5/6 codeChristoph Hellwig1-10/+6
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig4-112/+55
2016-11-30btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_spaceJeff Mahoney1-0/+7
2016-11-30Btrfs: abort transaction if fill_holes() failsJosef Bacik1-2/+17
2016-11-30Btrfs: fix file extent corruptionJosef Bacik1-3/+12
2016-11-30btrfs: increment ctx->pos for every emitted or skipped dirent in readdirJeff Mahoney3-23/+4
2016-11-30btrfs: remove old tree_root dirent processing in btrfs_real_readdir()Jeff Mahoney1-80/+37
2016-11-30btrfs: Call kunmap if zlib_inflateInit2 failsNick Terrell1-0/+1
2016-11-30btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba1-0/+4
2016-11-30btrfs: remove redundant check of btrfs_iget return valueChristophe JAILLET1-2/+0
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan5-6/+6