summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-11-09Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-04btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba
2019-11-04btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik
2019-10-25Btrfs: fix race leading to metadata space leak after task received signalFilipe Manana
2019-10-25btrfs: tree-checker: Fix wrong check on max devidQu Wenruo
2019-10-25btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo
2019-10-23Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-17Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana
2019-10-17Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana
2019-10-17btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-10-15btrfs: don't needlessly create extent-refs kernel threadDavid Sterba
2019-10-11btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-10-11Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim
2019-10-03btrfs: fix uninitialized ret in ref-verifyJosef Bacik
2019-10-01btrfs: allocate new inode in NOFS contextJosef Bacik
2019-10-01btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell
2019-10-01btrfs: fix incorrect updating of log root treeJosef Bacik
2019-10-01Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana
2019-09-30Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-27btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo
2019-09-27btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo
2019-09-25btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo
2019-09-25btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo
2019-09-24Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana
2019-09-24Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana
2019-09-24btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou
2019-09-24Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-12Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-09-09btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-09-09btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov
2019-09-09btrfs: create structure to encode checksum type and lengthJohannes Thumshirn
2019-09-09btrfs: add enospc debug messages for ticket failureJosef Bacik
2019-09-09btrfs: do not account global reserve in can_overcommitJosef Bacik
2019-09-09btrfs: use btrfs_try_granting_tickets in update_global_rsvJosef Bacik
2019-09-09btrfs: always reserve our entire size for the global reserveJosef Bacik
2019-09-09btrfs: change the minimum global reserve sizeJosef Bacik
2019-09-09btrfs: rename btrfs_space_info_add_old_bytesJosef Bacik
2019-09-09btrfs: remove orig_bytes from reserve_ticketJosef Bacik
2019-09-09btrfs: fix may_commit_transaction to deal with no partial fillingJosef Bacik
2019-09-09btrfs: rework wake_all_ticketsJosef Bacik
2019-09-09btrfs: refactor the ticket wakeup codeJosef Bacik
2019-09-09btrfs: stop partially refilling tickets when releasing spaceJosef Bacik
2019-09-09btrfs: add space reservation tracepoint for reserved bytesJosef Bacik
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik