index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-12
btrfs: do not abort transaction on failure to write log tree when syncing log
Filipe Manana
2
-3
/
+8
2023-01-12
btrfs: add missing setup of log for full commit at add_conflicting_inode()
Filipe Manana
1
-1
/
+3
2023-01-12
btrfs: fix directory logging due to race with concurrent index key deletion
Filipe Manana
1
-6
/
+15
2023-01-12
btrfs: fix missing error handling when logging directory items
Filipe Manana
1
-0
/
+9
2023-01-11
btrfs: zoned: enable metadata over-commit for non-ZNS setup
Naohiro Aota
3
-1
/
+10
2023-01-11
btrfs: qgroup: do not warn on record without old_roots populated
Qu Wenruo
1
-2
/
+12
2023-01-11
btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...
Qu Wenruo
1
-1
/
+10
2023-01-03
btrfs: fix compat_ro checks against remount
Qu Wenruo
3
-5
/
+7
2023-01-03
btrfs: always report error in run_one_delayed_ref()
Qu Wenruo
1
-2
/
+5
2023-01-03
btrfs: handle case when repair happens with dev-replace
Qu Wenruo
1
-1
/
+10
2023-01-03
btrfs: fix off-by-one in delalloc search during lseek
Filipe Manana
2
-2
/
+2
2023-01-03
btrfs: fix false alert on bad tree level check
Qu Wenruo
1
-5
/
+25
2023-01-03
btrfs: add error message for metadata level mismatch
Qu Wenruo
1
-0
/
+3
2023-01-03
btrfs: fix ASSERT em->len condition in btrfs_get_extent
Tanmay Bhushan
1
-1
/
+1
2022-12-20
btrfs: fix fscrypt name leak after failure to join log transaction
Filipe Manana
1
-1
/
+4
2022-12-20
btrfs: scrub: fix uninitialized return value in recover_scrub_rbio
Josef Bacik
1
-1
/
+1
2022-12-20
btrfs: fix resolving backrefs for inline extent followed by prealloc
Boris Burkov
1
-0
/
+4
2022-12-15
btrfs: fix trace event name typo for FLUSH_DELAYED_REFS
Naohiro Aota
1
-1
/
+1
2022-12-15
btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookup
Josef Bacik
1
-0
/
+1
2022-12-15
btrfs: fix leak of fs devices after removing btrfs module
Filipe Manana
1
-0
/
+1
2022-12-15
btrfs: fix an error handling path in btrfs_defrag_leaves()
Christophe JAILLET
1
-2
/
+4
2022-12-15
btrfs: fix an error handling path in btrfs_rename()
Christophe JAILLET
1
-2
/
+4
2022-12-05
btrfs: print transaction aborted messages with an error level
Filipe Manana
1
-3
/
+3
2022-12-05
btrfs: sync some cleanups from progs into uapi/btrfs.h
Josef Bacik
1
-6
/
+30
2022-12-05
btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range
Filipe Manana
1
-2
/
+8
2022-12-05
btrfs: fix extent map use-after-free when handling missing device in read_one...
void0red
1
-1
/
+2
2022-12-05
btrfs: remove outdated logic from overwrite_item() and add assertion
Filipe Manana
1
-5
/
+9
2022-12-05
btrfs: unify overwrite_item() and do_overwrite_item()
Filipe Manana
1
-52
/
+24
2022-12-05
btrfs: replace strncpy() with strscpy()
Artem Chernyshev
2
-7
/
+8
2022-12-05
btrfs: fix uninitialized variable in find_first_clear_extent_bit
Josef Bacik
1
-1
/
+1
2022-12-05
btrfs: fix uninitialized parent in insert_state
Josef Bacik
1
-1
/
+1
2022-12-05
btrfs: add might_sleep() annotations
ChenXiaoSong
1
-0
/
+4
2022-12-05
btrfs: add stack helpers for a few btrfs items
Josef Bacik
1
-0
/
+37
2022-12-05
btrfs: add nr_global_roots to the super block definition
Josef Bacik
2
-1
/
+4
2022-12-05
btrfs: remove BTRFS_LEAF_DATA_OFFSET
Josef Bacik
3
-9
/
+7
2022-12-05
btrfs: add helpers for manipulating leaf items and data
Josef Bacik
1
-66
/
+115
2022-12-05
btrfs: add eb to btrfs_node_key_ptr_offset
Josef Bacik
5
-20
/
+20
2022-12-05
btrfs: pass the extent buffer for the btrfs_item_nr helpers
Josef Bacik
4
-29
/
+30
2022-12-05
btrfs: move the csum helpers into ctree.h
Josef Bacik
2
-5
/
+5
2022-12-05
btrfs: move eb offset helpers into extent_io.h
Josef Bacik
2
-33
/
+33
2022-12-05
btrfs: move file_extent_item helpers into file-item.h
Josef Bacik
5
-30
/
+35
2022-12-05
btrfs: move leaf_data_end into ctree.c
Josef Bacik
3
-14
/
+18
2022-12-05
btrfs: move root helpers back into ctree.h
Josef Bacik
2
-17
/
+17
2022-12-05
btrfs: move repair_io_failure to bio.c
Christoph Hellwig
4
-116
/
+116
2022-12-05
btrfs: split the bio submission path into a separate file
Christoph Hellwig
14
-403
/
+438
2022-12-05
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
7
-32
/
+39
2022-12-05
btrfs: raid56: do data csum verification during RMW cycle
Qu Wenruo
1
-32
/
+137
2022-12-05
btrfs: raid56: prepare data checksums for later RMW verification
Qu Wenruo
2
-0
/
+86
2022-12-05
btrfs: introduce a bitmap based csum range search function
Qu Wenruo
6
-23
/
+144
2022-12-05
btrfs: refactor checksum calculations in btrfs_lookup_csums_range()
Qu Wenruo
1
-21
/
+47
[next]