index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
xfs: Add helper function xfs_attr_leaf_addname
Allison Henderson
2022-05-11
1
-50
/
+60
*
|
xfs: Merge xfs_delattr_context into xfs_attr_item
Allison Henderson
2022-05-11
4
-121
/
+123
*
|
xfs: Add larp debug option
Allison Henderson
2022-05-11
1
-0
/
+4
*
|
xfs: Add log attribute error tag
Allison Henderson
2022-05-11
1
-1
/
+3
*
|
xfs: Remove unused xfs_attr_*_args
Allison Henderson
2022-05-11
3
-104
/
+11
*
|
xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
Allison Henderson
2022-05-11
2
-3
/
+69
*
|
xfs: Skip flip flags for delayed attrs
Allison Henderson
2022-05-09
2
-22
/
+35
*
|
xfs: Implement attr logging and replay
Allison Henderson
2022-05-09
3
-1
/
+10
*
|
xfs: Set up infrastructure for log attribute replay
Allison Henderson
2022-05-04
6
-6
/
+132
*
|
xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
Allison Henderson
2022-05-04
1
-0
/
+8
*
|
xfs: Fix double unlock in defer capture code
Allison Henderson
2022-05-04
1
-1
/
+10
|
/
*
Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-next
Dave Chinner
2022-05-04
3
-54
/
+191
|
\
|
*
xfs: validate v5 feature fields
Dave Chinner
2022-05-04
1
-10
/
+58
|
*
xfs: set XFS_FEAT_NLINK correctly
Dave Chinner
2022-05-04
1
-0
/
+2
|
*
xfs: validate inode fork size against fork format
Dave Chinner
2022-05-04
1
-9
/
+26
|
*
xfs: detect self referencing btree sibling pointers
Dave Chinner
2022-05-04
1
-35
/
+105
*
|
Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/...
Dave Chinner
2022-05-04
6
-99
/
+255
|
\
\
|
*
|
xfs: rename xfs_*alloc*_log_count to _block_count
Darrick J. Wong
2022-04-28
3
-21
/
+21
|
*
|
xfs: reduce transaction reservations with reflink
Darrick J. Wong
2022-04-28
4
-17
/
+138
|
*
|
xfs: reduce the absurdly large log operation count
Darrick J. Wong
2022-04-28
3
-31
/
+76
|
*
|
xfs: report "max_resp" used for min log size computation
Darrick J. Wong
2022-04-28
1
-0
/
+1
|
*
|
xfs: create shadow transaction reservations for computing minimum log size
Darrick J. Wong
2022-04-28
1
-4
/
+11
|
*
|
xfs: stop artificially limiting the length of bunmap calls
Darrick J. Wong
2022-04-28
2
-26
/
+1
|
*
|
xfs: count EFIs when deciding to ask for a continuation of a refcount update
Darrick J. Wong
2022-04-28
2
-3
/
+10
*
|
|
Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/lin...
Dave Chinner
2022-05-04
2
-70
/
+98
|
\
|
|
|
*
|
xfs: speed up write operations by using non-overlapped lookups when possible
Darrick J. Wong
2022-04-28
2
-17
/
+36
|
*
|
xfs: speed up rmap lookups by using non-overlapped lookups when possible
Darrick J. Wong
2022-04-27
1
-14
/
+38
|
*
|
xfs: simplify xfs_rmap_lookup_le call sites
Darrick J. Wong
2022-04-27
2
-39
/
+24
|
|
/
*
|
xfs: tag transactions that contain intent done items
Dave Chinner
2022-05-04
1
-7
/
+17
*
|
xfs: don't commit the first deferred transaction without intents
Dave Chinner
2022-05-04
1
-12
/
+18
*
|
xfs: hide log iovec alignment constraints
Dave Chinner
2022-05-04
1
-16
/
+4
*
|
xfs: zero inode fork buffer at allocation
Dave Chinner
2022-05-04
1
-3
/
+9
|
/
*
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
17
-138
/
+384
|
\
|
*
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
Chandan Babu R
2022-04-13
1
-1
/
+2
|
*
xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
Chandan Babu R
2022-04-13
1
-6
/
+18
|
*
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-04-13
5
-2
/
+44
|
*
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
2022-04-13
7
-33
/
+26
|
*
xfs: Introduce per-inode 64-bit extent counters
Chandan Babu R
2022-04-11
4
-12
/
+109
|
*
xfs: Introduce macros to represent new maximum extent counts for data/attr forks
Chandan Babu R
2022-04-11
6
-15
/
+55
|
*
xfs: Use uint64_t to count maximum blocks that can be used by BMBT
Chandan Babu R
2022-04-11
1
-3
/
+3
|
*
xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
Chandan Babu R
2022-04-11
2
-1
/
+12
|
*
xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
Chandan Babu R
2022-04-11
2
-0
/
+3
|
*
xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
Chandan Babu R
2022-04-11
2
-0
/
+4
|
*
xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
Chandan Babu R
2022-04-11
4
-7
/
+7
|
*
xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
Chandan Babu R
2022-04-11
1
-2
/
+2
|
*
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
2022-04-11
4
-13
/
+48
|
*
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
2022-04-11
3
-3
/
+3
|
*
xfs: Introduce xfs_iext_max_nextents() helper
Chandan Babu R
2022-04-11
4
-11
/
+16
|
*
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
2022-04-11
5
-38
/
+41
|
*
xfs: Move extent count limits to xfs_format.h
Chandan Babu R
2022-04-11
2
-7
/
+7
[prev]
[next]