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
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-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
2022-12-05
btrfs: move defrag related prototypes to their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
1
-7
/
+6
2022-12-05
btrfs: setup qstr from dentrys using fscrypt helper
Sweet Tea Dorminy
1
-12
/
+28
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
1
-6
/
+5
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: remove fs_info::pending_changes and related code
Josef Bacik
1
-25
/
+0
2022-12-05
btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
Josef Bacik
1
-0
/
+2
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move trans_handle_cachep out of ctree.h
Josef Bacik
1
-0
/
+17
2022-09-26
btrfs: don't init io tree with private data for non-inodes
Josef Bacik
1
-1
/
+1
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
1
-1
/
+1
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
1
-1
/
+1
2022-09-26
btrfs: add KCSAN annotations for unlocked access to block_rsv->full
David Sterba
1
-2
/
+2
2022-09-26
btrfs: don't save block group root into super block
Qu Wenruo
1
-8
/
+0
2022-09-26
btrfs: get rid of block group caching progress logic
Omar Sandoval
1
-41
/
+0
2022-09-26
btrfs: add lockdep annotations for pending_ordered wait event
Ioannis Angelakopoulos
1
-0
/
+1
2022-09-26
btrfs: add lockdep annotations for transaction states wait events
Ioannis Angelakopoulos
1
-10
/
+43
2022-09-26
btrfs: add lockdep annotations for num_extwriters wait event
Ioannis Angelakopoulos
1
-0
/
+13
2022-09-26
btrfs: add lockdep annotations for num_writers wait event
Ioannis Angelakopoulos
1
-5
/
+33
2022-07-25
btrfs: clean up chained assignments
David Sterba
1
-2
/
+2
2022-07-25
btrfs: collect commit stats, count, duration
Ioannis Angelakopoulos
1
-0
/
+22
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
1
-49
/
+63
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
1
-63
/
+49
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
1
-2
/
+2
2022-03-14
btrfs: pass btrfs_fs_info for deleting snapshots and cleaner
Josef Bacik
1
-2
/
+2
2022-03-14
btrfs: add support for multiple global roots
Josef Bacik
1
-0
/
+15
[next]