aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-10-14btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik
2020-10-14btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik
2020-10-07btrfs: fix filesystem corruption after a device replaceFilipe Manana
2020-10-01btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn
2020-10-01btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain
2020-09-17btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-09-17btrfs: free data reloc tree on failed mountJosef Bacik
2020-09-17btrfs: fix lockdep splat in add_missing_devJosef Bacik
2020-09-17btrfs: require only sector size alignment for parent eb bytenrQu Wenruo
2020-09-17btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana
2020-09-09btrfs: tree-checker: fix the error message for transid errorQu Wenruo
2020-09-09btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza
2020-09-09btrfs: set the lockdep class for log tree extent buffersJosef Bacik
2020-09-09btrfs: set the correct lockdep class for new nodesJosef Bacik
2020-09-09btrfs: allocate scrub workqueues outside of locksJosef Bacik
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-09-09btrfs: drop path before adding new uuid tree entryJosef Bacik
2020-09-03btrfs: detect nocow for swap after snapshot deleteBoris Burkov
2020-09-03btrfs: fix space cache memory leak after transaction abortFilipe Manana
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik
2020-09-03btrfs: reset compression level for lzo on remountMarcos Paulo de Souza
2020-09-03btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov
2020-09-03btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo
2020-08-21btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su
2020-08-21btrfs: fix return value mixup in btrfs_get_extentPavel Machek
2020-08-21btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik
2020-08-21btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
2020-08-21btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik
2020-08-21btrfs: fix messages after changing compression level by remountDavid Sterba
2020-08-21btrfs: don't show full path of bind mounts in subvol=Josef Bacik
2020-08-21btrfs: fix race between page release and a fast fsyncFilipe Manana
2020-08-21btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik
2020-08-21btrfs: sysfs: use NOFS for device creationJosef Bacik
2020-08-21btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik
2020-08-21btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo
2020-08-21btrfs: add missing check for nocow and compression inode flagsDavid Sterba
2020-08-21btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo
2020-08-21btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik
2020-08-21btrfs: open device without device_list_mutexJosef Bacik
2020-08-21btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn
2020-08-21btrfs: don't traverse into the seed devices in show_devnameAnand Jain
2020-08-21btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana
2020-08-21btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana
2020-08-21btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana
2020-08-21btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana
2020-08-21btrfs: ref-verify: fix memory leak in add_block_entryTom Rix
2020-08-21btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo