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
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix lock inversion problem when doing qgroup extent tracing
Filipe Manana
2021-07-22
6
-25
/
+48
*
btrfs: check for missing device in btrfs_trim_fs
Anand Jain
2021-07-22
1
-0
/
+3
*
btrfs: fix unpersisted i_size on fsync after expanding truncate
Filipe Manana
2021-07-22
1
-9
/
+22
*
btrfs: zoned: fix wrong mutex unlock on failure to allocate log root tree
Filipe Manana
2021-07-07
1
-1
/
+1
*
btrfs: don't block if we can't acquire the reclaim lock
Johannes Thumshirn
2021-07-07
1
-1
/
+9
*
btrfs: properly split extent_map for REQ_OP_ZONE_APPEND
Naohiro Aota
2021-07-07
1
-29
/
+118
*
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
2021-07-07
7
-184
/
+546
*
btrfs: fix deadlock with concurrent chunk allocations involving system chunks
Filipe Manana
2021-07-07
3
-69
/
+1
*
btrfs: zoned: print unusable percentage when reclaiming block groups
Johannes Thumshirn
2021-07-07
1
-2
/
+12
*
btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_work
David Sterba
2021-07-07
1
-1
/
+1
*
btrfs: remove unused btrfs_fs_info::total_pinned
Nikolay Borisov
2021-06-22
1
-2
/
+0
*
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
2021-06-22
7
-97
/
+0
*
btrfs: rip the first_ticket_bytes logic from fail_all_tickets
Josef Bacik
2021-06-22
1
-16
/
+0
*
btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushing
Josef Bacik
2021-06-22
1
-16
/
+0
*
btrfs: rip out may_commit_transaction
Josef Bacik
2021-06-22
2
-126
/
+11
*
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
2021-06-22
5
-31
/
+2
*
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
2021-06-22
6
-19
/
+32
*
btrfs: shorten integrity checker extent data mount option
David Sterba
2021-06-22
3
-6
/
+4
*
btrfs: switch mount option bits to enums and use wider type
David Sterba
2021-06-22
1
-32
/
+33
*
btrfs: props: change how empty value is interpreted
David Sterba
2021-06-22
1
-0
/
+14
*
btrfs: compression: don't try to compress if we don't have enough pages
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: fix unbalanced unlock in qgroup_account_snapshot()
Naohiro Aota
2021-06-22
1
-1
/
+1
*
btrfs: sysfs: export dev stats in devinfo directory
David Sterba
2021-06-22
1
-0
/
+29
*
btrfs: fix typos in comments
David Sterba
2021-06-22
19
-28
/
+28
*
btrfs: remove a stale comment for btrfs_decompress_bio()
Qu Wenruo
2021-06-22
1
-14
/
+0
*
btrfs: send: use list_move_tail instead of list_del/list_add_tail
Baokun Li
2021-06-22
1
-11
/
+7
*
btrfs: disable build on platforms having page size 256K
Christophe Leroy
2021-06-22
1
-0
/
+2
*
btrfs: send: fix invalid path for unlink operations after parent orphanization
Filipe Manana
2021-06-22
1
-0
/
+11
*
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
3
-25
/
+4
*
btrfs: remove total_data_size variable in btrfs_batch_insert_items()
Nathan Chancellor
2021-06-21
1
-2
/
+1
*
btrfs: eliminate insert label in add_falloc_range
Nikolay Borisov
2021-06-21
1
-12
/
+11
*
btrfs: subpage: fix a rare race between metadata endio and eb freeing
Qu Wenruo
2021-06-21
3
-26
/
+32
*
btrfs: don't clear page extent mapped if we're not invalidating the full page
Qu Wenruo
2021-06-21
1
-1
/
+13
*
btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()
Qu Wenruo
2021-06-21
1
-1
/
+12
*
btrfs: reflink: make copy_inline_to_page() to be subpage compatible
Qu Wenruo
2021-06-21
1
-5
/
+9
*
btrfs: make btrfs_page_mkwrite() to be subpage compatible
Qu Wenruo
2021-06-21
1
-2
/
+2
*
btrfs: make btrfs_truncate_block() to be subpage compatible
Qu Wenruo
2021-06-21
1
-1
/
+1
*
btrfs: make __extent_writepage_io() only submit dirty range for subpage
Qu Wenruo
2021-06-21
1
-5
/
+75
*
btrfs: make btrfs_set_range_writeback() subpage compatible
Qu Wenruo
2021-06-21
3
-7
/
+10
*
btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...
Qu Wenruo
2021-06-21
1
-1
/
+15
*
btrfs: update locked page dirty/writeback/error bits in __process_pages_contig
Qu Wenruo
2021-06-21
1
-4
/
+4
*
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
2021-06-21
3
-8
/
+18
*
btrfs: introduce helpers for subpage ordered status
Qu Wenruo
2021-06-21
2
-0
/
+33
*
btrfs: make process_one_page() to handle subpage locking
Qu Wenruo
2021-06-21
3
-15
/
+94
*
btrfs: make end_bio_extent_writepage() to be subpage compatible
Qu Wenruo
2021-06-21
1
-1
/
+2
*
btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...
Qu Wenruo
2021-06-21
1
-8
/
+16
*
btrfs: make btrfs_dirty_pages() to be subpage compatible
Qu Wenruo
2021-06-21
1
-2
/
+5
*
btrfs: only require sector size alignment for end_bio_extent_writepage()
Qu Wenruo
2021-06-21
1
-17
/
+12
*
btrfs: provide btrfs_page_clamp_*() helpers
Qu Wenruo
2021-06-21
2
-0
/
+48
[next]