summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-01-09Btrfs: fix log context list corruption after rename exchange operationFilipe Manana
2019-12-29btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik
2019-12-29btrfs: tree-checker: Fix wrong check on max devidQu Wenruo
2019-12-10btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim
2019-12-10btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-12-10Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana
2019-11-25btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo
2019-11-25Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana
2019-11-25Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana
2019-11-25btrfs: don't needlessly create extent-refs kernel threadDavid Sterba
2019-11-25Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana
2019-11-25btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-11-09btrfs: fix uninitialized ret in ref-verifyJosef Bacik
2019-11-09btrfs: fix incorrect updating of log root treeJosef Bacik
2019-11-09Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana
2019-11-09btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell
2019-11-09btrfs: allocate new inode in NOFS contextJosef Bacik
2019-11-09btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo
2019-11-09Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana
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: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou
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: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo
2019-10-05btrfs: tree-checker: Add ROOT_ITEM checkQu Wenruo
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-10-05btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()Qu Wenruo
2019-09-19Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-09-16Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana
2019-09-06btrfs: trim: Check the range passed into to prevent overflowQu Wenruo
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: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba
2019-08-06btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo
2019-07-31btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo
2019-07-31btrfs: shut up bogus -Wmaybe-uninitialized warningArnd Bergmann
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-26btrfs: correctly validate compression typeJohannes Thumshirn
2019-06-18Merge tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana
2019-06-14btrfs: start readahead also in seed devicesNaohiro Aota
2019-06-12Btrfs: fix race between block group removal and block group allocationFilipe Manana