summaryrefslogtreecommitdiff
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | btrfs: don't access the bio directly in the raid5/6 codeChristoph Hellwig2016-11-301-10/+6
| * | | | btrfs: use bio iterators for the decompression handlersChristoph Hellwig2016-11-304-112/+55
| * | | | 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/+4
| * | | | btrfs: remove old tree_root dirent processing in btrfs_real_readdir()Jeff Mahoney2016-11-301-80/+37
| * | | | 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/+0
| * | | | 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/+6
| * | | | 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/+17
| * | | | btrfs: introduce helpers for updating eb uuidsDavid Sterba2016-11-302-0/+24
| * | | | btrfs: delete unused member from superblockDavid Sterba2016-11-301-1/+0
| * | | | btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba2016-11-304-15/+7
| * | | | btrfs: reada, remove pointless BUG_ON check for fs_infoDavid Sterba2016-11-301-1/+0
| * | | | btrfs: reada, remove pointless BUG_ON in reada_find_extentDavid Sterba2016-11-301-1/+0
| * | | | btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba2016-11-303-9/+5
| * | | | 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/+1
| * | | | 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/+0
| * | | | btrfs: remove unused headers, statfs.hDavid Sterba2016-11-303-3/+0
| * | | | btrfs: remove useless commentsXiaoguang Wang2016-11-301-10/+3
| * | | | 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
| | |_|/ | |/| |
* | | | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-1/+1
* | | | btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox2016-12-141-0/+1
* | | | btrfs: better handle btrfs_printk() defaultsPetr Mladek2016-12-141-9/+3
* | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-136-24/+19
|\ \ \ \
| * | | | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-016-19/+15
| * | | | btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-012-2/+2
| * | | | block: better op and flags encodingChristoph Hellwig2016-10-281-3/+2
* | | | | printk/btrfs: handle more message headersPetr Mladek2016-12-121-11/+15
| |/ / / |/| | |
* | | | Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2016-11-045-9/+29
|\ \ \ \ | | |_|/ | |/| |
| * | | btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang2016-10-241-0/+3
| * | | Btrfs: remove some no-op castsDan Carpenter2016-10-241-4/+4
| * | | btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang2016-10-241-2/+2
| * | | btrfs: make file clone aware of fatal signalsWang Xiaoguang2016-10-241-0/+5
| * | | btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues2016-10-241-2/+7
| * | | Btrfs: kill BUG_ON in do_relocationLiu Bo2016-10-171-1/+8
* | | | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-282-14/+64
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|