Age | Commit message (Expand) | Author | Files | Lines |
2016-12-06 | btrfs: root->fs_info cleanup, access fs_info->delayed_root directly | Jeff Mahoney | 4 | -24/+13 |
2016-12-06 | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 33 | -2016/+2251 |
2016-12-06 | btrfs: root->fs_info cleanup, update_block_group{,flags} | Jeff Mahoney | 1 | -14/+14 |
2016-12-06 | btrfs: root->fs_info cleanup, lock/unlock_chunks | Jeff Mahoney | 5 | -47/+47 |
2016-12-06 | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size | Jeff Mahoney | 9 | -32/+37 |
2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 39 | -414/+432 |
2016-12-06 | btrfs: root->fs_info cleanup, io_ctl_init | Jeff Mahoney | 2 | -7/+7 |
2016-12-06 | btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere | Jeff Mahoney | 6 | -70/+68 |
2016-12-06 | btrfs: struct reada_control.root -> reada_control.fs_info | Jeff Mahoney | 2 | -7/+8 |
2016-12-06 | btrfs: struct btrfsic_state->root should be an fs_info | Jeff Mahoney | 1 | -10/+10 |
2016-12-06 | btrfs: alloc_reserved_file_extent trace point should use extent_root | Jeff Mahoney | 1 | -1/+2 |
2016-12-06 | btrfs: btrfs_init_new_device should use fs_info->dev_root | Jeff Mahoney | 3 | -3/+4 |
2016-12-06 | btrfs: call functions that always use the same root with fs_info instead | Jeff Mahoney | 13 | -94/+107 |
2016-12-06 | btrfs: call functions that overwrite their root parameter with fs_info | Jeff Mahoney | 10 | -60/+52 |
2016-11-30 | btrfs: improve delayed refs iterations | Wang Xiaoguang | 4 | -6/+37 |
2016-11-30 | btrfs: qgroup: Fix qgroup data leaking by using subtree tracing | Qu Wenruo | 1 | -96/+23 |
2016-11-30 | btrfs: Export and move leaf/subtree qgroup helpers to qgroup.c | Qu Wenruo | 3 | -217/+239 |
2016-11-30 | btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps | Qu Wenruo | 6 | -16/+17 |
2016-11-30 | btrfs: qgroup: Add comments explaining how btrfs qgroup works | Qu Wenruo | 1 | -0/+28 |
2016-11-30 | btrfs: use bio_for_each_segment_all in __btrfsic_submit_bio | Christoph Hellwig | 1 | -19/+11 |
2016-11-30 | btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_all | Christoph Hellwig | 1 | -21/+11 |
2016-11-30 | btrfs: calculate end of bio offset properly | Christoph Hellwig | 1 | -2/+8 |
2016-11-30 | btrfs: use bi_size | Christoph Hellwig | 1 | -5/+2 |
2016-11-30 | btrfs: don't access the bio directly in btrfs_csum_one_bio | Christoph Hellwig | 1 | -11/+10 |
2016-11-30 | btrfs: don't access the bio directly in the direct I/O code | Christoph Hellwig | 1 | -4/+3 |
2016-11-30 | btrfs: don't access the bio directly in the raid5/6 code | Christoph Hellwig | 1 | -10/+6 |
2016-11-30 | btrfs: use bio iterators for the decompression handlers | Christoph Hellwig | 4 | -112/+55 |
2016-11-30 | btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_space | Jeff Mahoney | 1 | -0/+7 |
2016-11-30 | Btrfs: abort transaction if fill_holes() fails | Josef Bacik | 1 | -2/+17 |
2016-11-30 | Btrfs: fix file extent corruption | Josef Bacik | 1 | -3/+12 |
2016-11-30 | btrfs: increment ctx->pos for every emitted or skipped dirent in readdir | Jeff Mahoney | 3 | -23/+4 |
2016-11-30 | btrfs: remove old tree_root dirent processing in btrfs_real_readdir() | Jeff Mahoney | 1 | -80/+37 |
2016-11-30 | btrfs: Call kunmap if zlib_inflateInit2 fails | Nick Terrell | 1 | -0/+1 |
2016-11-30 | btrfs: store and load values of stripes_min/stripes_max in balance status item | David Sterba | 1 | -0/+4 |
2016-11-30 | btrfs: remove redundant check of btrfs_iget return value | Christophe JAILLET | 1 | -2/+0 |
2016-11-30 | btrfs: change btrfs_csum_final result param type to u8 | Domagoj Tršan | 5 | -6/+6 |
2016-11-30 | Btrfs: adjust len of writes if following a preallocated extent | Liu Bo | 1 | -3/+5 |
2016-11-30 | btrfs: return early from failed memory allocations in ioctl handlers | Shailendra Verma | 1 | -15/+6 |
2016-11-30 | btrfs: add optimized version of eb to eb copy | David Sterba | 3 | -2/+18 |
2016-11-30 | btrfs: remove constant parameter to memset_extent_buffer and rename it | David Sterba | 12 | -21/+21 |
2016-11-30 | btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer | David Sterba | 1 | -1/+1 |
2016-11-30 | btrfs: use new helpers to set uuids in eb | David Sterba | 4 | -34/+17 |
2016-11-30 | btrfs: introduce helpers for updating eb uuids | David Sterba | 2 | -0/+24 |
2016-11-30 | btrfs: delete unused member from superblock | David Sterba | 1 | -1/+0 |
2016-11-30 | btrfs: remove trivial helper btrfs_find_tree_block | David Sterba | 4 | -15/+7 |
2016-11-30 | btrfs: reada, remove pointless BUG_ON check for fs_info | David Sterba | 1 | -1/+0 |
2016-11-30 | btrfs: reada, remove pointless BUG_ON in reada_find_extent | David Sterba | 1 | -1/+0 |
2016-11-30 | btrfs: reada, sink start parameter to btree_readahead_hook | David Sterba | 3 | -9/+5 |
2016-11-30 | btrfs: reada, remove unused parameter from __readahead_hook | David Sterba | 1 | -4/+4 |
2016-11-30 | btrfs: reada, cleanup remove unneeded variable in __readahead_hook | David Sterba | 1 | -5/+1 |