index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
2023-07-26
btrfs: check for commit error at btrfs_attach_transaction_barrier()
Filipe Manana
2023-07-24
btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
Filipe Manana
2023-06-19
btrfs: do not BUG_ON on failure to get dir index for new snapshot
Filipe Manana
2023-06-19
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
2023-06-19
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
2023-04-17
btrfs: correctly calculate delayed ref bytes when starting transaction
Filipe Manana
2023-04-17
btrfs: make btrfs_block_rsv_full() check more boolean when starting transaction
Filipe Manana
2023-04-17
btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()
Filipe Manana
2023-03-28
btrfs: fix deadlock when aborting transaction during relocation with scrub
Filipe Manana
2023-02-13
btrfs: sysfs: update fs features directory asynchronously
Qu Wenruo
2023-02-13
btrfs: move btrfs_abort_transaction to transaction.c
Josef Bacik
2022-12-05
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
2022-12-05
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
2022-12-05
btrfs: move defrag related prototypes to their own header
Josef Bacik
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
2022-12-05
btrfs: setup qstr from dentrys using fscrypt helper
Sweet Tea Dorminy
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: remove fs_info::pending_changes and related code
Josef Bacik
2022-12-05
btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: move trans_handle_cachep out of ctree.h
Josef Bacik
2022-09-26
btrfs: don't init io tree with private data for non-inodes
Josef Bacik
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
2022-09-26
btrfs: add KCSAN annotations for unlocked access to block_rsv->full
David Sterba
2022-09-26
btrfs: don't save block group root into super block
Qu Wenruo
2022-09-26
btrfs: get rid of block group caching progress logic
Omar Sandoval
2022-09-26
btrfs: add lockdep annotations for pending_ordered wait event
Ioannis Angelakopoulos
2022-09-26
btrfs: add lockdep annotations for transaction states wait events
Ioannis Angelakopoulos
2022-09-26
btrfs: add lockdep annotations for num_extwriters wait event
Ioannis Angelakopoulos
2022-09-26
btrfs: add lockdep annotations for num_writers wait event
Ioannis Angelakopoulos
2022-07-25
btrfs: clean up chained assignments
David Sterba
2022-07-25
btrfs: collect commit stats, count, duration
Ioannis Angelakopoulos
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
2022-03-14
btrfs: pass btrfs_fs_info for deleting snapshots and cleaner
Josef Bacik
2022-03-14
btrfs: add support for multiple global roots
Josef Bacik
2022-03-02
btrfs: fix relocation crash due to premature return from btrfs_commit_transac...
Omar Sandoval
2022-03-02
btrfs: do not start relocation until in progress drops are done
Josef Bacik
2022-02-09
btrfs: get rid of warning on transaction commit when using flushoncommit
Filipe Manana
2022-01-31
btrfs: fix use-after-free after failure to create a snapshot
Filipe Manana
[next]