index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
lockd
/
svcshare.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
3
-8
/
+8
2023-10-12
btrfs: remove noinline from btrfs_update_inode()
Filipe Manana
1
-3
/
+3
2023-10-12
btrfs: simplify error check condition at btrfs_dirty_inode()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroups
Boris Burkov
2
-9
/
+7
2023-10-12
btrfs: track data relocation with simple quota
Boris Burkov
3
-6
/
+59
2023-10-12
btrfs: qgroup: track metadata relocation COW with simple quota
Boris Burkov
5
-13
/
+23
2023-10-12
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
6
-6
/
+40
2023-10-12
btrfs: qgroup: simple quota auto hierarchy for nested subvolumes
Boris Burkov
4
-12
/
+67
2023-10-12
btrfs: record simple quota deltas in delayed refs
Boris Burkov
3
-8
/
+82
2023-10-12
btrfs: add helper for inline owner ref lookup
Boris Burkov
2
-0
/
+50
2023-10-12
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
7
-11
/
+84
2023-10-12
btrfs: track original extent owner in head_ref
Boris Burkov
2
-4
/
+22
2023-10-12
btrfs: track owning root in btrfs_ref
Boris Burkov
6
-25
/
+42
2023-10-12
btrfs: rename tree_ref and data_ref owning_root
Boris Burkov
4
-18
/
+18
2023-10-12
btrfs: add helper for recording simple quota deltas
Boris Burkov
2
-0
/
+61
2023-10-12
btrfs: create qgroup earlier in snapshot creation
Boris Burkov
2
-0
/
+9
2023-10-12
btrfs: qgroup: flush reservations during quota disable
Boris Burkov
1
-3
/
+44
2023-10-12
btrfs: sysfs: add simple_quota incompat feature entry
Boris Burkov
1
-0
/
+2
2023-10-12
btrfs: sysfs: expose quota mode via sysfs
Boris Burkov
1
-0
/
+28
2023-10-12
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
9
-45
/
+115
2023-10-12
btrfs: qgroup: introduce quota mode
Boris Burkov
2
-0
/
+13
2023-10-12
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
9
-47
/
+46
2023-10-12
btrfs: add raid stripe tree to features enabled with debug config
Johannes Thumshirn
1
-0
/
+1
2023-10-12
btrfs: tree-checker: add support for raid stripe tree
Johannes Thumshirn
1
-0
/
+42
2023-10-12
btrfs: tracepoints: add events for raid stripe tree
Johannes Thumshirn
2
-0
/
+84
2023-10-12
btrfs: sysfs: announce presence of raid-stripe-tree
Johannes Thumshirn
1
-0
/
+3
2023-10-12
btrfs: add raid stripe tree pretty printer
Johannes Thumshirn
1
-0
/
+23
2023-10-12
btrfs: zoned: support RAID0/1/10 on top of raid stripe tree
Johannes Thumshirn
3
-5
/
+135
2023-10-12
btrfs: scrub: implement raid stripe tree support
Johannes Thumshirn
4
-1
/
+80
2023-10-12
btrfs: lookup physical address from stripe extent
Johannes Thumshirn
3
-10
/
+158
2023-10-12
btrfs: delete stripe extent on extent deletion
Johannes Thumshirn
3
-0
/
+64
2023-10-12
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
10
-9
/
+168
2023-10-12
btrfs: read raid stripe tree from disk
Johannes Thumshirn
4
-0
/
+26
2023-10-12
btrfs: add raid stripe tree definitions
Johannes Thumshirn
3
-0
/
+38
2023-10-12
btrfs: warn on tree blocks which are not nodesize aligned
Qu Wenruo
2
-0
/
+12
2023-10-12
btrfs: don't arbitrarily slow down delalloc if we're committing
Josef Bacik
1
-3
/
+0
2023-10-12
btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()
Filipe Manana
1
-3
/
+0
2023-10-12
btrfs: remove stale comment from btrfs_free_extent()
Filipe Manana
1
-1
/
+0
2023-10-12
btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info
Christoph Hellwig
1
-37
/
+42
2023-10-12
btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...
Christoph Hellwig
1
-11
/
+19
2023-10-12
btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
Christoph Hellwig
1
-92
/
+92
2023-10-12
btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
Christoph Hellwig
1
-47
/
+37
2023-10-12
btrfs: remove pointless loop from btrfs_update_block_group()
Filipe Manana
1
-80
/
+67
2023-10-12
btrfs: mark transaction id check as unlikely at btrfs_mark_buffer_dirty()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: use btrfs_crit at btrfs_mark_buffer_dirty()
Filipe Manana
1
-2
/
+3
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
25
-169
/
+205
2023-10-12
btrfs: scan but don't register device on single device filesystem
Anand Jain
3
-15
/
+54
2023-10-12
btrfs: rename errno identifiers to error
David Sterba
7
-38
/
+38
2023-10-12
btrfs: always reserve space for delayed refs when starting transaction
Filipe Manana
4
-31
/
+132
2023-10-12
btrfs: stop doing excessive space reservation for csum deletion
Filipe Manana
7
-26
/
+45
[next]