index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_export.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-11
btrfs: remove unused Opt enums
Qu Wenruo
1
-3
/
+0
2024-07-11
btrfs: tree-checker: add extra ram_bytes and disk_num_bytes check
Qu Wenruo
1
-0
/
+18
2024-07-11
btrfs: fix the ram_bytes assignment for truncated ordered extents
Qu Wenruo
1
-3
/
+1
2024-07-11
btrfs: make validate_extent_map() catch ram_bytes mismatch
Qu Wenruo
1
-0
/
+5
2024-07-11
btrfs: ignore incorrect btrfs_file_extent_item::ram_bytes
Qu Wenruo
1
-0
/
+7
2024-07-11
btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()
Qu Wenruo
1
-5
/
+4
2024-07-11
btrfs: fix typo in error message in btrfs_validate_super()
Mark Harmstone
1
-1
/
+1
2024-07-11
btrfs: move the direct IO code into its own file
Filipe Manana
8
-1059
/
+1095
2024-07-11
btrfs: pass a btrfs_inode to btrfs_set_prop()
David Sterba
4
-13
/
+13
2024-07-11
btrfs: pass a btrfs_inode to btrfs_compress_heuristic()
David Sterba
3
-4
/
+4
2024-07-11
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
6
-20
/
+20
2024-07-11
btrfs: switch btrfs_pending_snapshot::dir to btrfs_inode
David Sterba
3
-3
/
+3
2024-07-11
btrfs: pass a btrfs_inode to btrfs_ioctl_send()
David Sterba
3
-7
/
+7
2024-07-11
btrfs: switch btrfs_block_group::inode to struct btrfs_inode
David Sterba
3
-5
/
+5
2024-07-11
btrfs: pass a btrfs_inode to is_data_inode()
David Sterba
5
-7
/
+7
2024-07-11
btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()
David Sterba
3
-6
/
+6
2024-07-11
btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()
David Sterba
3
-4
/
+4
2024-07-11
btrfs: remove raid-stripe-tree encoding field from stripe_extent
Johannes Thumshirn
6
-55
/
+2
2024-07-11
btrfs: print-tree: add generation and type dump for EXTENT_DATA_KEY
Qu Wenruo
1
-0
/
+3
2024-07-11
btrfs: urgent periodic reclaim pass
Boris Burkov
1
-1
/
+34
2024-07-11
btrfs: prevent pathological periodic reclaim loops
Boris Burkov
3
-11
/
+71
2024-07-11
btrfs: periodic block_group reclaim
Boris Burkov
5
-0
/
+95
2024-07-11
btrfs: dynamic block_group reclaim threshold
Boris Burkov
4
-27
/
+169
2024-07-11
btrfs: store fs_info in space_info
Boris Burkov
2
-0
/
+2
2024-07-11
btrfs: report reclaim stats in sysfs
Boris Burkov
3
-0
/
+34
2024-07-11
btrfs: qgroup: warn about inconsistent qgroups when relation update fails
David Sterba
1
-2
/
+3
2024-07-11
btrfs: qgroup: preallocate memory before adding a relation
David Sterba
3
-19
/
+34
2024-07-11
btrfs: abort transaction on errors in btrfs_free_chunk()
David Sterba
1
-6
/
+9
2024-07-11
btrfs: only print error message when checking item size in print_extent_item()
David Sterba
1
-1
/
+1
2024-07-11
btrfs: abort transaction if we don't find extref in btrfs_del_inode_extref()
David Sterba
1
-2
/
+2
2024-07-11
btrfs: avoid allocating and running pointless delayed extent operations
Filipe Manana
3
-39
/
+39
2024-07-11
btrfs: preallocate ulist memory for qgroup rsv
Boris Burkov
4
-3
/
+29
2024-07-11
btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
Filipe Manana
1
-4
/
+20
2024-07-11
btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()
Filipe Manana
1
-13
/
+9
2024-07-11
btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
Filipe Manana
1
-2
/
+10
2024-07-11
btrfs: simplify setting the full backref flag at update_ref_for_cow()
Filipe Manana
1
-7
/
+4
2024-07-11
btrfs: remove NULL transaction support for btrfs_lookup_extent_info()
Filipe Manana
1
-14
/
+2
2024-07-11
btrfs: use label to deduplicate error path at btrfs_force_cow_block()
Filipe Manana
1
-21
/
+12
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
6
-31
/
+76
2024-07-11
btrfs: remove super block argument from btrfs_iget_locked()
Filipe Manana
1
-4
/
+3
2024-07-11
btrfs: remove super block argument from btrfs_iget_path()
Filipe Manana
3
-8
/
+7
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
9
-22
/
+19
2024-07-11
btrfs: subpage: remove the unused error bitmap dumping
Qu Wenruo
1
-3
/
+1
2024-07-11
btrfs: uapi: record temporary super flags used by btrfstune
Qu Wenruo
1
-0
/
+8
2024-07-11
btrfs: add documentation around snapshot delete
Josef Bacik
1
-0
/
+51
2024-07-11
btrfs: handle errors from btrfs_dec_ref() properly
Josef Bacik
1
-1
/
+4
2024-07-11
btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()
Josef Bacik
1
-3
/
+3
2024-07-11
btrfs: clean up our handling of refs == 0 in snapshot delete
Josef Bacik
1
-5
/
+23
2024-07-11
btrfs: replace BUG_ON with ASSERT in walk_down_proc()
Josef Bacik
1
-2
/
+2
[next]