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
/
disk-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-07
btrfs: fix upper limit for max_inline for page size 64K
Anand Jain
1
-24
/
+24
2021-08-23
btrfs: allow read-write for 4K sectorsize on 64K page size systems
Qu Wenruo
1
-9
/
+4
2021-08-23
btrfs: subpage: reject raid56 filesystem and profile conversion
Qu Wenruo
1
-0
/
+10
2021-07-29
btrfs: calculate number of eb pages properly in csum_tree_block
David Sterba
1
-1
/
+1
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
1
-3
/
+0
2021-06-22
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
1
-17
/
+1
2021-06-22
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
1
-0
/
+1
2021-06-22
btrfs: shorten integrity checker extent data mount option
David Sterba
1
-2
/
+1
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2021-06-21
btrfs: add cancellable chunk relocation support
David Sterba
1
-0
/
+1
2021-06-21
btrfs: simplify eb checksum verification in btrfs_validate_metadata_buffer
David Sterba
1
-5
/
+5
2021-06-21
btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_buffer
David Sterba
1
-2
/
+2
2021-06-21
btrfs: rename check_async_write and let it return bool
Johannes Thumshirn
1
-7
/
+6
2021-06-04
btrfs: promote debugging asserts to full-fledged checks in validate_super
Nikolay Borisov
1
-8
/
+18
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
1
-0
/
+13
2021-04-20
btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock
Johannes Thumshirn
1
-3
/
+3
2021-04-19
btrfs: subpage: support metadata checksum calculation at write time
Qu Wenruo
1
-24
/
+72
2021-04-19
btrfs: subpage: do more sanity checks on metadata page dirtying
Qu Wenruo
1
-6
/
+41
2021-03-25
Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+17
2021-03-17
btrfs: fix subvolume/snapshot deletion not triggered on mount
Filipe Manana
1
-1
/
+15
2021-03-17
btrfs: initialize device::fs_info always
Josef Bacik
1
-1
/
+2
2021-02-21
Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-31
/
+152
2021-02-12
btrfs: initialize fs_info::csum_size earlier in open_ctree
Su Yue
1
-1
/
+2
2021-02-09
btrfs: zoned: reorder log node allocation on zoned filesystem
Naohiro Aota
1
-5
/
+7
2021-02-09
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
1
-0
/
+1
2021-02-09
btrfs: split alloc_log_tree()
Naohiro Aota
1
-6
/
+27
2021-02-09
btrfs: zoned: do not use async metadata checksum on zoned filesystems
Naohiro Aota
1
-0
/
+2
2021-02-09
btrfs: zoned: serialize metadata IO
Naohiro Aota
1
-0
/
+1
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
1
-2
/
+2
2021-02-09
btrfs: zoned: redirty released extent buffers
Naohiro Aota
1
-0
/
+8
2021-02-09
btrfs: zoned: do not load fs_info::zoned from incompat flag
Johannes Thumshirn
1
-2
/
+0
2021-02-09
btrfs: zoned: defer loading zone info after opening trees
Naohiro Aota
1
-0
/
+13
2021-02-08
btrfs: allow read-only mount of 4K sector size fs on 64K page system
Qu Wenruo
1
-3
/
+22
2021-02-08
btrfs: introduce subpage metadata validation check
Qu Wenruo
1
-0
/
+57
2021-02-08
btrfs: improve preemptive background space flushing
Josef Bacik
1
-0
/
+1
2021-02-08
btrfs: track ordered bytes instead of just dio ordered bytes
Josef Bacik
1
-4
/
+4
2021-02-08
btrfs: make btrfs_root::free_objectid hold the next available objectid
Nikolay Borisov
1
-4
/
+4
2021-02-08
btrfs: rename btrfs_root::highest_objectid to free_objectid
Nikolay Borisov
1
-7
/
+7
2021-02-08
btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid
Nikolay Borisov
1
-1
/
+1
2021-02-08
btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectid
Nikolay Borisov
1
-7
/
+5
2021-01-07
btrfs: print the actual offset in btrfs_root_name
Josef Bacik
1
-1
/
+1
2020-12-18
btrfs: add assertion for empty list of transactions at late stage of umount
Filipe Manana
1
-0
/
+3
2020-12-18
btrfs: fix race between RO remount and the cleaner task
Filipe Manana
1
-1
/
+4
2020-12-18
btrfs: fix transaction leak and crash after cleaning up orphans on RO mount
Filipe Manana
1
-4
/
+1
2020-12-09
btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset
Qu Wenruo
1
-9
/
+8
2020-12-09
btrfs: fix lockdep warning when creating free space tree
Boris Burkov
1
-4
/
+5
2020-12-09
btrfs: keep sb cache_generation consistent with space_cache
Boris Burkov
1
-0
/
+8
2020-12-09
btrfs: clear free space tree on ro->rw remount
Boris Burkov
1
-21
/
+21
2020-12-09
btrfs: clear oneshot options on mount and remount
Boris Burkov
1
-1
/
+13
2020-12-09
btrfs: create free space tree on ro->rw remount
Boris Burkov
1
-12
/
+11
[next]