summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-283-10/+8
|\
| * btrfs: round down size diff when shrinking/growing deviceNikolay Borisov2017-07-241-2/+2
| * Btrfs: fix early ENOSPC due to delallocOmar Sandoval2017-07-241-4/+0
| * btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney2017-07-241-2/+5
| * Btrfs: fix dir item validation when replaying xattr deletesFilipe Manana2017-07-191-2/+1
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-1/+0
|\ \
| * | VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-061-1/+0
* | | Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-147-57/+88
|\ \ \ | | |/ | |/|
| * | Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo2017-07-142-8/+8
| * | btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2017-07-142-8/+0
| * | btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-144-0/+7
| * | Btrfs: fix write corruption due to bio cloning on raid5/6Filipe Manana2017-07-131-8/+18
| * | Btrfs: incremental send, fix invalid memory accessFilipe Manana2017-07-061-3/+4
| * | Btrfs: incremental send, fix invalid path for link commandsFilipe Manana2017-07-061-30/+51
* | | Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-101-12/+14
|\ \ \
| * | | btrfs: nowait aio: Correct assignment of posGoldwyn Rodrigues2017-07-101-12/+14
* | | | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-5/+8
|\ \ \ \
| * | | | btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton2017-07-061-5/+8
* | | | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-063-13/+13
|\ \ \ \ \
| * | | | | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-203-13/+13
* | | | | | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0545-1359/+1680
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo2017-06-291-16/+12
| * | | | | btrfs: Don't clear SGID when inheriting ACLsJan Kara2017-06-291-6/+7
| * | | | | btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-2910-25/+24
| * | | | | btrfs: scrub: fix target device intialization while setting up scrub contextDavid Sterba2017-06-291-2/+2
| * | | | | btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-298-46/+117
| * | | | | btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-2910-41/+119
| * | | | | btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write a...Qu Wenruo2017-06-291-3/+8
| * | | | | btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo2017-06-293-2/+3
| * | | | | btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents functionQu Wenruo2017-06-293-45/+18
| * | | | | btrfs: qgroup: Add quick exit for non-fs extentsQu Wenruo2017-06-291-2/+41
| * | | | | Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval2017-06-291-9/+32
| * | | | | Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval2017-06-293-34/+52
| * | | | | Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval2017-06-291-9/+8
| * | | | | Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval2017-06-291-1/+2
| * | | | | Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval2017-06-291-1/+1
| * | | | | Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval2017-06-291-21/+20
| * | | | | btrfs: fix validation of XATTR_ITEM dir itemsDavid Sterba2017-06-291-8/+0
| * | | | | btrfs: Verify dir_item in iterate_object_propsSu Yue2017-06-211-0/+7
| * | | | | btrfs: Check name_len before in btrfs_del_root_refSu Yue2017-06-211-0/+7
| * | | | | btrfs: Check name_len before reading btrfs_get_nameSu Yue2017-06-211-0/+5
| * | | | | btrfs: Check name_len before read in iterate_dir_itemSu Yue2017-06-211-0/+6
| * | | | | btrfs: Check name_len in btrfs_check_ref_name_overrideSu Yue2017-06-211-0/+6
| * | | | | btrfs: Verify dir_item in replay_xattr_deletesSu Yue2017-06-211-0/+7
| * | | | | btrfs: Check name_len on add_inode_ref call pathSu Yue2017-06-212-11/+20
| * | | | | btrfs: Check name_len with boundary in verify dir_itemSu Yue2017-06-215-6/+14
| * | | | | btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue2017-06-212-0/+74
| * | | | | btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba2017-06-211-8/+3
| * | | | | btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba2017-06-211-1/+1
| * | | | | btrfs: preallocate device flush bioDavid Sterba2017-06-213-18/+20