summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney-414/+432
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney-7/+7
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney-70/+68
2016-12-06btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney-7/+8
2016-12-06btrfs: struct btrfsic_state->root should be an fs_infoJeff Mahoney-10/+10
2016-12-06btrfs: alloc_reserved_file_extent trace point should use extent_rootJeff Mahoney-1/+2
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney-3/+4
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney-94/+107
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney-60/+52
2016-11-30btrfs: improve delayed refs iterationsWang Xiaoguang-6/+37
2016-11-30btrfs: qgroup: Fix qgroup data leaking by using subtree tracingQu Wenruo-96/+23
2016-11-30btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo-217/+239
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo-16/+17
2016-11-30btrfs: qgroup: Add comments explaining how btrfs qgroup worksQu Wenruo-0/+28
2016-11-30btrfs: use bio_for_each_segment_all in __btrfsic_submit_bioChristoph Hellwig-19/+11
2016-11-30btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_allChristoph Hellwig-21/+11
2016-11-30btrfs: calculate end of bio offset properlyChristoph Hellwig-2/+8
2016-11-30btrfs: use bi_sizeChristoph Hellwig-5/+2
2016-11-30btrfs: don't access the bio directly in btrfs_csum_one_bioChristoph Hellwig-11/+10
2016-11-30btrfs: don't access the bio directly in the direct I/O codeChristoph Hellwig-4/+3
2016-11-30btrfs: don't access the bio directly in the raid5/6 codeChristoph Hellwig-10/+6
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig-112/+55
2016-11-30btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_spaceJeff Mahoney-0/+7
2016-11-30Btrfs: abort transaction if fill_holes() failsJosef Bacik-2/+17
2016-11-30Btrfs: fix file extent corruptionJosef Bacik-3/+12
2016-11-30btrfs: increment ctx->pos for every emitted or skipped dirent in readdirJeff Mahoney-23/+4
2016-11-30btrfs: remove old tree_root dirent processing in btrfs_real_readdir()Jeff Mahoney-80/+37
2016-11-30btrfs: Call kunmap if zlib_inflateInit2 failsNick Terrell-0/+1
2016-11-30btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba-0/+4
2016-11-30btrfs: remove redundant check of btrfs_iget return valueChristophe JAILLET-2/+0
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan-6/+6
2016-11-30Btrfs: adjust len of writes if following a preallocated extentLiu Bo-3/+5
2016-11-30btrfs: return early from failed memory allocations in ioctl handlersShailendra Verma-15/+6
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba-2/+18
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba-21/+21
2016-11-30btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferDavid Sterba-1/+1
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba-34/+17
2016-11-30btrfs: introduce helpers for updating eb uuidsDavid Sterba-0/+24
2016-11-30btrfs: delete unused member from superblockDavid Sterba-1/+0
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba-15/+7
2016-11-30btrfs: reada, remove pointless BUG_ON check for fs_infoDavid Sterba-1/+0
2016-11-30btrfs: reada, remove pointless BUG_ON in reada_find_extentDavid Sterba-1/+0
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba-9/+5
2016-11-30btrfs: reada, remove unused parameter from __readahead_hookDavid Sterba-4/+4
2016-11-30btrfs: reada, cleanup remove unneeded variable in __readahead_hookDavid Sterba-5/+1
2016-11-30btrfs: rename helper macros for qgroup and aux data castsDavid Sterba-14/+21
2016-11-30btrfs: remove stale comment from btrfs_statfsDavid Sterba-4/+0
2016-11-30btrfs: remove unused headers, statfs.hDavid Sterba-3/+0
2016-11-30btrfs: remove useless commentsXiaoguang Wang-10/+3
2016-11-30btrfs: make block group flags in balance printks human-readableAdam Borowski-3/+40