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: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
75
-267
/
+267
*
xfs: reflect sb features in xfs_mount
Dave Chinner
2021-08-19
7
-1
/
+149
*
xfs: rework attr2 feature and mount options
Dave Chinner
2021-08-19
3
-33
/
+17
*
xfs: rename xfs_has_attr()
Dave Chinner
2021-08-19
2
-5
/
+3
*
xfs: sb verifier doesn't handle uncached sb buffer
Dave Chinner
2021-08-19
2
-2
/
+7
*
xfs: start documenting common units and tags used in tracepoints
Darrick J. Wong
2021-08-19
2
-0
/
+39
*
xfs: decode scrub flags in ftrace output
Darrick J. Wong
2021-08-19
1
-2
/
+12
*
xfs: standardize inode generation formatting in ftrace output
Darrick J. Wong
2021-08-19
2
-2
/
+2
*
xfs: standardize remaining xfs_buf length tracepoints
Darrick J. Wong
2021-08-19
1
-12
/
+12
*
xfs: resolve fork names in trace output
Darrick J. Wong
2021-08-19
3
-11
/
+16
*
xfs: rename i_disk_size fields in ftrace output
Darrick J. Wong
2021-08-19
1
-8
/
+6
*
xfs: disambiguate units for ftrace fields tagged "count"
Darrick J. Wong
2021-08-19
1
-6
/
+6
*
xfs: disambiguate units for ftrace fields tagged "len"
Darrick J. Wong
2021-08-19
2
-35
/
+39
*
xfs: disambiguate units for ftrace fields tagged "offset"
Darrick J. Wong
2021-08-19
2
-18
/
+17
*
xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"
Darrick J. Wong
2021-08-19
1
-13
/
+13
*
xfs: standardize daddr formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-4
/
+4
*
xfs: standardize rmap owner number formatting in ftrace output
Darrick J. Wong
2021-08-19
2
-6
/
+6
*
xfs: standardize AG block number formatting in ftrace output
Darrick J. Wong
2021-08-19
2
-35
/
+35
*
xfs: standardize AG number formatting in ftrace output
Darrick J. Wong
2021-08-19
2
-53
/
+53
*
xfs: standardize inode number formatting in ftrace output
Darrick J. Wong
2021-08-19
2
-15
/
+21
*
xfs: fix incorrect unit conversion in scrub tracepoint
Darrick J. Wong
2021-08-19
1
-12
/
+4
*
xfs: remove support for untagged lookups in xfs_icwalk*
Christoph Hellwig
2021-08-18
1
-39
/
+8
*
xfs: constify btree function parameters that are not modified
Darrick J. Wong
2021-08-18
2
-44
/
+47
*
xfs: make the start pointer passed to btree update_lastrec functions const
Darrick J. Wong
2021-08-18
2
-9
/
+9
*
xfs: make the start pointer passed to btree alloc_block functions const
Darrick J. Wong
2021-08-18
7
-34
/
+34
*
xfs: make the pointer passed to btree set_root functions const
Darrick J. Wong
2021-08-18
6
-19
/
+19
*
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
2021-08-18
8
-9
/
+10
*
xfs: make the keys and records passed to btree inorder functions const
Darrick J. Wong
2021-08-18
6
-40
/
+40
*
xfs: mark the record passed into btree init_key functions as const
Darrick J. Wong
2021-08-18
7
-33
/
+33
*
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-18
20
-59
/
+63
*
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
2021-08-18
6
-14
/
+16
*
xfs: make the key parameters to all btree key comparison functions const
Darrick J. Wong
2021-08-18
6
-50
/
+50
*
xfs: add trace point for fs shutdown
Darrick J. Wong
2021-08-18
5
-0
/
+49
*
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
2021-08-18
6
-30
/
+31
*
xfs: make fsmap backend function key parameters const
Darrick J. Wong
2021-08-18
1
-17
/
+13
*
xfs: fix off-by-one error when the last rt extent is in use
Darrick J. Wong
2021-08-18
1
-5
/
+15
*
xfs: make xfs_rtalloc_query_range input parameters const
Darrick J. Wong
2021-08-18
2
-11
/
+10
*
xfs: drop ->writepage completely
Dave Chinner
2021-08-18
1
-17
/
+0
*
xfs: move the CIL workqueue to the CIL
Dave Chinner
2021-08-16
4
-18
/
+19
*
xfs: CIL work is serialised, not pipelined
Dave Chinner
2021-08-16
3
-40
/
+48
*
xfs: AIL needs asynchronous CIL forcing
Dave Chinner
2021-08-16
8
-29
/
+91
*
xfs: order CIL checkpoint start records
Dave Chinner
2021-08-16
3
-13
/
+58
*
xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()
Dave Chinner
2021-08-16
3
-74
/
+70
*
xfs: factor out log write ordering from xlog_cil_push_work()
Dave Chinner
2021-08-16
1
-36
/
+51
*
xfs: pass a CIL context to xlog_write()
Dave Chinner
2021-08-16
3
-25
/
+52
*
xfs: move xlog_commit_record to xfs_log_cil.c
Dave Chinner
2021-08-16
3
-34
/
+34
*
xfs: log head and tail aren't reliable during shutdown
Dave Chinner
2021-08-16
1
-24
/
+27
*
xfs: don't run shutdown callbacks on active iclogs
Dave Chinner
2021-08-16
2
-12
/
+38
*
xfs: separate out log shutdown callback processing
Dave Chinner
2021-08-16
1
-15
/
+38
*
xfs: rework xlog_state_do_callback()
Dave Chinner
2021-08-16
1
-43
/
+53
[next]