index
:
pub/scm/linux/kernel/git/klassert/ipsec-next.git
master
Steffen Klassert's ipsec-next networking tree
Steffen Klassert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans_ail.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-18
xfs: refactor xfsaild_push loop into helper
Yuto Ohnuki
1
-58
/
+69
2026-03-18
xfs: avoid dereferencing log items after push callbacks
Yuto Ohnuki
1
-7
/
+19
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+1
2026-01-21
xfs: directly include xfs_platform.h
Christoph Hellwig
1
-1
/
+1
2025-09-18
xfs: remove the expr argument to XFS_TEST_ERROR
Christoph Hellwig
1
-1
/
+1
2025-05-14
xfs: Fix comment on xfs_trans_ail_update_bulk()
Carlos Maiolino
1
-15
/
+17
2025-05-14
xfs: Fix a comment on xfs_ail_delete
Carlos Maiolino
1
-1
/
+1
2025-04-14
xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure
Christoph Hellwig
1
-3
/
+2
2025-01-14
xfs: simplify xfsaild_resubmit_item
Christoph Hellwig
1
-7
/
+2
2024-12-12
xfs: attach dquot buffer to dquot log item buffer
Darrick J. Wong
1
-1
/
+1
2024-08-14
xfs: revert AIL TASK_KILLABLE threshold
Darrick J. Wong
1
-1
/
+6
2024-07-04
xfs: skip flushing log items during push
Dave Chinner
1
-1
/
+7
2024-07-04
xfs: track log space pinned by the AIL
Dave Chinner
1
-3
/
+6
2024-07-04
xfs: l_last_sync_lsn is really AIL state
Dave Chinner
1
-4
/
+22
2024-07-04
xfs: ensure log tail is always up to date
Dave Chinner
1
-2
/
+15
2024-07-04
xfs: background AIL push should target physical space
Dave Chinner
1
-57
/
+57
2024-07-04
xfs: AIL doesn't need manual pushing
Dave Chinner
1
-91
/
+71
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-2
/
+2
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-1
/
+2
2023-06-29
xfs: don't reverse order of items in bulk AIL insertion
Dave Chinner
1
-1
/
+1
2022-11-30
xfs: shut up -Wuninitialized in xfsaild_push
Darrick J. Wong
1
-1
/
+3
2022-10-20
xfs: remove redundant pointer lip
Colin Ian King
1
-2
/
+1
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-4
/
+4
2022-03-29
xfs: log shutdown triggers should only shut down the log
Dave Chinner
1
-4
/
+4
2022-03-20
xfs: AIL should be log centric
Dave Chinner
1
-13
/
+13
2022-03-20
xfs: xfs_ail_push_all_sync() stalls when racing with updates
Dave Chinner
1
-5
/
+16
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-4
/
+4
2021-08-16
xfs: AIL needs asynchronous CIL forcing
Dave Chinner
1
-3
/
+8
2020-08-05
xfs: delete duplicated words + other fixes
Randy Dunlap
1
-2
/
+2
2020-07-28
xfs: drain the buf delwri queue before xfsaild idles
Brian Foster
1
-10
/
+6
2020-07-07
xfs: pin inode backing buffer to the inode log item
Dave Chinner
1
-2
/
+6
2020-07-07
xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()
Dave Chinner
1
-1
/
+1
2020-05-08
xfs: refactor adding recovered intent items to the log
Darrick J. Wong
1
-0
/
+11
2020-05-07
xfs: combine xfs_trans_ail_[remove|delete]()
Brian Foster
1
-22
/
+2
2020-05-07
xfs: acquire ->ail_lock from xfs_trans_ail_delete()
Brian Foster
1
-1
/
+2
2020-05-07
xfs: refactor failed buffer resubmission into xfsaild
Brian Foster
1
-0
/
+41
2020-03-27
xfs: tail updates only need to occur when LSN changes
Dave Chinner
1
-16
/
+36
2020-03-27
xfs: factor common AIL item deletion code
Dave Chinner
1
-22
/
+26
2020-03-11
xfs: clear PF_MEMALLOC before exiting xfsaild thread
Eric Biggers
1
-1
/
+3
2020-03-02
xfs: Add missing annotation to xfs_ail_check()
Jules Irenge
1
-0
/
+1
2019-11-10
xfs: Correct comment tyops -> typos
Joe Perches
1
-4
/
+4
2019-11-05
xfs: use super s_id instead of struct xfs_mount m_fsname
Ian Kent
1
-1
/
+1
2019-06-28
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
1
-22
/
+22
2019-06-28
xfs: don't require log items to implement optional methods
Christoph Hellwig
1
-0
/
+8
2019-06-28
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2018-10-18
xfs: clear ail delwri queued bufs on unmount of shutdown fs
Brian Foster
1
-6
/
+22
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-10
xfs: don't assert fail with AIL lock held
Dave Chinner
1
-11
/
+32
2018-05-10
xfs: log item flags are racy
Dave Chinner
1
-5
/
+4
2018-03-11
xfs: Rename xa_ elements to ail_
Matthew Wilcox
1
-76
/
+76
[next]