index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
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: don't init io tree with private data for non-inodes
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: add KCSAN annotations for unlocked access to block_rsv->full
David Sterba
2022-09-26
1
-2
/
+2
*
btrfs: don't save block group root into super block
Qu Wenruo
2022-09-26
1
-8
/
+0
*
btrfs: get rid of block group caching progress logic
Omar Sandoval
2022-09-26
1
-41
/
+0
*
btrfs: add lockdep annotations for pending_ordered wait event
Ioannis Angelakopoulos
2022-09-26
1
-0
/
+1
*
btrfs: add lockdep annotations for transaction states wait events
Ioannis Angelakopoulos
2022-09-26
1
-10
/
+43
*
btrfs: add lockdep annotations for num_extwriters wait event
Ioannis Angelakopoulos
2022-09-26
1
-0
/
+13
*
btrfs: add lockdep annotations for num_writers wait event
Ioannis Angelakopoulos
2022-09-26
1
-5
/
+33
*
btrfs: clean up chained assignments
David Sterba
2022-07-25
1
-2
/
+2
*
btrfs: collect commit stats, count, duration
Ioannis Angelakopoulos
2022-07-25
1
-0
/
+22
*
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
2022-07-15
1
-49
/
+63
*
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
2022-05-16
1
-63
/
+49
*
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
2022-05-16
1
-2
/
+2
*
btrfs: pass btrfs_fs_info for deleting snapshots and cleaner
Josef Bacik
2022-03-14
1
-2
/
+2
*
btrfs: add support for multiple global roots
Josef Bacik
2022-03-14
1
-0
/
+15
*
btrfs: fix relocation crash due to premature return from btrfs_commit_transac...
Omar Sandoval
2022-03-02
1
-1
/
+31
*
btrfs: do not start relocation until in progress drops are done
Josef Bacik
2022-03-02
1
-1
/
+32
*
btrfs: get rid of warning on transaction commit when using flushoncommit
Filipe Manana
2022-02-09
1
-2
/
+10
*
btrfs: fix use-after-free after failure to create a snapshot
Filipe Manana
2022-01-31
1
-0
/
+24
*
btrfs: make send work with concurrent block group relocation
Filipe Manana
2022-01-07
1
-0
/
+4
*
btrfs: remove useless WARN_ON in record_root_in_trans
Josef Bacik
2022-01-03
1
-1
/
+0
*
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: do not special case the extent root for switch commit roots
Josef Bacik
2022-01-03
1
-6
/
+2
*
btrfs: remove trans_handle->root
Josef Bacik
2022-01-03
1
-1
/
+0
*
btrfs: pass fs_info to trace_btrfs_transaction_commit
Josef Bacik
2022-01-03
1
-2
/
+2
*
btrfs: rework async transaction committing
Josef Bacik
2022-01-03
1
-53
/
+11
*
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
2022-01-03
1
-2
/
+2
*
btrfs: reduce the scope of the tree log mutex during transaction commit
Filipe Manana
2022-01-03
1
-34
/
+42
*
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
2021-10-26
1
-6
/
+5
*
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
2021-07-07
1
-5
/
+5
*
btrfs: fix deadlock with concurrent chunk allocations involving system chunks
Filipe Manana
2021-07-07
1
-5
/
+0
*
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
2021-06-22
1
-3
/
+0
*
btrfs: fix unbalanced unlock in qgroup_account_snapshot()
Naohiro Aota
2021-06-22
1
-1
/
+1
*
btrfs: inline wait_current_trans_commit_start in its caller
David Sterba
2021-06-21
1
-13
/
+7
*
btrfs: sink wait_for_unblock parameter to async commit
David Sterba
2021-06-21
1
-22
/
+2
*
btrfs: clear defrag status of a root if starting transaction fails
David Sterba
2021-06-21
1
-2
/
+4
*
btrfs: always abort the transaction if we abort a trans handle
Josef Bacik
2021-06-21
1
-8
/
+0
*
btrfs: fix race between transaction aborts and fsyncs leading to use-after-free
Filipe Manana
2021-04-19
1
-1
/
+11
*
btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
Josef Bacik
2021-04-19
1
-1
/
+3
*
btrfs: return an error from btrfs_record_root_in_trans
Josef Bacik
2021-04-19
1
-2
/
+3
*
btrfs: handle record_root_in_trans failure in create_pending_snapshot
Josef Bacik
2021-04-19
1
-3
/
+8
*
btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
Josef Bacik
2021-04-19
1
-2
/
+3
*
btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
Josef Bacik
2021-04-19
1
-2
/
+4
*
btrfs: handle btrfs_record_root_in_trans failure in start_transaction
Josef Bacik
2021-04-19
1
-1
/
+10
*
btrfs: fix exhaustion of the system chunk array due to concurrent allocations
Filipe Manana
2021-04-19
1
-0
/
+5
*
btrfs: zoned: redirty released extent buffers
Naohiro Aota
2021-02-09
1
-0
/
+10
*
btrfs: make concurrent fsyncs wait less when waiting for a transaction commit
Filipe Manana
2021-02-08
1
-8
/
+31
*
btrfs: run delayed refs less often in commit_cowonly_roots
Josef Bacik
2021-02-08
1
-11
/
+12
[next]