index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
xfs: standardize AG number formatting in ftrace output
Darrick J. Wong
2
-53
/
+53
2021-08-19
xfs: standardize inode number formatting in ftrace output
Darrick J. Wong
2
-15
/
+21
2021-08-19
xfs: fix incorrect unit conversion in scrub tracepoint
Darrick J. Wong
1
-12
/
+4
2021-08-19
xfs: remove support for untagged lookups in xfs_icwalk*
Christoph Hellwig
1
-39
/
+8
2021-08-19
xfs: constify btree function parameters that are not modified
Darrick J. Wong
2
-44
/
+47
2021-08-19
xfs: make the start pointer passed to btree update_lastrec functions const
Darrick J. Wong
2
-9
/
+9
2021-08-19
xfs: make the start pointer passed to btree alloc_block functions const
Darrick J. Wong
7
-34
/
+34
2021-08-19
xfs: make the pointer passed to btree set_root functions const
Darrick J. Wong
6
-19
/
+19
2021-08-19
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
8
-9
/
+10
2021-08-19
xfs: make the keys and records passed to btree inorder functions const
Darrick J. Wong
6
-40
/
+40
2021-08-19
xfs: mark the record passed into btree init_key functions as const
Darrick J. Wong
7
-33
/
+33
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
20
-59
/
+63
2021-08-19
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
6
-14
/
+16
2021-08-19
xfs: make the key parameters to all btree key comparison functions const
Darrick J. Wong
6
-50
/
+50
2021-08-19
xfs: add trace point for fs shutdown
Darrick J. Wong
5
-0
/
+49
2021-08-19
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
6
-30
/
+31
2021-08-19
xfs: make fsmap backend function key parameters const
Darrick J. Wong
1
-17
/
+13
2021-08-19
xfs: fix off-by-one error when the last rt extent is in use
Darrick J. Wong
1
-5
/
+15
2021-08-19
xfs: make xfs_rtalloc_query_range input parameters const
Darrick J. Wong
2
-11
/
+10
2021-08-19
xfs: drop ->writepage completely
Dave Chinner
1
-17
/
+0
2021-08-16
xfs: move the CIL workqueue to the CIL
Dave Chinner
4
-18
/
+19
2021-08-16
xfs: CIL work is serialised, not pipelined
Dave Chinner
3
-40
/
+48
2021-08-16
xfs: AIL needs asynchronous CIL forcing
Dave Chinner
8
-29
/
+91
2021-08-16
xfs: order CIL checkpoint start records
Dave Chinner
3
-13
/
+58
2021-08-16
xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()
Dave Chinner
3
-74
/
+70
2021-08-16
xfs: factor out log write ordering from xlog_cil_push_work()
Dave Chinner
1
-36
/
+51
2021-08-16
xfs: pass a CIL context to xlog_write()
Dave Chinner
3
-25
/
+52
2021-08-16
xfs: move xlog_commit_record to xfs_log_cil.c
Dave Chinner
3
-34
/
+34
2021-08-16
xfs: log head and tail aren't reliable during shutdown
Dave Chinner
1
-24
/
+27
2021-08-16
xfs: don't run shutdown callbacks on active iclogs
Dave Chinner
2
-12
/
+38
2021-08-16
xfs: separate out log shutdown callback processing
Dave Chinner
1
-15
/
+38
2021-08-16
xfs: rework xlog_state_do_callback()
Dave Chinner
1
-43
/
+53
2021-08-16
xfs: make forced shutdown processing atomic
Dave Chinner
3
-89
/
+76
2021-08-16
xfs: convert log flags to an operational state field
Dave Chinner
5
-51
/
+50
2021-08-16
xfs: move recovery needed state updates to xfs_log_mount_finish
Dave Chinner
2
-68
/
+56
2021-08-16
xfs: XLOG_STATE_IOERROR must die
Dave Chinner
4
-83
/
+32
2021-08-16
xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
Dave Chinner
5
-30
/
+30
2021-08-11
xfs: cleanup __FUNCTION__ usage
Dwaipayan Ray
1
-2
/
+2
2021-08-11
xfs: Rename __xfs_attr_rmtval_remove
Allison Henderson
3
-5
/
+5
2021-08-10
xfs: add attr state machine tracepoints
Allison Henderson
3
-2
/
+54
2021-08-10
xfs: refactor xfs_iget calls from log intent recovery
Darrick J. Wong
3
-10
/
+29
2021-08-10
xfs: clear log incompat feature bits when the log is idle
Darrick J. Wong
3
-0
/
+55
2021-08-10
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
5
-0
/
+157
2021-08-10
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
9
-55
/
+21
2021-08-10
xfs: remove kmem_alloc_io()
Dave Chinner
7
-40
/
+3
2021-08-10
mm: Add kvrealloc()
Dave Chinner
1
-1
/
+3
2021-08-09
xfs: dump log intent items that cannot be recovered due to corruption
Darrick J. Wong
4
-0
/
+12
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
8
-44
/
+56
2021-08-09
xfs: drop experimental warnings for bigtime and inobtcount
Darrick J. Wong
1
-8
/
+0
2021-08-09
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
4
-4
/
+4
[next]