index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ordered-data.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix comment for btrfs ordered extent flag bits
Qu Wenruo
2021-04-19
1
-2
/
+2
*
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
2021-02-09
1
-0
/
+8
*
btrfs: zoned: split ordered extent when bio is sent
Naohiro Aota
2021-02-09
1
-0
/
+2
*
btrfs: rework the order of btrfs_ordered_extent::flags
Qu Wenruo
2021-02-08
1
-13
/
+24
*
btrfs: refactor btrfs_dec_test_* functions for ordered extents
Qu Wenruo
2021-02-08
1
-5
/
+5
*
btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sums
Qu Wenruo
2020-12-09
1
-2
/
+0
*
btrfs: remove unnecessary local variables for checksum size
David Sterba
2020-12-08
1
-2
/
+1
*
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
2020-12-08
1
-1
/
+1
*
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
2020-12-08
1
-1
/
+1
*
btrfs: remove inode argument from btrfs_start_ordered_extent
Nikolay Borisov
2020-10-07
1
-2
/
+1
*
btrfs: switch btrfs_remove_ordered_extent to btrfs_inode
Nikolay Borisov
2020-10-07
1
-1
/
+1
*
btrfs: make btrfs_find_ordered_sum take btrfs_inode
Nikolay Borisov
2020-10-07
1
-2
/
+2
*
btrfs: make btrfs_dec_test_ordered_pending take btrfs_inode
Nikolay Borisov
2020-10-07
1
-1
/
+1
*
btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode
Nikolay Borisov
2020-10-07
1
-1
/
+1
*
btrfs: make fast fsyncs wait only for writeback
Filipe Manana
2020-10-07
1
-0
/
+11
*
btrfs: make btrfs_add_ordered_extent_dio take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+1
*
btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+1
*
btrfs: make btrfs_add_ordered_extent_compress take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+1
*
btrfs: make btrfs_add_ordered_extent take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+1
*
btrfs: make btrfs_lookup_ordered_extent take btrfs_inode
Nikolay Borisov
2020-07-27
1
-1
/
+1
*
btrfs: remove no longer used trans_list member of struct btrfs_ordered_extent
Filipe Manana
2020-07-27
1
-3
/
+0
*
btrfs: remove no longer used log_list member of struct btrfs_ordered_extent
Filipe Manana
2020-07-27
1
-3
/
+0
*
btrfs: change timing for qgroup reserved space for ordered extents to fix res...
Qu Wenruo
2020-07-27
1
-0
/
+3
*
btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range
David Sterba
2020-03-23
1
-2
/
+1
*
btrfs: delete the ordered isize update code
Josef Bacik
2020-03-23
1
-7
/
+0
*
btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
Omar Sandoval
2020-01-20
1
-12
/
+14
*
Btrfs: fix block group remaining RO forever after error during device replace
Filipe Manana
2019-11-18
1
-1
/
+1
*
btrfs: don't assume ordered sums to be 4 bytes
Johannes Thumshirn
2019-07-01
1
-2
/
+2
*
btrfs: add new helper btrfs_lock_and_flush_ordered_range
Nikolay Borisov
2019-07-01
1
-0
/
+4
*
btrfs: Remove redundant inode argument from btrfs_add_ordered_sum
Nikolay Borisov
2019-04-29
1
-2
/
+1
*
btrfs: switch BTRFS_ORDERED_* to enums
David Sterba
2018-12-17
1
-20
/
+25
*
Btrfs: remove no longer used stuff for tracking pending ordered extents
Filipe Manana
2018-12-17
1
-2
/
+0
*
btrfs: remove remaing full_sync logic from btrfs_sync_file
David Sterba
2018-08-06
1
-3
/
+0
*
btrfs: remove the logged extents infrastructure
Josef Bacik
2018-08-06
1
-17
/
+3
*
btrfs: replace GPL boilerplate by SPDX -- headers
David Sterba
2018-04-12
1
-16
/
+4
*
btrfs: add more __cold annotations
David Sterba
2018-03-26
1
-1
/
+1
*
btrfs: Don't hardcode the csum size in btrfs_ordered_sum_size
Nikolay Borisov
2018-03-26
1
-1
/
+3
*
btrfs: fix integer overflow in calc_reclaim_items_nr
Chris Mason
2017-06-29
1
-2
/
+2
*
btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_t
Elena Reshetova
2017-04-18
1
-1
/
+1
*
btrfs: Make btrfs_lookup_ordered_range take btrfs_inode
Nikolay Borisov
2017-02-28
1
-3
/
+4
*
Btrfs: specify a new ordered extent type for create_io_em
Liu Bo
2017-02-17
1
-0
/
+2
*
btrfs: Make btrfs_get_logged_extents take btrfs_inode
Nikolay Borisov
2017-02-14
1
-1
/
+1
*
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-12-06
1
-2
/
+2
*
Btrfs: fix race setting block group readonly during device replace
Filipe Manana
2016-05-30
1
-1
/
+1
*
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
David Sterba
2016-05-25
1
-1
/
+1
|
\
|
*
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
2016-05-25
1
-1
/
+1
*
|
Btrfs: don't wait for unrelated IO to finish before relocation
Filipe Manana
2016-05-13
1
-2
/
+4
|
/
*
Btrfs: change how we wait for pending ordered extents
Josef Bacik
2015-10-21
1
-0
/
+2
*
Btrfs: avoid syncing log in the fast fsync path when not necessary
Filipe Manana
2015-06-10
1
-0
/
+3
*
Btrfs: remove csum_bytes_left
Liu Bo
2015-06-03
1
-3
/
+0
[next]