summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: only free reserved extent if we didn't insert itJosef Bacik2018-11-131-1/+9
* btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik2018-11-131-2/+5
* btrfs: set max_extent_size properlyJosef Bacik2018-11-131-10/+20
* btrfs: reset max_extent_size properlyJosef Bacik2018-11-131-0/+2
* Btrfs: fix deadlock when writing out free space cachesFilipe Manana2018-11-132-10/+23
* Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana2018-11-131-1/+2
* Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana2018-11-131-0/+1
* btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo2018-11-131-0/+1
* Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana2018-11-131-3/+27
* Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana2018-11-131-10/+32
* btrfs: make sure we create all new block groupsJosef Bacik2018-11-131-2/+5