aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-20btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana1-2/+2
2020-03-13btrfs: fix log context list corruption after rename whiteout errorFilipe Manana1-0/+4
2020-03-03btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval1-1/+3
2020-02-21Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana1-5/+5
2020-02-19Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana1-1/+6
2020-02-19btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik1-3/+13
2020-02-19btrfs: handle logged extent failure properlyJosef Bacik1-0/+2
2020-02-19btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik1-1/+0
2020-02-19btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik1-0/+1
2020-02-19btrfs: destroy qgroup extent records on transaction abortJeff Mahoney4-0/+17
2020-02-17btrfs: don't set path->leave_spinning for truncateJosef Bacik1-2/+0
2020-02-12btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain1-1/+1
2020-02-12btrfs: sysfs, add UUID/devinfo kobjectAnand Jain2-0/+16
2020-02-12Btrfs: fix race between shrinking truncate and fiemapFilipe Manana1-0/+8
2020-02-12btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-12btrfs: print message when tree-log replay startsDavid Sterba1-0/+1
2020-02-12Btrfs: fix race between using extent maps and merging themFilipe Manana1-0/+11
2020-02-12btrfs: ref-verify: fix memory leaksWenwen Wang1-0/+5
2020-02-02btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-01-31Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana1-1/+2
2020-01-31btrfs: do not do delalloc reservation under page lockJosef Bacik1-16/+60
2020-01-31btrfs: drop the -EBUSY case in __extent_writepage_ioJosef Bacik1-5/+1
2020-01-31Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason1-17/+44
2020-01-31btrfs: take overcommit into account in inc_block_group_roJosef Bacik3-19/+39
2020-01-31btrfs: fix force usage in inc_block_group_roJosef Bacik1-2/+2
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2-14/+27
2020-01-31btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-1/+10
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-01-23btrfs: free block groups after free'ing fs treesJosef Bacik1-2/+9
2020-01-23btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov1-4/+38
2020-01-23btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov1-3/+14
2020-01-23btrfs: Factor out metadata_uuid code from find_fsid.Su Yue1-35/+42
2020-01-23btrfs: Call find_fsid from find_fsid_inprogressSu Yue1-13/+6
2020-01-23Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana1-0/+44
2020-01-23btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-01-23btrfs: drop log root for dropped rootsJosef Bacik1-10/+12
2020-01-23btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain4-23/+138
2020-01-23btrfs: Refactor btrfs_rmap_block to improve readabilityNikolay Borisov1-22/+33
2020-01-23btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov1-1/+153
2020-01-23btrfs: selftests: Add support for dummy devicesNikolay Borisov2-0/+30
2020-01-23btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov4-71/+91
2020-01-23btrfs: separate definition of assertion failure handlersDavid Sterba1-8/+12
2020-01-20btrfs: device stats, log when stats are zeroedAnand Jain1-0/+2
2020-01-20btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik1-2/+10
2020-01-20btrfs: safely advance counter when looking up bio csumsDavid Sterba1-1/+2
2020-01-20btrfs: remove unused member btrfs_device::workDavid Sterba1-2/+0
2020-01-20btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn1-6/+1
2020-01-20btrfs: add correction to handle -1 edge case in async discardDennis Zhou1-0/+22
2020-01-20btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou1-0/+14
2020-01-20btrfs: make smaller extents more likely to go into bitmapsDennis Zhou1-2/+2