index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-03-02
btrfs: fix relocation crash due to premature return from btrfs_commit_transac...
Omar Sandoval
1
-1
/
+31
2022-03-02
btrfs: do not start relocation until in progress drops are done
Josef Bacik
1
-1
/
+32
2022-02-09
btrfs: get rid of warning on transaction commit when using flushoncommit
Filipe Manana
1
-2
/
+10
2022-01-31
btrfs: fix use-after-free after failure to create a snapshot
Filipe Manana
1
-0
/
+24
2022-01-07
btrfs: make send work with concurrent block group relocation
Filipe Manana
1
-0
/
+4
2022-01-03
btrfs: remove useless WARN_ON in record_root_in_trans
Josef Bacik
1
-1
/
+0
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: do not special case the extent root for switch commit roots
Josef Bacik
1
-6
/
+2
2022-01-03
btrfs: remove trans_handle->root
Josef Bacik
1
-1
/
+0
2022-01-03
btrfs: pass fs_info to trace_btrfs_transaction_commit
Josef Bacik
1
-2
/
+2
2022-01-03
btrfs: rework async transaction committing
Josef Bacik
1
-53
/
+11
2022-01-03
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
1
-2
/
+2
2022-01-03
btrfs: reduce the scope of the tree log mutex during transaction commit
Filipe Manana
1
-34
/
+42
2021-10-26
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
1
-6
/
+5
2021-07-07
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
1
-5
/
+5
[next]