summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-10-29btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo2-3/+5
2020-10-14btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2-1/+5
2020-10-14btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik3-9/+9
2020-10-07btrfs: fix filesystem corruption after a device replaceFilipe Manana1-1/+39
2020-10-01btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn1-6/+5
2020-10-01btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain1-6/+10
2020-09-17btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-09-17btrfs: free data reloc tree on failed mountJosef Bacik1-0/+2
2020-09-17btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10
2020-09-17btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2-15/+16
2020-09-17btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana1-0/+1
2020-09-09btrfs: tree-checker: fix the error message for transid errorQu Wenruo1-1/+1
2020-09-09btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2-1/+7
2020-09-09btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-09-09btrfs: set the correct lockdep class for new nodesJosef Bacik1-1/+1
2020-09-09btrfs: allocate scrub workqueues outside of locksJosef Bacik1-52/+70
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik3-14/+27
2020-09-09btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-09-03btrfs: detect nocow for swap after snapshot deleteBoris Burkov4-16/+23
2020-09-03btrfs: fix space cache memory leak after transaction abortFilipe Manana2-1/+2
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik1-4/+6
2020-09-03btrfs: reset compression level for lzo on remountMarcos Paulo de Souza1-0/+1
2020-09-03btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov3-9/+9
2020-09-03btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo1-4/+4
2020-08-21btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su1-1/+1
2020-08-21btrfs: fix return value mixup in btrfs_get_extentPavel Machek1-1/+1
2020-08-21btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik1-0/+6
2020-08-21btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo3-0/+20
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-21btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-5/+11
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-21btrfs: fix messages after changing compression level by remountDavid Sterba1-5/+9
2020-08-21btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-21btrfs: fix race between page release and a fast fsyncFilipe Manana1-3/+13
2020-08-21btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik1-1/+1
2020-08-21btrfs: sysfs: use NOFS for device creationJosef Bacik1-0/+3
2020-08-21btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik3-3/+6
2020-08-21btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo1-1/+8
2020-08-21btrfs: add missing check for nocow and compression inode flagsDavid Sterba1-8/+22
2020-08-21btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2-3/+26
2020-08-21btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik1-2/+2
2020-08-21btrfs: open device without device_list_mutexJosef Bacik1-3/+18
2020-08-21btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn1-3/+13
2020-08-21btrfs: don't traverse into the seed devices in show_devnameAnand Jain1-14/+7
2020-08-21btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana2-13/+1
2020-08-21btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana1-4/+5
2020-08-21btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana2-1/+1
2020-08-21btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana1-5/+7
2020-08-21btrfs: ref-verify: fix memory leak in add_block_entryTom Rix1-0/+2
2020-08-21btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo5-9/+89