summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: handle logged extent failure properlyJosef Bacik2020-02-191-0/+2
* btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-191-1/+0
* btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-191-0/+1
* btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-194-0/+17
* btrfs: don't set path->leave_spinning for truncateJosef Bacik2020-02-171-2/+0
* btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain2020-02-121-1/+1
* btrfs: sysfs, add UUID/devinfo kobjectAnand Jain2020-02-122-0/+16
* Btrfs: fix race between shrinking truncate and fiemapFilipe Manana2020-02-121-0/+8
* btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba2020-02-121-0/+2
* btrfs: print message when tree-log replay startsDavid Sterba2020-02-121-0/+1
* Btrfs: fix race between using extent maps and merging themFilipe Manana2020-02-121-0/+11
* btrfs: ref-verify: fix memory leaksWenwen Wang2020-02-121-0/+5
* btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-021-1/+9
* Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana2020-01-311-1/+2
* btrfs: do not do delalloc reservation under page lockJosef Bacik2020-01-311-16/+60
* btrfs: drop the -EBUSY case in __extent_writepage_ioJosef Bacik2020-01-311-5/+1
* Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason2020-01-311-17/+44
* btrfs: take overcommit into account in inc_block_group_roJosef Bacik2020-01-313-19/+39
* btrfs: fix force usage in inc_block_group_roJosef Bacik2020-01-311-2/+2
* btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2020-01-312-14/+27
* btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik2020-01-311-1/+10
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-01-315-16/+8
* btrfs: free block groups after free'ing fs treesJosef Bacik2020-01-231-2/+9
* btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov2020-01-231-4/+38
* btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov2020-01-231-3/+14
* btrfs: Factor out metadata_uuid code from find_fsid.Su Yue2020-01-231-35/+42
* btrfs: Call find_fsid from find_fsid_inprogressSu Yue2020-01-231-13/+6
* Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana2020-01-231-0/+44
* btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik2020-01-231-0/+8
* btrfs: drop log root for dropped rootsJosef Bacik2020-01-231-10/+12
* btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain2020-01-234-23/+138
* btrfs: Refactor btrfs_rmap_block to improve readabilityNikolay Borisov2020-01-231-22/+33
* btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov2020-01-231-1/+153
* btrfs: selftests: Add support for dummy devicesNikolay Borisov2020-01-232-0/+30
* btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov2020-01-234-71/+91
* btrfs: separate definition of assertion failure handlersDavid Sterba2020-01-231-8/+12
* btrfs: device stats, log when stats are zeroedAnand Jain2020-01-201-0/+2
* btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik2020-01-201-2/+10
* btrfs: safely advance counter when looking up bio csumsDavid Sterba2020-01-201-1/+2
* btrfs: remove unused member btrfs_device::workDavid Sterba2020-01-201-2/+0
* btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn2020-01-201-6/+1
* btrfs: add correction to handle -1 edge case in async discardDennis Zhou2020-01-201-0/+22
* btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou2020-01-201-0/+14
* btrfs: make smaller extents more likely to go into bitmapsDennis Zhou2020-01-201-2/+2
* btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou2020-01-201-15/+11
* btrfs: add async discard implementation overviewDennis Zhou2020-01-201-0/+39
* btrfs: keep track of discard reuse statsDennis Zhou2020-01-204-0/+58
* btrfs: only keep track of data extents for async discardDennis Zhou2020-01-202-2/+21
* btrfs: have multiple discard listsDennis Zhou2020-01-205-24/+145
* btrfs: make max async discard size tunableDennis Zhou2020-01-205-8/+47