index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 '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
|
*
|
xfs: change the type of ic_datap
Christoph Hellwig
2022-04-21
2
-5
/
+4
|
*
|
xfs: pass lv chain length into xlog_write()
Dave Chinner
2022-04-21
3
-39
/
+23
|
*
|
xfs: log ticket region debug is largely useless
Dave Chinner
2022-04-21
2
-121
/
+6
|
*
|
xfs: reserve space and initialise xlog_op_header in item formatting
Dave Chinner
2022-04-21
3
-83
/
+99
|
*
|
xfs: move log iovec alignment to preparation function
Dave Chinner
2022-04-21
1
-11
/
+14
|
*
|
xfs: log tickets don't need log client id
Dave Chinner
2022-04-21
6
-62
/
+18
|
*
|
xfs: embed the xlog_op_header in the commit record
Dave Chinner
2022-04-21
2
-18
/
+15
|
*
|
xfs: embed the xlog_op_header in the unmount record
Dave Chinner
2022-04-21
1
-11
/
+28
|
*
|
xfs: only CIL pushes require a start record
Dave Chinner
2022-04-21
2
-52
/
+81
|
*
|
xfs: factor out the CIL transaction header building
Dave Chinner
2022-04-21
1
-22
/
+39
|
|
/
*
|
Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-next
Dave Chinner
2022-04-21
27
-238
/
+240
|
\
\
|
*
|
xfs: convert log ticket and iclog flags to unsigned.
Dave Chinner
2022-04-21
1
-4
/
+4
|
*
|
xfs: convert shutdown reasons to unsigned.
Dave Chinner
2022-04-21
4
-9
/
+8
|
*
|
xfs: convert quota options flags to unsigned.
Dave Chinner
2022-04-21
2
-30
/
+31
|
*
|
xfs: convert ptag flags to unsigned.
Dave Chinner
2022-04-21
3
-12
/
+13
|
*
|
xfs: convert inode lock flags to unsigned.
Dave Chinner
2022-04-21
3
-27
/
+30
|
*
|
xfs: convert log item tracepoint flags to unsigned.
Dave Chinner
2022-04-21
1
-4
/
+4
|
*
|
xfs: convert dquot flags to unsigned.
Dave Chinner
2022-04-21
2
-6
/
+6
|
*
|
xfs: convert da btree operations flags to unsigned.
Dave Chinner
2022-04-21
2
-12
/
+12
[next]