summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Btrfs: adjust len of writes if following a preallocated extent"Chris Mason2016-12-121-5/+3Star
* Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsChris Mason2016-12-091-3/+8
* btrfs: opencode chunk locking, remove helpersDavid Sterba2016-12-065-53/+43Star
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-0622-211/+188Star
* btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney2016-12-063-40/+58
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-0644-1243/+1119Star
* btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney2016-12-063-27/+34
* btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney2016-12-062-36/+30Star
* btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney2016-12-064-24/+13Star
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-0633-2016/+2251
* btrfs: root->fs_info cleanup, update_block_group{,flags}Jeff Mahoney2016-12-061-14/+14
* btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney2016-12-065-47/+47
* btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-069-32/+37
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-0639-414/+432
* btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney2016-12-062-7/+7
* btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney2016-12-066-70/+68Star
* btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney2016-12-062-7/+8
* btrfs: struct btrfsic_state->root should be an fs_infoJeff Mahoney2016-12-061-10/+10
* btrfs: alloc_reserved_file_extent trace point should use extent_rootJeff Mahoney2016-12-061-1/+2
* btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney2016-12-063-3/+4
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-0614-102/+115
* btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-0610-60/+52Star
* Merge branch 'misc-4.10' into for-chris-4.10-20161130David Sterba2016-11-3033-827/+782Star
|\
| * btrfs: improve delayed refs iterationsWang Xiaoguang2016-11-304-6/+37
| * btrfs: qgroup: Fix qgroup data leaking by using subtree tracingQu Wenruo2016-11-301-96/+23Star
| * btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo2016-11-303-217/+239
| * btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo2016-11-307-17/+18
| * btrfs: qgroup: Add comments explaining how btrfs qgroup worksQu Wenruo2016-11-301-0/+28
| * btrfs: use bio_for_each_segment_all in __btrfsic_submit_bioChristoph Hellwig2016-11-301-19/+11Star
| * btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_allChristoph Hellwig2016-11-301-21/+11Star
| * btrfs: calculate end of bio offset properlyChristoph Hellwig2016-11-301-2/+8
| * btrfs: use bi_sizeChristoph Hellwig2016-11-301-5/+2Star
| * btrfs: don't access the bio directly in btrfs_csum_one_bioChristoph Hellwig2016-11-301-11/+10Star
| * btrfs: don't access the bio directly in the direct I/O codeChristoph Hellwig2016-11-301-4/+3Star
| * btrfs: don't access the bio directly in the raid5/6 codeChristoph Hellwig2016-11-301-10/+6Star
| * btrfs: use bio iterators for the decompression handlersChristoph Hellwig2016-11-304-112/+55Star
| * btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_spaceJeff Mahoney2016-11-301-0/+7
| * Btrfs: abort transaction if fill_holes() failsJosef Bacik2016-11-301-2/+17
| * Btrfs: fix file extent corruptionJosef Bacik2016-11-301-3/+12
| * btrfs: increment ctx->pos for every emitted or skipped dirent in readdirJeff Mahoney2016-11-303-23/+4Star
| * btrfs: remove old tree_root dirent processing in btrfs_real_readdir()Jeff Mahoney2016-11-301-80/+37Star
| * btrfs: Call kunmap if zlib_inflateInit2 failsNick Terrell2016-11-301-0/+1
| * btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba2016-11-301-0/+4
| * btrfs: remove redundant check of btrfs_iget return valueChristophe JAILLET2016-11-301-2/+0Star
| * btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan2016-11-305-6/+6
| * Btrfs: adjust len of writes if following a preallocated extentLiu Bo2016-11-301-3/+5
| * btrfs: return early from failed memory allocations in ioctl handlersShailendra Verma2016-11-301-15/+6Star
| * btrfs: add optimized version of eb to eb copyDavid Sterba2016-11-303-2/+18
| * btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-3012-21/+21
| * btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferDavid Sterba2016-11-301-1/+1