aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()Gravatar Anand Jain 1-13/+8
2024-05-07btrfs: rename werr and err to ret in btrfs_write_marked_extents()Gravatar Anand Jain 1-13/+10
2024-05-07btrfs: report filemap_fdata<write|wait>_range() errorGravatar Anand Jain 1-0/+4
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Gravatar Josef Bacik 1-11/+11
2024-05-07btrfs: rename err to ret in __btrfs_end_transaction()Gravatar Anand Jain 1-4/+4
2024-05-07btrfs: remove pointless BUG_ON() when creating snapshotGravatar Filipe Manana 1-2/+0
2024-04-02btrfs: always clear PERTRANS metadata during commitGravatar Boris Burkov 1-1/+1
2024-04-02btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transGravatar Boris Burkov 1-9/+8
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useGravatar Chengming Zhou 1-2/+1
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_trans_handle cacheGravatar Kunwu Chan 1-3/+2
2024-03-04btrfs: remove no longer used btrfs_transaction_in_commit()Gravatar Filipe Manana 1-13/+0
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-2/+0
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureGravatar Filipe Manana 1-1/+1
2024-02-13btrfs: don't refill whole delayed refs block reserve when starting transactionGravatar Filipe Manana 1-36/+2
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortGravatar Boris Burkov 1-2/+0
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-11-15btrfs: do not abort transaction if there is already an existing qgroupGravatar Qu Wenruo 1-1/+1
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-89/+140
2023-10-18btrfs: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+2
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedGravatar Filipe Manana 1-3/+3
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: stop reserving excessive space for block group item insertionsGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: move btrfs_defrag_root() to defrag.{c,h}Gravatar Filipe Manana 1-39/+0
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_fallback()Gravatar Filipe Manana 1-1/+1
2023-10-12btrfs: qgroup: simple quota auto hierarchy for nested subvolumesGravatar Boris Burkov 1-5/+9
2023-10-12btrfs: create qgroup earlier in snapshot creationGravatar Boris Burkov 1-0/+6
2023-10-12btrfs: qgroup: add new quota mode for simple quotasGravatar Boris Burkov 1-4/+3
2023-10-12btrfs: rename errno identifiers to errorGravatar David Sterba 1-5/+5
2023-10-12btrfs: always reserve space for delayed refs when starting transactionGravatar Filipe Manana 1-27/+107
2023-10-12btrfs: stop doing excessive space reservation for csum deletionGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countGravatar Filipe Manana 1-4/+4
2023-10-12btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()Gravatar Filipe Manana 1-1/+2
2023-10-12btrfs: reformat remaining kdoc style commentsGravatar David Sterba 1-2/+2
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2023-09-20btrfs: prevent transaction block reserve underflow when starting transactionGravatar Filipe Manana 1-3/+3
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-15/+24
2023-09-08btrfs: do not block starts waiting on previous transaction commitGravatar Josef Bacik 1-15/+24
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-11/+28
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+1
2023-08-21btrfs: update comment for btrfs_join_transaction_nostart()Gravatar Filipe Manana 1-1/+4
2023-08-21btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTGravatar Filipe Manana 1-3/+4
2023-08-21btrfs: fix start transaction qgroup rsv double freeGravatar Boris Burkov 1-3/+16
2023-08-21btrfs: make find_first_extent_bit() return a booleanGravatar Filipe Manana 1-4/+4
2023-07-26btrfs: check for commit error at btrfs_attach_transaction_barrier()Gravatar Filipe Manana 1-2/+7
2023-07-24btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Gravatar Filipe Manana 1-0/+1
2023-07-13btrfs: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+1
2023-06-19btrfs: do not BUG_ON on failure to get dir index for new snapshotGravatar Filipe Manana 1-1/+4
2023-06-19btrfs: don't hold an extra reference for redirtied buffersGravatar Christoph Hellwig 1-9/+0
2023-06-19btrfs: determine synchronous writers from bio or writeback controlGravatar Christoph Hellwig 1-2/+0