aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+0
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-57/+88
2017-07-14Btrfs: fix unexpected return value of bio_readpage_errorGravatar Liu Bo 2-8/+8
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingGravatar David Sterba 2-8/+0
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allGravatar David Sterba 4-0/+7
2017-07-13Btrfs: fix write corruption due to bio cloning on raid5/6Gravatar Filipe Manana 1-8/+18
2017-07-10Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-12/+14
2017-07-10btrfs: nowait aio: Correct assignment of posGravatar Goldwyn Rodrigues 1-12/+14
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+8
2017-07-06Btrfs: incremental send, fix invalid memory accessGravatar Filipe Manana 1-3/+4
2017-07-06Btrfs: incremental send, fix invalid path for link commandsGravatar Filipe Manana 1-30/+51
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 3-13/+13
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncGravatar Jeff Layton 1-5/+8
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsGravatar David Howells 1-1/+0
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 45-1359/+1680
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 15-168/+197
2017-06-29btrfs: Remove false alert when fiemap range is smaller than on-disk extentGravatar Qu Wenruo 1-16/+12
2017-06-29btrfs: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-6/+7
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrGravatar Chris Mason 10-25/+24
2017-06-29btrfs: scrub: fix target device intialization while setting up scrub contextGravatar David Sterba 1-2/+2
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Gravatar Qu Wenruo 8-46/+117
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsGravatar Qu Wenruo 10-41/+119
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write a...Gravatar Qu Wenruo 1-3/+8
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataGravatar Qu Wenruo 3-2/+3
2017-06-29btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents functionGravatar Qu Wenruo 3-45/+18
2017-06-29btrfs: qgroup: Add quick exit for non-fs extentsGravatar Qu Wenruo 1-2/+41
2017-06-29Btrfs: rework delayed ref total_bytes_pinned accountingGravatar Omar Sandoval 1-9/+32
2017-06-29Btrfs: return old and new total ref mods when adding delayed refsGravatar Omar Sandoval 3-34/+52
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refGravatar Omar Sandoval 1-9/+8
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsGravatar Omar Sandoval 1-1/+2
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Gravatar Omar Sandoval 1-1/+1
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Gravatar Omar Sandoval 1-21/+20
2017-06-29btrfs: fix validation of XATTR_ITEM dir itemsGravatar David Sterba 1-8/+0
2017-06-27btrfs: add support for passing in write hints for buffered writesGravatar Jens Axboe 1-0/+1
2017-06-21btrfs: Verify dir_item in iterate_object_propsGravatar Su Yue 1-0/+7
2017-06-21btrfs: Check name_len before in btrfs_del_root_refGravatar Su Yue 1-0/+7
2017-06-21btrfs: Check name_len before reading btrfs_get_nameGravatar Su Yue 1-0/+5
2017-06-21btrfs: Check name_len before read in iterate_dir_itemGravatar Su Yue 1-0/+6
2017-06-21btrfs: Check name_len in btrfs_check_ref_name_overrideGravatar Su Yue 1-0/+6
2017-06-21btrfs: Verify dir_item in replay_xattr_deletesGravatar Su Yue 1-0/+7
2017-06-21btrfs: Check name_len on add_inode_ref call pathGravatar Su Yue 2-11/+20
2017-06-21btrfs: Check name_len with boundary in verify dir_itemGravatar Su Yue 5-6/+14
2017-06-21btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundaryGravatar Su Yue 2-0/+74
2017-06-21btrfs: move dev stats accounting out of wait_dev_flushGravatar David Sterba 1-8/+3
2017-06-21btrfs: account as waiting for IO, while waiting fot the flush bio completionGravatar David Sterba 1-1/+1
2017-06-21btrfs: preallocate device flush bioGravatar David Sterba 3-18/+20
2017-06-21Btrfs: incremental send, fix invalid path for unlink commandsGravatar Filipe Manana 1-5/+47
2017-06-21Btrfs: send, fix invalid path after renaming and linking fileGravatar Filipe Manana 1-8/+27
2017-06-21Btrfs: fix invalid extent maps due to hole punchingGravatar Filipe Manana 1-1/+4
2017-06-21btrfs: add cond_resched to btrfs_qgroup_trace_leaf_itemsGravatar Jeff Mahoney 1-0/+1