summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2019-09-09btrfs: do not allow reservations if we have pending ticketsJosef Bacik
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval
2019-09-09btrfs: treat RWF_{,D}SYNC writes as sync for CRCsOmar Sandoval
2019-09-09btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba
2019-09-09btrfs: assume valid token for btrfs_set/get_token helpersDavid Sterba
2019-09-09btrfs: define separate btrfs_set/get_XX helpersDavid Sterba
2019-09-09btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov
2019-09-09btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov
2019-09-09btrfs: move dev_stats helpers to volumes.cDavid Sterba
2019-09-09btrfs: move struct io_ctl to free-space-cache.hDavid Sterba
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba
2019-09-09btrfs: rename and export read_node_slotDavid Sterba
2019-09-09btrfs: move private raid56 definitions from ctree.hDavid Sterba