index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
2024-02-29
btrfs: fix double free of anonymous device after snapshot creation failure
Filipe Manana
2024-02-13
btrfs: don't refill whole delayed refs block reserve when starting transaction
Filipe Manana
2023-12-14
Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-06
btrfs: free qgroup pertrans reserve on transaction abort
Boris Burkov
2023-11-28
Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-15
btrfs: do not abort transaction if there is already an existing qgroup
Qu Wenruo
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-18
btrfs: convert to new timestamp accessors
Jeff Layton
2023-10-12
btrfs: add and use helpers for reading and writing last_trans_committed
Filipe Manana
2023-10-12
btrfs: add and use helpers for reading and writing fs_info->generation
Filipe Manana
2023-10-12
btrfs: stop reserving excessive space for block group item insertions
Filipe Manana
2023-10-12
btrfs: move btrfs_defrag_root() to defrag.{c,h}
Filipe Manana
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
2023-10-12
btrfs: qgroup: simple quota auto hierarchy for nested subvolumes
Boris Burkov
2023-10-12
btrfs: create qgroup earlier in snapshot creation
Boris Burkov
2023-10-12
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
2023-10-12
btrfs: rename errno identifiers to error
David Sterba
2023-10-12
btrfs: always reserve space for delayed refs when starting transaction
Filipe Manana
2023-10-12
btrfs: stop doing excessive space reservation for csum deletion
Filipe Manana
2023-10-12
btrfs: allow to run delayed refs by bytes to be released instead of count
Filipe Manana
2023-10-12
btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()
Filipe Manana
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
2023-09-26
Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-20
btrfs: prevent transaction block reserve underflow when starting transaction
Filipe Manana
2023-09-12
Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-08
btrfs: do not block starts waiting on previous transaction commit
Josef Bacik
2023-08-28
Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-21
btrfs: update comment for btrfs_join_transaction_nostart()
Filipe Manana
2023-08-21
btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART
Filipe Manana
2023-08-21
btrfs: fix start transaction qgroup rsv double free
Boris Burkov
2023-08-21
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
2023-07-26
btrfs: check for commit error at btrfs_attach_transaction_barrier()
Filipe Manana
2023-07-24
btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
Filipe Manana
2023-07-13
btrfs: convert to ctime accessor functions
Jeff Layton
2023-06-19
btrfs: do not BUG_ON on failure to get dir index for new snapshot
Filipe Manana
2023-06-19
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
2023-06-19
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
2023-04-17
btrfs: correctly calculate delayed ref bytes when starting transaction
Filipe Manana
2023-04-17
btrfs: make btrfs_block_rsv_full() check more boolean when starting transaction
Filipe Manana
2023-04-17
btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()
Filipe Manana
2023-03-28
btrfs: fix deadlock when aborting transaction during relocation with scrub
Filipe Manana
2023-02-13
btrfs: sysfs: update fs features directory asynchronously
Qu Wenruo
2023-02-13
btrfs: move btrfs_abort_transaction to transaction.c
Josef Bacik
2022-12-05
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
[next]