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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-22
btrfs: zoned: fix deadlock on log sync
Johannes Thumshirn
1
-3
/
+0
2021-02-22
btrfs: avoid double put of block group when emptying cluster
Josef Bacik
1
-4
/
+4
2021-02-22
btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled
Filipe Manana
1
-0
/
+18
2021-02-22
btrfs: tree-checker: do not error out if extent ref hash doesn't match
Josef Bacik
1
-12
/
+4
2021-02-22
btrfs: fix race between swap file activation and snapshot creation
Filipe Manana
1
-2
/
+19
2021-02-22
btrfs: fix race between writes to swap files and scrub
Filipe Manana
5
-3
/
+72
2021-02-22
btrfs: avoid checking for RO block group twice during nocow writeback
Filipe Manana
1
-3
/
+1
2021-02-22
btrfs: fix race between extent freeing/allocation when using bitmaps
Nikolay Borisov
1
-2
/
+4
2021-02-22
btrfs: make check_compressed_csum() to be subpage compatible
Qu Wenruo
1
-13
/
+26
2021-02-22
btrfs: make btrfs_submit_compressed_read() subpage compatible
Qu Wenruo
1
-6
/
+17
2021-02-22
btrfs: fix raid6 qstripe kmap
Ira Weiny
1
-11
/
+10
2021-02-09
btrfs: zoned: enable to mount ZONED incompat flag
Naohiro Aota
1
-1
/
+2
2021-02-09
btrfs: zoned: deal with holes writing out tree-log pages
Naohiro Aota
1
-1
/
+22
2021-02-09
btrfs: zoned: reorder log node allocation on zoned filesystem
Naohiro Aota
2
-11
/
+28
2021-02-09
btrfs: zoned: serialize log transaction on zoned filesystems
Naohiro Aota
1
-1
/
+33
2021-02-09
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
5
-4
/
+90
2021-02-09
btrfs: split alloc_log_tree()
Naohiro Aota
2
-6
/
+29
2021-02-09
btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
Naohiro Aota
5
-0
/
+80
2021-02-09
btrfs: zoned: enable relocation on a zoned filesystem
Naohiro Aota
1
-2
/
+32
2021-02-09
btrfs: zoned: support dev-replace in zoned filesystems
Naohiro Aota
3
-0
/
+123
2021-02-09
btrfs: zoned: implement copying for zoned device-replace
Naohiro Aota
4
-1
/
+101
2021-02-09
btrfs: zoned: implement cloning for zoned device-replace
Naohiro Aota
3
-17
/
+80
2021-02-09
btrfs: zoned: mark block groups to copy for device-replace
Naohiro Aota
4
-0
/
+204
2021-02-09
btrfs: zoned: do not use async metadata checksum on zoned filesystems
Naohiro Aota
1
-0
/
+2
2021-02-09
btrfs: zoned: wait for existing extents before truncating
Naohiro Aota
1
-0
/
+9
2021-02-09
btrfs: zoned: serialize metadata IO
Naohiro Aota
6
-1
/
+109
2021-02-09
btrfs: zoned: introduce dedicated data write path for zoned filesystems
Naohiro Aota
1
-2
/
+32
2021-02-09
btrfs: zoned: enable zone append writing for direct IO
Naohiro Aota
1
-0
/
+18
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
8
-3
/
+129
2021-02-09
btrfs: save irq flags when looking up an ordered extent
Johannes Thumshirn
1
-2
/
+3
2021-02-09
btrfs: zoned: cache if block group is on a sequential zone
Johannes Thumshirn
3
-0
/
+38
2021-02-09
btrfs: extend btrfs_rmap_block for specifying a device
Naohiro Aota
3
-11
/
+15
2021-02-09
btrfs: zoned: check if bio spans across an ordered extent
Johannes Thumshirn
3
-2
/
+36
2021-02-09
btrfs: zoned: split ordered extent when bio is sent
Naohiro Aota
3
-0
/
+175
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
4
-11
/
+12
2021-02-09
btrfs: zoned: use bio_add_zone_append_page
Naohiro Aota
1
-3
/
+26
2021-02-09
btrfs: factor out helper adding a page to bio
Naohiro Aota
1
-15
/
+45
2021-02-09
btrfs: zoned: reset zones of unused block groups
Naohiro Aota
3
-7
/
+33
2021-02-09
btrfs: zoned: advance allocation pointer after tree log node
Naohiro Aota
1
-1
/
+15
2021-02-09
btrfs: zoned: redirty released extent buffers
Naohiro Aota
9
-1
/
+88
2021-02-09
btrfs: zoned: implement sequential extent allocation
Naohiro Aota
3
-6
/
+94
2021-02-09
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
10
-18
/
+151
2021-02-09
btrfs: zoned: calculate allocation offset for conventional zones
Naohiro Aota
3
-9
/
+98
2021-02-09
btrfs: zoned: load zone's allocation offset
Naohiro Aota
4
-0
/
+179
2021-02-09
btrfs: zoned: verify device extent is aligned to zone
Naohiro Aota
1
-0
/
+14
2021-02-09
btrfs: zoned: implement zoned chunk allocator
Naohiro Aota
4
-17
/
+321
2021-02-09
btrfs: zoned: allow zoned filesystems on non-zoned block devices
Johannes Thumshirn
2
-16
/
+148
2021-02-09
btrfs: zoned: disallow fitrim on zoned filesystems
Naohiro Aota
1
-0
/
+8
2021-02-09
btrfs: zoned: do not load fs_info::zoned from incompat flag
Johannes Thumshirn
2
-2
/
+8
2021-02-09
btrfs: release path before calling to btrfs_load_block_group_zone_info
Johannes Thumshirn
1
-21
/
+17
[next]