index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans_ail.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
-58
/
+58
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
2017-11-01
xfs: move error injection tags into their own file
Darrick J. Wong
1
-0
/
+1
2017-10-26
xfs: check kthread_should_stop() after the setting of task state
Hou Tao
1
-3
/
+18
2017-08-22
xfs: add log item pinning error injection tag
Brian Foster
1
-1
/
+16
2017-08-22
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
1
-1
/
+2
2017-04-25
xfs: remove xfs_trans_ail_delete_bulk
Christoph Hellwig
1
-36
/
+35
[next]