summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo2019-04-051-14/+14
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2019-04-031-8/+1Star
* btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov2019-04-031-1/+1
* btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi2019-04-031-1/+2
* btrfs: don't report readahead errors and don't update statisticsDavid Sterba2019-04-031-1/+1
* btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-04-031-2/+9
* Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana2019-04-031-0/+13
* Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-03-231-2/+2
* btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2019-03-231-2/+2
* Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana2019-03-231-0/+9
* Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana2019-03-231-0/+8
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2019-02-125-8/+25
* btrfs: harden agaist duplicate fsid on scanned devicesAnand Jain2019-02-121-0/+29
* btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-02-061-0/+3
* Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-02-061-28/+50
* btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn2019-01-261-1/+6
* btrfs: fix use-after-free due to race between replace start and cancelAnand Jain2019-01-261-22/+41
* btrfs: alloc_chunk: fix more DUP stripe size handlingHans van Kranenburg2019-01-261-9/+7Star
* btrfs: volumes: Make sure there is no overlap of dev extents at mount timeQu Wenruo2019-01-261-0/+14
* btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-221-0/+8
* Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-221-3/+0Star
* Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana2019-01-161-0/+8
* Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana2019-01-161-4/+10
* Btrfs: fix access to available allocation bits when starting balanceFilipe Manana2019-01-161-16/+23
* Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-161-7/+9
* Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana2019-01-091-6/+23
* btrfs: run delayed items before dropping the snapshotJosef Bacik2019-01-091-0/+4
* Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2019-01-093-0/+39
* btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi2019-01-091-1/+2
* btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain2019-01-091-0/+4
* btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain2019-01-091-0/+2
* Btrfs: fix missing delayed iputs on unmountOmar Sandoval2018-12-211-36/+15Star
* Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko2018-12-171-3/+8
* btrfs: tree-checker: Don't check max block group size as current max chunk si...Qu Wenruo2018-12-081-5/+3Star
* btrfs: relocation: set trans to be NULL after ending transactionPan Bian2018-12-051-0/+1
* Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana2018-12-051-1/+2
* Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana2018-12-051-0/+24
* Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-12-051-0/+1
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-12-051-10/+1Star
* btrfs: tree-checker: Fix misleading group system informationShaokun Zhang2018-11-211-1/+1
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-211-2/+10
* Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana2018-11-211-0/+2
* Btrfs: fix cur_offset in the error case for nocowRobbie Ko2018-11-211-3/+2Star
* Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana2018-11-211-0/+17
* btrfs: fix pinned underflow after transaction abortedLu Fengqi2018-11-211-1/+11
* Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-11-131-0/+2
* Btrfs: fix use-after-free during inode evictionFilipe Manana2018-11-131-1/+3
* btrfs: move the dio_sem higher up the callchainJosef Bacik2018-11-132-2/+12
* btrfs: don't run delayed_iputs in commitJosef Bacik2018-11-131-9/+0Star
* btrfs: fix insert_reserved error handlingJosef Bacik2018-11-131-8/+4Star