index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: always clear PERTRANS metadata during commit
Boris Burkov
2024-04-02
1
-1
/
+1
*
btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans
Boris Burkov
2024-04-02
1
-9
/
+8
*
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-05
1
-2
/
+1
*
btrfs: use KMEM_CACHE() to create btrfs_trans_handle cache
Kunwu Chan
2024-03-04
1
-3
/
+2
*
btrfs: remove no longer used btrfs_transaction_in_commit()
Filipe Manana
2024-03-04
1
-13
/
+0
*
btrfs: remove unused included headers
David Sterba
2024-03-04
1
-2
/
+0
*
btrfs: fix double free of anonymous device after snapshot creation failure
Filipe Manana
2024-02-29
1
-1
/
+1
*
btrfs: don't refill whole delayed refs block reserve when starting transaction
Filipe Manana
2024-02-13
1
-36
/
+2
*
Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-14
1
-2
/
+0
|
\
|
*
btrfs: free qgroup pertrans reserve on transaction abort
Boris Burkov
2023-12-06
1
-2
/
+0
*
|
Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-28
1
-1
/
+1
|
\
|
|
*
btrfs: do not abort transaction if there is already an existing qgroup
Qu Wenruo
2023-11-15
1
-1
/
+1
*
|
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-30
1
-89
/
+140
|
\
|
|
*
btrfs: add and use helpers for reading and writing last_trans_committed
Filipe Manana
2023-10-12
1
-3
/
+3
|
*
btrfs: add and use helpers for reading and writing fs_info->generation
Filipe Manana
2023-10-12
1
-1
/
+1
|
*
btrfs: stop reserving excessive space for block group item insertions
Filipe Manana
2023-10-12
1
-1
/
+1
|
*
btrfs: move btrfs_defrag_root() to defrag.{c,h}
Filipe Manana
2023-10-12
1
-39
/
+0
|
*
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
2023-10-12
1
-1
/
+1
|
*
btrfs: qgroup: simple quota auto hierarchy for nested subvolumes
Boris Burkov
2023-10-12
1
-5
/
+9
|
*
btrfs: create qgroup earlier in snapshot creation
Boris Burkov
2023-10-12
1
-0
/
+6
|
*
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
2023-10-12
1
-4
/
+3
|
*
btrfs: rename errno identifiers to error
David Sterba
2023-10-12
1
-5
/
+5
|
*
btrfs: always reserve space for delayed refs when starting transaction
Filipe Manana
2023-10-12
1
-27
/
+107
|
*
btrfs: stop doing excessive space reservation for csum deletion
Filipe Manana
2023-10-12
1
-1
/
+1
|
*
btrfs: allow to run delayed refs by bytes to be released instead of count
Filipe Manana
2023-10-12
1
-4
/
+4
|
*
btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()
Filipe Manana
2023-10-12
1
-1
/
+2
|
*
btrfs: reformat remaining kdoc style comments
David Sterba
2023-10-12
1
-2
/
+2
*
|
btrfs: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-1
/
+2
|
/
*
Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-26
1
-3
/
+3
|
\
|
*
btrfs: prevent transaction block reserve underflow when starting transaction
Filipe Manana
2023-09-20
1
-3
/
+3
*
|
Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-12
1
-15
/
+24
|
\
|
|
*
btrfs: do not block starts waiting on previous transaction commit
Josef Bacik
2023-09-08
1
-15
/
+24
*
|
Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-08-28
1
-11
/
+28
|
\
|
|
*
btrfs: update comment for btrfs_join_transaction_nostart()
Filipe Manana
2023-08-21
1
-1
/
+4
|
*
btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART
Filipe Manana
2023-08-21
1
-3
/
+4
|
*
btrfs: fix start transaction qgroup rsv double free
Boris Burkov
2023-08-21
1
-3
/
+16
|
*
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
2023-08-21
1
-4
/
+4
*
|
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
btrfs: convert to ctime accessor functions
Jeff Layton
2023-07-13
1
-2
/
+1
*
|
btrfs: check for commit error at btrfs_attach_transaction_barrier()
Filipe Manana
2023-07-26
1
-2
/
+7
*
|
btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
Filipe Manana
2023-07-24
1
-0
/
+1
|
/
*
btrfs: do not BUG_ON on failure to get dir index for new snapshot
Filipe Manana
2023-06-19
1
-1
/
+4
*
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
2023-06-19
1
-9
/
+0
*
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
2023-06-19
1
-2
/
+0
*
btrfs: correctly calculate delayed ref bytes when starting transaction
Filipe Manana
2023-04-17
1
-5
/
+6
*
btrfs: make btrfs_block_rsv_full() check more boolean when starting transaction
Filipe Manana
2023-04-17
1
-1
/
+1
*
btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()
Filipe Manana
2023-04-17
1
-11
/
+4
*
btrfs: fix deadlock when aborting transaction during relocation with scrub
Filipe Manana
2023-03-28
1
-1
/
+14
*
btrfs: sysfs: update fs features directory asynchronously
Qu Wenruo
2023-02-13
1
-0
/
+5
*
btrfs: move btrfs_abort_transaction to transaction.c
Josef Bacik
2023-02-13
1
-0
/
+29
[next]