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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
9
-44
/
+47
2022-05-24
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
56
-4159
/
+4411
2022-05-23
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+6
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-34
/
+19
2022-05-17
btrfs: zoned: introduce a minimal zone size 4M and reject mount
Johannes Thumshirn
1
-3
/
+12
2022-05-17
btrfs: allow defrag to convert inline extents to regular extents
Qu Wenruo
1
-2
/
+22
2022-05-17
btrfs: add "0x" prefix for unsupported optional features
Qu Wenruo
1
-2
/
+2
2022-05-17
btrfs: do not account twice for inode ref when reserving metadata units
Filipe Manana
1
-2
/
+5
2022-05-17
btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointer
Naohiro Aota
1
-1
/
+1
2022-05-17
btrfs: send: avoid trashing the page cache
Filipe Manana
1
-3
/
+82
2022-05-16
btrfs: send: keep the current inode open while processing it
Filipe Manana
1
-19
/
+35
2022-05-16
btrfs: allocate the btrfs_dio_private as part of the iomap dio bio
Christoph Hellwig
1
-58
/
+35
2022-05-16
btrfs: move struct btrfs_dio_private to inode.c
Christoph Hellwig
3
-25
/
+24
2022-05-16
btrfs: remove the disk_bytenr in struct btrfs_dio_private
Christoph Hellwig
2
-2
/
+0
2022-05-16
btrfs: allocate dio_data on stack
Christoph Hellwig
1
-23
/
+11
2022-05-16
iomap: add per-iomap_iter private data
Christoph Hellwig
1
-1
/
+1
2022-05-16
btrfs: add a btrfs_dio_rw wrapper
Christoph Hellwig
3
-8
/
+12
2022-05-16
btrfs: zoned: zone finish unused block group
Naohiro Aota
1
-0
/
+8
2022-05-16
btrfs: zoned: properly finish block group on metadata write
Naohiro Aota
5
-6
/
+39
2022-05-16
btrfs: zoned: finish block group when there are no more allocatable bytes left
Naohiro Aota
1
-1
/
+10
2022-05-16
btrfs: zoned: consolidate zone finish functions
Naohiro Aota
1
-73
/
+64
2022-05-16
btrfs: zoned: introduce btrfs_zoned_bg_is_full
Naohiro Aota
3
-3
/
+8
2022-05-16
btrfs: improve error reporting in lookup_inline_extent_backref
Nikolay Borisov
1
-1
/
+7
2022-05-16
btrfs: rename bio_ctrl::bio_flags to compress_type
David Sterba
1
-10
/
+10
2022-05-16
btrfs: rename bio_flags in parameters and switch type
David Sterba
4
-19
/
+21
2022-05-16
btrfs: rename io_failure_record::bio_flags to compress_type
David Sterba
2
-4
/
+5
2022-05-16
btrfs: open code extent_set_compress_type helpers
David Sterba
2
-16
/
+3
2022-05-16
btrfs: simplify handling of bio_ctrl::bio_flags
David Sterba
3
-17
/
+9
2022-05-16
btrfs: remove trivial helper update_nr_written
David Sterba
1
-9
/
+3
2022-05-16
btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio
David Sterba
3
-7
/
+5
2022-05-16
btrfs: remove btrfs_delayed_extent_op::is_data
David Sterba
3
-8
/
+3
2022-05-16
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
3
-6
/
+5
2022-05-16
btrfs: fix deadlock between concurrent dio writes when low on free data space
Filipe Manana
1
-17
/
+65
2022-05-16
btrfs: derive compression type from extent map during reads
Goldwyn Rodrigues
3
-8
/
+7
2022-05-16
btrfs: scrub: move scrub_remap_extent() call into scrub_extent()
Qu Wenruo
1
-27
/
+35
2022-05-16
btrfs: scrub: use find_first_extent_item to for extent item search
Qu Wenruo
1
-73
/
+25
2022-05-16
btrfs: scrub: refactor scrub_raid56_parity()
Qu Wenruo
1
-181
/
+164
2022-05-16
btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrub
Qu Wenruo
1
-226
/
+21
2022-05-16
btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()
Qu Wenruo
1
-77
/
+51
2022-05-16
btrfs: scrub: introduce dedicated helper to scrub simple-stripe based range
Qu Wenruo
1
-12
/
+88
2022-05-16
btrfs: scrub: introduce dedicated helper to scrub simple-mirror based range
Qu Wenruo
1
-0
/
+188
2022-05-16
btrfs: scrub: introduce a helper to locate an extent item
Qu Wenruo
1
-0
/
+107
2022-05-16
btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()
Qu Wenruo
1
-4
/
+2
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
6
-171
/
+139
2022-05-16
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
4
-97
/
+55
2022-05-16
btrfs: turn name_cache radix tree into XArray in send_ctx
Gabriel Niebler
1
-22
/
+18
2022-05-16
btrfs: turn delayed_nodes_tree into an XArray
Gabriel Niebler
4
-50
/
+44
2022-05-16
btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()
Qu Wenruo
2
-27
/
+36
2022-05-16
btrfs: move definition of btrfs_raid_types to volumes.h
Qu Wenruo
2
-0
/
+15
2022-05-16
btrfs: use a normal workqueue for rmw_workers
Christoph Hellwig
3
-19
/
+18
[next]