index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: avoid using fixed char array size for tree names
Qu Wenruo
2024-08-02
1
-1
/
+1
*
btrfs: fix double inode unlock for direct IO sync writes
Filipe Manana
2024-08-02
1
-1
/
+4
*
btrfs: emit a warning about space cache v1 being deprecated
Josef Bacik
2024-08-01
1
-1
/
+4
*
btrfs: fix qgroup reserve leaks in cow_file_range
Boris Burkov
2024-08-01
1
-0
/
+3
*
btrfs: implement launder_folio for clearing dirty page reserve
Boris Burkov
2024-08-01
1
-0
/
+7
*
btrfs: scrub: update last_physical after scrubbing one stripe
Qu Wenruo
2024-08-01
1
-0
/
+9
*
btrfs: factor out stripe length calculation into a helper
Qu Wenruo
2024-08-01
1
-6
/
+10
*
btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
David Sterba
2024-07-30
1
-1
/
+1
*
btrfs: fix corruption after buffer fault in during direct IO append write
Filipe Manana
2024-07-29
3
-13
/
+43
*
btrfs: zoned: fix zone_unusable accounting on making block group read-write a...
Naohiro Aota
2024-07-29
6
-8
/
+23
*
btrfs: do not subtract delalloc from avail bytes
Naohiro Aota
2024-07-29
1
-2
/
+1
*
btrfs: make cow_file_range_inline() honor locked_page on error
Boris Burkov
2024-07-29
1
-6
/
+10
*
btrfs: fix corrupt read due to bad offset of a compressed extent map
Filipe Manana
2024-07-25
2
-1
/
+100
*
btrfs: tree-checker: validate dref root and objectid
Qu Wenruo
2024-07-25
1
-0
/
+47
*
btrfs: change BTRFS_MOUNT_* flags to 64bit type
Qu Wenruo
2024-07-19
5
-42
/
+46
*
btrfs: fix extent map use-after-free when adding pages to compressed bio
Filipe Manana
2024-07-11
1
-1
/
+1
*
btrfs: fix bitmap leak when loading free space cache on duplicate entry
Filipe Manana
2024-07-11
1
-0
/
+1
*
btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()
Qu Wenruo
2024-07-11
1
-6
/
+20
*
btrfs: move extent_range_clear_dirty_for_io() into inode.c
Qu Wenruo
2024-07-11
3
-16
/
+15
*
btrfs: enhance compression error messages
David Sterba
2024-07-11
3
-44
/
+125
*
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
2024-07-11
6
-13
/
+23
*
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
Qu Wenruo
2024-07-11
5
-16
/
+16
*
btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()
Qu Wenruo
2024-07-11
3
-8
/
+5
*
btrfs: introduce new "rescue=ignoresuperflags" mount option
Qu Wenruo
2024-07-11
4
-5
/
+26
*
btrfs: introduce new "rescue=ignoremetacsums" mount option
Qu Wenruo
2024-07-11
8
-12
/
+34
*
btrfs: output the unrecognized super block flags as hex
Qu Wenruo
2024-07-11
1
-1
/
+1
*
btrfs: remove unused Opt enums
Qu Wenruo
2024-07-11
1
-3
/
+0
*
btrfs: tree-checker: add extra ram_bytes and disk_num_bytes check
Qu Wenruo
2024-07-11
1
-0
/
+18
*
btrfs: fix the ram_bytes assignment for truncated ordered extents
Qu Wenruo
2024-07-11
1
-3
/
+1
*
btrfs: make validate_extent_map() catch ram_bytes mismatch
Qu Wenruo
2024-07-11
1
-0
/
+5
*
btrfs: ignore incorrect btrfs_file_extent_item::ram_bytes
Qu Wenruo
2024-07-11
1
-0
/
+7
*
btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()
Qu Wenruo
2024-07-11
1
-5
/
+4
*
btrfs: fix typo in error message in btrfs_validate_super()
Mark Harmstone
2024-07-11
1
-1
/
+1
*
btrfs: move the direct IO code into its own file
Filipe Manana
2024-07-11
8
-1059
/
+1095
*
btrfs: pass a btrfs_inode to btrfs_set_prop()
David Sterba
2024-07-11
4
-13
/
+13
*
btrfs: pass a btrfs_inode to btrfs_compress_heuristic()
David Sterba
2024-07-11
3
-4
/
+4
*
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
2024-07-11
6
-20
/
+20
*
btrfs: switch btrfs_pending_snapshot::dir to btrfs_inode
David Sterba
2024-07-11
3
-3
/
+3
*
btrfs: pass a btrfs_inode to btrfs_ioctl_send()
David Sterba
2024-07-11
3
-7
/
+7
*
btrfs: switch btrfs_block_group::inode to struct btrfs_inode
David Sterba
2024-07-11
3
-5
/
+5
*
btrfs: pass a btrfs_inode to is_data_inode()
David Sterba
2024-07-11
5
-7
/
+7
*
btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()
David Sterba
2024-07-11
3
-6
/
+6
*
btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()
David Sterba
2024-07-11
3
-4
/
+4
*
btrfs: remove raid-stripe-tree encoding field from stripe_extent
Johannes Thumshirn
2024-07-11
6
-55
/
+2
*
btrfs: print-tree: add generation and type dump for EXTENT_DATA_KEY
Qu Wenruo
2024-07-11
1
-0
/
+3
*
btrfs: urgent periodic reclaim pass
Boris Burkov
2024-07-11
1
-1
/
+34
*
btrfs: prevent pathological periodic reclaim loops
Boris Burkov
2024-07-11
3
-11
/
+71
*
btrfs: periodic block_group reclaim
Boris Burkov
2024-07-11
5
-0
/
+95
*
btrfs: dynamic block_group reclaim threshold
Boris Burkov
2024-07-11
4
-27
/
+169
*
btrfs: store fs_info in space_info
Boris Burkov
2024-07-11
2
-0
/
+2
[next]