summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2016-11-30btrfs: don't access the bio directly in the raid5/6 codeChristoph Hellwig
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig
2016-11-30btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_spaceJeff Mahoney
2016-11-30Btrfs: abort transaction if fill_holes() failsJosef Bacik
2016-11-30Btrfs: fix file extent corruptionJosef Bacik
2016-11-30btrfs: increment ctx->pos for every emitted or skipped dirent in readdirJeff Mahoney
2016-11-30btrfs: remove old tree_root dirent processing in btrfs_real_readdir()Jeff Mahoney
2016-11-30btrfs: Call kunmap if zlib_inflateInit2 failsNick Terrell
2016-11-30btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba
2016-11-30btrfs: remove redundant check of btrfs_iget return valueChristophe JAILLET
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan
2016-11-30Btrfs: adjust len of writes if following a preallocated extentLiu Bo
2016-11-30btrfs: return early from failed memory allocations in ioctl handlersShailendra Verma
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-11-30btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferDavid Sterba
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba
2016-11-30btrfs: introduce helpers for updating eb uuidsDavid Sterba
2016-11-30btrfs: delete unused member from superblockDavid Sterba
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba
2016-11-30btrfs: reada, remove pointless BUG_ON check for fs_infoDavid Sterba
2016-11-30btrfs: reada, remove pointless BUG_ON in reada_find_extentDavid Sterba
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba
2016-11-30btrfs: reada, remove unused parameter from __readahead_hookDavid Sterba
2016-11-30btrfs: reada, cleanup remove unneeded variable in __readahead_hookDavid Sterba
2016-11-30btrfs: rename helper macros for qgroup and aux data castsDavid Sterba
2016-11-30btrfs: remove stale comment from btrfs_statfsDavid Sterba
2016-11-30btrfs: remove unused headers, statfs.hDavid Sterba
2016-11-30btrfs: remove useless commentsXiaoguang Wang
2016-11-30btrfs: make block group flags in balance printks human-readableAdam Borowski
2016-11-30Btrfs: deal with existing encompassing extent map in btrfs_get_extent()Omar Sandoval
2016-11-30btrfs: add necessary comments about tickets_idWang Xiaoguang
2016-11-29btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed...Wang Xiaoguang
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig
2016-11-25Btrfs: fix qgroup rescan worker initializationFilipe Manana
2016-11-23Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana
2016-11-23Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo
2016-11-19Btrfs: remove rb_node field from the delayed ref node structureFilipe Manana
2016-11-19Btrfs: remove unused code when creating and merging reloc treesFilipe Manana
2016-11-19Btrfs: fix relocation incorrectly dropping data referencesFilipe Manana
2016-11-04Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds
2016-11-01Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Chris Mason
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-27btrfs: fix races on root_log_ctx listsChris Mason
2016-10-24btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang
2016-10-24Btrfs: remove some no-op castsDan Carpenter
2016-10-24btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang