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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
xfs: remove a __xfs_bunmapi call from reflink
Darrick J. Wong
2022-04-28
1
-3
/
+4
|
|
*
|
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
4
-91
/
+106
|
|
\
|
|
|
|
*
|
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
3
-59
/
+28
|
|
*
|
xfs: capture buffer ops in the xfs_buf tracepoints
Darrick J. Wong
2022-04-27
1
-1
/
+4
|
|
|
/
|
*
|
Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-next
Dave Chinner
2022-05-04
14
-143
/
+323
|
|
\
\
|
|
*
|
xfs: intent item whiteouts
Dave Chinner
2022-05-04
3
-5
/
+82
|
|
*
|
xfs: whiteouts release intents that are not in the AIL
Dave Chinner
2022-05-04
4
-16
/
+20
|
|
*
|
xfs: add log item method to return related intents
Dave Chinner
2022-05-04
5
-0
/
+33
|
|
*
|
xfs: factor and move some code in xfs_log_cil.c
Dave Chinner
2022-05-04
1
-52
/
+67
|
|
*
|
xfs: tag transactions that contain intent done items
Dave Chinner
2022-05-04
5
-11
/
+21
|
|
*
|
xfs: add log item flags to indicate intents
Dave Chinner
2022-05-04
5
-16
/
+25
|
|
*
|
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
4
-39
/
+52
|
|
*
|
xfs: fix potential log item leak
Dave Chinner
2022-05-04
4
-0
/
+7
|
|
*
|
xfs: zero inode fork buffer at allocation
Dave Chinner
2022-05-04
1
-3
/
+9
|
|
|
/
|
*
|
Merge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19-for-next
Dave Chinner
2022-05-04
4
-9
/
+9
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
xfs: revert "xfs: actually bump warning counts when we send warnings"
Eric Sandeen
2022-04-26
1
-1
/
+0
|
|
*
xfs: fix soft lockup via spinning in filestream ag selection loop
Brian Foster
2022-04-26
1
-3
/
+4
|
|
*
xfs: improve __xfs_set_acl
Yang Xu
2022-04-26
2
-5
/
+5
|
*
|
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
37
-278
/
+607
|
|
\
\
|
|
*
|
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
Chandan Babu R
2022-04-13
2
-1
/
+6
|
|
*
|
xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
Chandan Babu R
2022-04-13
4
-7
/
+32
|
|
*
|
xfs: Decouple XFS_IBULK flags from XFS_IWALK flags
Chandan Babu R
2022-04-13
3
-3
/
+7
|
|
*
|
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-04-13
11
-2
/
+75
|
|
*
|
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
2022-04-13
9
-91
/
+28
|
|
*
|
xfs: Introduce per-inode 64-bit extent counters
Chandan Babu R
2022-04-11
6
-30
/
+204
|
|
*
|
xfs: Replace numbered inode recovery error messages with descriptive ones
Chandan Babu R
2022-04-11
1
-30
/
+22
|
|
*
|
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
4
-1
/
+24
|
|
*
|
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
3
-0
/
+6
|
|
*
|
xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
Chandan Babu R
2022-04-11
6
-10
/
+10
|
|
*
|
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
5
-21
/
+58
|
|
*
|
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
2022-04-11
5
-5
/
+5
|
|
*
|
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
8
-59
/
+64
|
|
*
|
xfs: Move extent count limits to xfs_format.h
Chandan Babu R
2022-04-11
2
-7
/
+7
|
|
|
/
|
*
|
Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next
Dave Chinner
2022-04-21
6
-588
/
+454
|
|
\
\
|
|
*
|
xfs: CIL context doesn't need to count iovecs
Dave Chinner
2022-04-21
2
-17
/
+6
|
|
*
|
xfs: xlog_write() doesn't need optype anymore
Dave Chinner
2022-04-21
3
-8
/
+4
|
|
*
|
xfs: xlog_write() no longer needs contwr state
Dave Chinner
2022-04-21
1
-18
/
+10
|
|
*
|
xfs: remove xlog_verify_dest_ptr
Christoph Hellwig
2022-04-21
2
-38
/
+1
|
|
*
|
xfs: introduce xlog_write_partial()
Dave Chinner
2022-04-21
2
-236
/
+196
|
|
*
|
xfs: introduce xlog_write_full()
Dave Chinner
2022-04-21
1
-3
/
+66
[prev]
[next]