aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2-8/+0
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba4-0/+7
2017-07-13Btrfs: fix write corruption due to bio cloning on raid5/6Filipe Manana1-8/+18
2017-07-06Btrfs: incremental send, fix invalid memory accessFilipe Manana1-3/+4
2017-07-06Btrfs: incremental send, fix invalid path for link commandsFilipe Manana1-30/+51
2017-06-29btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo1-16/+12
2017-06-29btrfs: Don't clear SGID when inheriting ACLsJan Kara1-6/+7
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason10-25/+24
2017-06-29btrfs: scrub: fix target device intialization while setting up scrub contextDavid Sterba1-2/+2
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved rangesQu Wenruo8-46/+117
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo10-41/+119
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write and quotas being enabledQu Wenruo1-3/+8
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo3-2/+3
2017-06-29btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents functionQu Wenruo3-45/+18
2017-06-29btrfs: qgroup: Add quick exit for non-fs extentsQu Wenruo1-2/+41
2017-06-29Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval1-9/+32
2017-06-29Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval3-34/+52
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval1-9/+8
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval1-1/+2
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval1-1/+1
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval1-21/+20
2017-06-29btrfs: fix validation of XATTR_ITEM dir itemsDavid Sterba1-8/+0
2017-06-21btrfs: Verify dir_item in iterate_object_propsSu Yue1-0/+7
2017-06-21btrfs: Check name_len before in btrfs_del_root_refSu Yue1-0/+7
2017-06-21btrfs: Check name_len before reading btrfs_get_nameSu Yue1-0/+5
2017-06-21btrfs: Check name_len before read in iterate_dir_itemSu Yue1-0/+6
2017-06-21btrfs: Check name_len in btrfs_check_ref_name_overrideSu Yue1-0/+6
2017-06-21btrfs: Verify dir_item in replay_xattr_deletesSu Yue1-0/+7
2017-06-21btrfs: Check name_len on add_inode_ref call pathSu Yue2-11/+20
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue5-6/+14
2017-06-21btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue2-0/+74
2017-06-21btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba1-8/+3
2017-06-21btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba1-1/+1
2017-06-21btrfs: preallocate device flush bioDavid Sterba3-18/+20
2017-06-21Btrfs: incremental send, fix invalid path for unlink commandsFilipe Manana1-5/+47
2017-06-21Btrfs: send, fix invalid path after renaming and linking fileFilipe Manana1-8/+27
2017-06-21Btrfs: fix invalid extent maps due to hole punchingFilipe Manana1-1/+4
2017-06-21btrfs: add cond_resched to btrfs_qgroup_trace_leaf_itemsJeff Mahoney1-0/+1
2017-06-20btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov2-5/+14
2017-06-20btrfs: Manually implement device_total_bytes getter/setterNikolay Borisov1-1/+19
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba3-70/+7
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba4-7/+8
2017-06-20btrfs: cleanup duplicate return value in insert_inline_extentDavid Sterba1-6/+2
2017-06-19btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevDavid Sterba1-1/+1
2017-06-19btrfs: use GFP_KERNEL in btrfs_calc_avail_data_spaceDavid Sterba1-1/+1
2017-06-19btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov1-6/+3
2017-06-19btrfs: wait part of the write_dev_flush() can be separated outAnand Jain1-28/+31
2017-06-19btrfs: remove redundant null bdev counting during flush submissionAnand Jain1-5/+2
2017-06-19btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain1-33/+5
2017-06-19Btrfs: compression must free at least one sector sizeTimofey Titovets1-4/+3