index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-22
btrfs: reorder btrfs_transaction members for better packing
David Sterba
1
-2
/
+2
2018-01-22
btrfs: use narrower type for btrfs_transaction::num_dirty_bgs
David Sterba
1
-1
/
+1
2018-01-22
btrfs: reorder btrfs_trans_handle members for better packing
David Sterba
1
-2
/
+2
2018-01-22
btrfs: switch to refcount_t type for btrfs_trans_handle::use_count
David Sterba
1
-1
/
+1
2018-01-22
btrfs: remove unused member of btrfs_trans_handle
David Sterba
1
-1
/
+0
2018-01-22
btrfs: switch btrfs_trans_handle::adding_csums to bool
David Sterba
1
-1
/
+1
2017-04-18
btrfs: remove unused qgroup members from btrfs_trans_handle
David Sterba
1
-2
/
+0
2017-04-18
btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+3
2016-12-06
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
1
-14
/
+4
2016-12-06
btrfs: split btrfs_wait_marked_extents into normal and tree log functions
Jeff Mahoney
1
-2
/
+3
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-3
/
+3
2016-09-26
btrfs: convert pr_* to btrfs_* where possible
Jeff Mahoney
1
-0
/
+1
2016-07-26
btrfs: add btrfs_trans_handle->fs_info pointer
Jeff Mahoney
1
-0
/
+1
2016-06-17
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
1
-1
/
+1
2016-05-25
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
1
-1
/
+1
2016-01-07
btrfs: preallocate path for snapshot creation at ioctl time
David Sterba
1
-0
/
+1
2016-01-07
btrfs: allocate root item at snapshot ioctl time
David Sterba
1
-0
/
+1
2015-12-10
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
Filipe Manana
1
-1
/
+1
2015-11-25
Btrfs: use global reserve when deleting unused block group after ENOSPC
Filipe Manana
1
-0
/
+4
2015-10-22
Merge branch 'allocator-fixes' into for-linus-4.4
Chris Mason
1
-7
/
+7
2015-10-22
Btrfs: don't continue setting up space cache when enospc
Josef Bacik
1
-0
/
+1
2015-10-22
Btrfs: add a flags field to btrfs_transaction
Josef Bacik
1
-5
/
+4
2015-10-22
Btrfs: change how we wait for pending ordered extents
Josef Bacik
1
-2
/
+2
2015-10-22
btrfs: qgroup: Use new metadata reservation.
Qu Wenruo
1
-1
/
+0
2015-10-21
btrfs: change num_items type from u64 to unsigned int
Alexandru Moise
1
-2
/
+3
2015-10-06
Btrfs: fix deadlock when finalizing block group creation
Filipe Manana
1
-0
/
+1
2015-09-22
Btrfs: keep dropped roots in cache until transaction commit
Josef Bacik
1
-1
/
+4
2015-07-29
btrfs: add missing discards when unpinning extents with -o discard
Jeff Mahoney
1
-0
/
+2
2015-06-10
btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.
Qu Wenruo
1
-0
/
+23
2015-06-03
Btrfs: fix -ENOSPC when finishing block group creation
Filipe Manana
1
-0
/
+1
2015-04-11
Btrfs: allow block group cache writeout outside critical section in commit
Chris Mason
1
-0
/
+9
2015-04-11
Btrfs: reserve space for block groups
Josef Bacik
1
-0
/
+1
2015-03-27
Btrfs: fix metadata inconsistencies after directory fsync
Filipe Manana
1
-0
/
+2
2015-02-14
btrfs: Fix out-of-space bug
Zhao Lei
1
-0
/
+5
2015-01-22
Btrfs: track dirty block groups on their own list
Josef Bacik
1
-0
/
+2
2014-11-25
Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-0
/
+2
2014-11-21
Btrfs: make sure logged extents complete in the current transaction V3
Josef Bacik
1
-0
/
+2
2014-11-21
Btrfs: deal with convert_extent_bit errors to avoid fs corruption
Filipe Manana
1
-2
/
+0
2014-11-12
btrfs: add support for processing pending changes
David Sterba
1
-0
/
+2
2014-10-02
btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB
David Sterba
1
-1
/
+1
2014-08-15
btrfs: disable strict file flushes for renames and truncates
Chris Mason
1
-1
/
+0
2014-06-10
Btrfs: add sanity tests for new qgroup accounting code
Josef Bacik
1
-0
/
+1
2014-04-07
Btrfs: remove transaction from send
Josef Bacik
1
-0
/
+1
2014-04-07
Btrfs: don't clear uptodate if the eb is under IO
Josef Bacik
1
-0
/
+2
2014-01-29
Btrfs: make fsync latency less sucky
Josef Bacik
1
-0
/
+1
2014-01-29
Btrfs: remove btrfs_end_transaction_dmeta()
Miao Xie
1
-2
/
+0
2013-11-12
Btrfs: fix BUG_ON() casued by the reserved space migration
Miao Xie
1
-0
/
+1
2013-11-12
Btrfs: fix two use-after-free bugs with transaction cleanup
Josef Bacik
1
-0
/
+1
2013-09-01
btrfs: mark some local function as 'static'
Sergei Trofimovich
1
-2
/
+0
2013-08-10
Btrfs: check to see if root_list is empty before adding it to dead roots
Josef Bacik
1
-1
/
+1
[next]