index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
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
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
2016-02-08
xfs: Make xfsaild freezeable again
Michal Hocko
1
-2
/
+3
2016-01-19
Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"
Dave Chinner
1
-1
/
+0
2015-11-03
Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next
Dave Chinner
1
-0
/
+1
2015-11-02
xfs: clear PF_NOFREEZE for xfsaild kthread
Jiri Kosina
1
-0
/
+1
2015-10-12
xfs: per-filesystem stats counter implementation
Bill O'Donnell
1
-6
/
+6
2015-06-22
xfs: remove __psint_t and __psunsigned_t
Christoph Hellwig
1
-3
/
+3
2014-11-28
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
1
-1
/
+1
2014-06-25
xfs: global error sign conversion
Dave Chinner
1
-2
/
+2
2014-04-14
xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()
Eric Sandeen
1
-3
/
+2
2013-11-06
xfs: trace AIL manipulations
Dave Chinner
1
-0
/
+3
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
1
-3
/
+4
2013-08-30
xfs: finish removing IOP_* macros.
Dave Chinner
1
-2
/
+2
2013-08-23
xfs: Simplify xfs_ail_min() with list_first_entry_or_null()
Jie Liu
1
-14
/
+0
[next]