aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-0/+3
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-3/+3
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 32-656/+861
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Chris Mason 31-626/+673
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksGravatar David Sterba 4-3/+10
2017-02-28btrfs: drop checks for mandatory extent_io_ops callbacksGravatar David Sterba 1-4/+3
2017-02-28btrfs: document existence of extent_io ops callbacksGravatar David Sterba 3-11/+26
2017-02-28btrfs: let writepage_end_io_hook return voidGravatar David Sterba 3-11/+6
2017-02-28btrfs: do proper error handling in btrfs_insert_xattr_itemGravatar David Sterba 1-1/+2
2017-02-28btrfs: handle allocation error in update_dev_stat_itemGravatar David Sterba 1-1/+2
2017-02-28btrfs: remove BUG_ON from __tree_mod_log_insertGravatar David Sterba 1-2/+0
2017-02-28btrfs: derive maximum output size in the compression implementationGravatar David Sterba 5-14/+9
2017-02-28btrfs: use predefined limits for calculating maximum number of pages for comp...Gravatar David Sterba 1-5/+6
2017-02-28btrfs: export compression buffer limits in a headerGravatar David Sterba 2-10/+15
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesGravatar David Sterba 5-15/+11
2017-02-28btrfs: merge length input and output parameter in compress_pagesGravatar David Sterba 5-20/+18
2017-02-28btrfs: constify name of subvolume in creation helpersGravatar David Sterba 1-3/+3
2017-02-28btrfs: constify buffers used by compression helpersGravatar David Sterba 3-3/+3
2017-02-28btrfs: constify input buffer of btrfs_csum_dataGravatar David Sterba 2-3/+3
2017-02-28btrfs: constify device path passed to relevant helpersGravatar David Sterba 4-18/+22
2017-02-28btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeGravatar Nikolay Borisov 2-4/+3
2017-02-28btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeGravatar Nikolay Borisov 2-3/+3
2017-02-28btrfs: Make btrfs_add_nondir take btrfs_inodeGravatar Nikolay Borisov 1-9/+13
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeGravatar Nikolay Borisov 3-23/+26
2017-02-28btrfs: Make btrfs_del_delalloc_inode take btrfs_inodeGravatar Nikolay Borisov 1-7/+7
2017-02-28btrfs: Make get_extent_t take btrfs_inodeGravatar Nikolay Borisov 8-54/+59
2017-02-28btrfs: Make check_extent_to_block take btrfs_inodeGravatar Nikolay Borisov 1-5/+6
2017-02-28btrfs: Make clone_update_extent_map take btrfs_inodeGravatar Nikolay Borisov 1-14/+13
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeGravatar Nikolay Borisov 3-21/+25
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeGravatar Nikolay Borisov 4-8/+10
2017-02-28btrfs: make btrfs_log_inode_parent take btrfs_inodeGravatar Nikolay Borisov 1-26/+24
2017-02-28btrfs: Make check_parent_dirs_for_sync take btrfs_inodeGravatar Nikolay Borisov 1-14/+14
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeGravatar Nikolay Borisov 4-22/+24
2017-02-28btrfs: make btrfs_orphan_del take btrfs_inodeGravatar Nikolay Borisov 1-20/+20
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeGravatar Nikolay Borisov 3-7/+9
2017-02-28btrfs: make clean_io_failure take btrfs_inodeGravatar Nikolay Borisov 3-14/+15
2017-02-28btrfs: make repair_io_failure take btrfs_inodeGravatar Nikolay Borisov 3-11/+12
2017-02-28btrfs: make check_compressed_csum take btrfs_inodeGravatar Nikolay Borisov 1-5/+4
2017-02-28btrfs: make btrfs_print_data_csum_error take btrfs_inodeGravatar Nikolay Borisov 3-7/+8
2017-02-28btrfs: make free_io_failure take btrfs_inodeGravatar Nikolay Borisov 3-11/+13
2017-02-28btrfs: Make lock_and_cleanup_extent_if_need take btrfs_inodeGravatar Nikolay Borisov 1-14/+14
2017-02-28btrfs: Make check_can_nocow take btrfs_inodeGravatar Nikolay Borisov 1-10/+12
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeGravatar Nikolay Borisov 6-18/+19
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeGravatar Nikolay Borisov 3-6/+6
2017-02-28btrfs: Make fill_holes take btrfs_inodeGravatar Nikolay Borisov 1-19/+18
2017-02-28btrfs: Make hole_mergeable take btrfs_inodeGravatar Nikolay Borisov 1-4/+5
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeGravatar Nikolay Borisov 6-26/+30