summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-0613-94/+107
* btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-0610-60/+52Star
* 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-306-16/+17
* 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
* btrfs: use new helpers to set uuids in ebDavid Sterba2016-11-304-34/+17Star
* btrfs: introduce helpers for updating eb uuidsDavid Sterba2016-11-302-0/+24
* btrfs: delete unused member from superblockDavid Sterba2016-11-301-1/+0Star
* btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba2016-11-304-15/+7Star
* btrfs: reada, remove pointless BUG_ON check for fs_infoDavid Sterba2016-11-301-1/+0Star
* btrfs: reada, remove pointless BUG_ON in reada_find_extentDavid Sterba2016-11-301-1/+0Star
* btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba2016-11-303-9/+5Star
* btrfs: reada, remove unused parameter from __readahead_hookDavid Sterba2016-11-301-4/+4
* btrfs: reada, cleanup remove unneeded variable in __readahead_hookDavid Sterba2016-11-301-5/+1Star
* btrfs: rename helper macros for qgroup and aux data castsDavid Sterba2016-11-301-14/+21
* btrfs: remove stale comment from btrfs_statfsDavid Sterba2016-11-301-4/+0Star
* btrfs: remove unused headers, statfs.hDavid Sterba2016-11-303-3/+0Star
* btrfs: remove useless commentsXiaoguang Wang2016-11-301-10/+3Star
* btrfs: make block group flags in balance printks human-readableAdam Borowski2016-11-301-3/+40
* Btrfs: deal with existing encompassing extent map in btrfs_get_extent()Omar Sandoval2016-11-301-3/+3
* btrfs: add necessary comments about tickets_idWang Xiaoguang2016-11-301-0/+4
* btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed...Wang Xiaoguang2016-11-291-1/+1
* btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-299-49/+70