index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-13
btrfs: don't refill whole delayed refs block reserve when starting transaction
Filipe Manana
1
-36
/
+2
2023-12-14
Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+0
2023-12-07
btrfs: free qgroup pertrans reserve on transaction abort
Boris Burkov
1
-2
/
+0
2023-11-28
Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-11-15
btrfs: do not abort transaction if there is already an existing qgroup
Qu Wenruo
1
-1
/
+1
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-89
/
+140
2023-10-18
btrfs: convert to new timestamp accessors
Jeff Layton
1
-1
/
+2
2023-10-12
btrfs: add and use helpers for reading and writing last_trans_committed
Filipe Manana
1
-3
/
+3
2023-10-12
btrfs: add and use helpers for reading and writing fs_info->generation
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: stop reserving excessive space for block group item insertions
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: move btrfs_defrag_root() to defrag.{c,h}
Filipe Manana
1
-39
/
+0
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: qgroup: simple quota auto hierarchy for nested subvolumes
Boris Burkov
1
-5
/
+9
2023-10-12
btrfs: create qgroup earlier in snapshot creation
Boris Burkov
1
-0
/
+6
2023-10-12
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
1
-4
/
+3
2023-10-12
btrfs: rename errno identifiers to error
David Sterba
1
-5
/
+5
2023-10-12
btrfs: always reserve space for delayed refs when starting transaction
Filipe Manana
1
-27
/
+107
2023-10-12
btrfs: stop doing excessive space reservation for csum deletion
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: allow to run delayed refs by bytes to be released instead of count
Filipe Manana
1
-4
/
+4
2023-10-12
btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()
Filipe Manana
1
-1
/
+2
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
1
-2
/
+2
2023-09-26
Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2023-09-20
btrfs: prevent transaction block reserve underflow when starting transaction
Filipe Manana
1
-3
/
+3
2023-09-12
Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-15
/
+24
2023-09-08
btrfs: do not block starts waiting on previous transaction commit
Josef Bacik
1
-15
/
+24
2023-08-28
Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-11
/
+28
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+1
2023-08-21
btrfs: update comment for btrfs_join_transaction_nostart()
Filipe Manana
1
-1
/
+4
2023-08-21
btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART
Filipe Manana
1
-3
/
+4
2023-08-21
btrfs: fix start transaction qgroup rsv double free
Boris Burkov
1
-3
/
+16
2023-08-21
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
1
-4
/
+4
2023-07-26
btrfs: check for commit error at btrfs_attach_transaction_barrier()
Filipe Manana
1
-2
/
+7
2023-07-24
btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
Filipe Manana
1
-0
/
+1
2023-07-13
btrfs: convert to ctime accessor functions
Jeff Layton
1
-2
/
+1
2023-06-19
btrfs: do not BUG_ON on failure to get dir index for new snapshot
Filipe Manana
1
-1
/
+4
2023-06-19
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
1
-9
/
+0
2023-06-19
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
1
-2
/
+0
2023-04-17
btrfs: correctly calculate delayed ref bytes when starting transaction
Filipe Manana
1
-5
/
+6
2023-04-17
btrfs: make btrfs_block_rsv_full() check more boolean when starting transaction
Filipe Manana
1
-1
/
+1
2023-04-17
btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()
Filipe Manana
1
-11
/
+4
2023-03-28
btrfs: fix deadlock when aborting transaction during relocation with scrub
Filipe Manana
1
-1
/
+14
2023-02-13
btrfs: sysfs: update fs features directory asynchronously
Qu Wenruo
1
-0
/
+5
2023-02-13
btrfs: move btrfs_abort_transaction to transaction.c
Josef Bacik
1
-0
/
+29
2022-12-05
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
1
-2
/
+2
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
1
-1
/
+1
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
1
-0
/
+1
[next]