aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-12-01btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann
2019-12-01btrfs: handle error of get_old_rootNikolay Borisov
2019-12-01btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue
2019-11-20Btrfs: fix log context list corruption after rename exchange operationFilipe Manana
2019-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana
2019-11-06btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo
2019-11-06btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-11-06Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana
2019-11-06Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana
2019-10-29Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana
2019-10-29Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-10-17btrfs: fix uninitialized ret in ref-verifyJosef Bacik
2019-10-17btrfs: fix incorrect updating of log root treeJosef Bacik
2019-10-05Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana
2019-10-05btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo
2019-10-05btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo
2019-10-05btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-10-05Btrfs: fix use-after-free when using the tree modification logFilipe Manana
2019-10-05btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-09-19Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-09-16btrfs: correctly validate compression typeJohannes Thumshirn
2019-09-16Btrfs: fix race between block group removal and block group allocationFilipe Manana
2019-09-16btrfs: init csum_list before possible freeDan Robertson
2019-09-16btrfs: scrub: fix circular locking dependency warningAnand Jain
2019-09-16btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba
2019-09-16btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba
2019-09-16btrfs: Use real device structure to verify dev extentQu Wenruo
2019-09-16btrfs: volumes: Make sure no dev extent is beyond device boundaryQu Wenruo
2019-09-16btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov
2019-09-16btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov
2019-09-16Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana
2019-09-16Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval
2019-08-25Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana
2019-08-06Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana
2019-08-06Btrfs: fix incremental send failure after deduplicationFilipe Manana
2019-08-06btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba
2019-07-31btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo
2019-07-26Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana
2019-07-26Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana
2019-07-26Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov
2019-06-25btrfs: start readahead also in seed devicesNaohiro Aota
2019-06-09Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana
2019-06-09Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana
2019-06-09Btrfs: fix race updating log root item during fsyncFilipe Manana
2019-06-09Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana
2019-05-31btrfs: Don't panic when we can't find a root keyQu Wenruo