index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
2024-07-11
1
-4
/
+4
*
btrfs: switch btrfs_pending_snapshot::dir to btrfs_inode
David Sterba
2024-07-11
1
-1
/
+1
*
btrfs: add and use helper to commit the current transaction
Filipe Manana
2024-07-11
1
-0
/
+19
*
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-11
1
-1
/
+1
*
btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()
Anand Jain
2024-05-07
1
-13
/
+8
*
btrfs: rename werr and err to ret in btrfs_write_marked_extents()
Anand Jain
2024-05-07
1
-13
/
+10
*
btrfs: report filemap_fdata<write|wait>_range() error
Anand Jain
2024-05-07
1
-0
/
+4
*
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
1
-11
/
+11
*
btrfs: rename err to ret in __btrfs_end_transaction()
Anand Jain
2024-05-07
1
-4
/
+4
*
btrfs: remove pointless BUG_ON() when creating snapshot
Filipe Manana
2024-05-07
1
-2
/
+0
*
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
[next]