aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-316-29/+44
|\
| * Btrfs: fix an integer overflow checkDan Carpenter2017-03-291-1/+6
| * btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues2017-03-293-7/+7
| * Btrfs: bring back repair during readLiu Bo2017-03-292-21/+31
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-232-1/+16
|\|
| * btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-03-171-0/+14
| * Btrfs: fix regression in lock_delalloc_pagesLiu Bo2017-03-171-1/+2
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+3
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-033-0/+3
|\ \ \ | |/ / |/| |
| * | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-022-0/+2
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-0232-656/+861
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2017-02-2831-626/+673
| |\
| | * btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba2017-02-284-3/+10
| | * btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba2017-02-281-4/+3
| | * btrfs: document existence of extent_io ops callbacksDavid Sterba2017-02-283-11/+26
| | * btrfs: let writepage_end_io_hook return voidDavid Sterba2017-02-283-11/+6
| | * btrfs: do proper error handling in btrfs_insert_xattr_itemDavid Sterba2017-02-281-1/+2
| | * btrfs: handle allocation error in update_dev_stat_itemDavid Sterba2017-02-281-1/+2
| | * btrfs: remove BUG_ON from __tree_mod_log_insertDavid Sterba2017-02-281-2/+0
| | * btrfs: derive maximum output size in the compression implementationDavid Sterba2017-02-285-14/+9
| | * btrfs: use predefined limits for calculating maximum number of pages for comp...David Sterba2017-02-281-5/+6
| | * btrfs: export compression buffer limits in a headerDavid Sterba2017-02-282-10/+15
| | * btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba2017-02-285-15/+11
| | * btrfs: merge length input and output parameter in compress_pagesDavid Sterba2017-02-285-20/+18
| | * btrfs: constify name of subvolume in creation helpersDavid Sterba2017-02-281-3/+3
| | * btrfs: constify buffers used by compression helpersDavid Sterba2017-02-283-3/+3
| | * btrfs: constify input buffer of btrfs_csum_dataDavid Sterba2017-02-282-3/+3
| | * btrfs: constify device path passed to relevant helpersDavid Sterba2017-02-284-18/+22
| | * btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov2017-02-282-4/+3
| | * btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov2017-02-282-3/+3
| | * btrfs: Make btrfs_add_nondir take btrfs_inodeNikolay Borisov2017-02-281-9/+13
| | * btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov2017-02-283-23/+26
| | * btrfs: Make btrfs_del_delalloc_inode take btrfs_inodeNikolay Borisov2017-02-281-7/+7
| | * btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-288-54/+59
| | * btrfs: Make check_extent_to_block take btrfs_inodeNikolay Borisov2017-02-281-5/+6
| | * btrfs: Make clone_update_extent_map take btrfs_inodeNikolay Borisov2017-02-281-14/+13
| | * btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov2017-02-283-21/+25
| | * btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov2017-02-284-8/+10
| | * btrfs: make btrfs_log_inode_parent take btrfs_inodeNikolay Borisov2017-02-281-26/+24
| | * btrfs: Make check_parent_dirs_for_sync take btrfs_inodeNikolay Borisov2017-02-281-14/+14
| | * btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov2017-02-284-22/+24
| | * btrfs: make btrfs_orphan_del take btrfs_inodeNikolay Borisov2017-02-281-20/+20
| | * btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov2017-02-283-7/+9
| | * btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov2017-02-283-14/+15
| | * btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov2017-02-283-11/+12
| | * btrfs: make check_compressed_csum take btrfs_inodeNikolay Borisov2017-02-281-5/+4
| | * btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov2017-02-283-7/+8
| | * btrfs: make free_io_failure take btrfs_inodeNikolay Borisov2017-02-283-11/+13