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_buf_item.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
xfs: convert buffer log item flags to unsigned.
Dave Chinner
1
-13
/
+11
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
1
-1
/
+1
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
1
-1
/
+1
2020-09-15
xfs: move the buffer retry logic to xfs_buf.c
Christoph Hellwig
1
-0
/
+12
2020-07-07
xfs: get rid of log item callbacks
Dave Chinner
1
-3
/
+0
2020-07-07
xfs: clean up the buffer iodone callback functions
Dave Chinner
1
-1
/
+0
2020-07-06
xfs: call xfs_buf_iodone directly
Dave Chinner
1
-2
/
+2
2020-07-06
xfs: mark dquot buffers in cache
Dave Chinner
1
-0
/
+1
2020-07-06
xfs: mark inode buffers in cache
Dave Chinner
1
-0
/
+1
2020-05-07
xfs: refactor failed buffer resubmission into xfsaild
Brian Foster
1
-2
/
+0
2020-01-16
xfs: check log iovec size to make sure it's plausibly a buffer log format
Darrick J. Wong
1
-0
/
+1
2019-06-28
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
1
-3
/
+3
2018-09-29
xfs: refactor xfs_buf_log_item reference count handling
Brian Foster
1
-0
/
+1
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-01-29
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
1
-1
/
+0
2018-01-29
Get rid of xfs_buf_log_item_t typedef
Carlos Maiolino
1
-3
/
+3
2017-09-01
xfs: remove unnecessary dirty bli format check for ordered bufs
Brian Foster
1
-0
/
+1
2017-09-01
xfs: open-code xfs_buf_item_dirty()
Brian Foster
1
-1
/
+0
2017-08-22
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
1
-0
/
+3
2015-08-25
xfs: fix non-debug build warnings
Dave Chinner
1
-1
/
+1
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-4
/
+0
2013-08-12
xfs: split out buf log item format definitions
Dave Chinner
1
-97
/
+3
2013-06-27
xfs: Introduce an ordered buffer item
Dave Chinner
1
-1
/
+3
2013-04-27
xfs: buffer type overruns blf_flags field
Dave Chinner
1
-39
/
+53
2013-04-27
xfs: add buffer types to directory and attribute buffers
Dave Chinner
1
-1
/
+17
2013-04-27
xfs: add CRC checks to remote symlinks
Dave Chinner
1
-1
/
+3
2013-04-21
xfs: add version 3 inode format with CRCs
Christoph Hellwig
1
-1
/
+3
2013-04-21
xfs: add CRC checks to the AGI
Dave Chinner
1
-1
/
+3
2013-04-21
xfs: add CRC checks to the AGFL
Christoph Hellwig
1
-1
/
+3
2013-04-21
xfs: add CRC checks to the AGF
Dave Chinner
1
-1
/
+3
2013-04-21
xfs: add support for large btree blocks
Christoph Hellwig
1
-5
/
+19
2012-12-17
xfs remove the XFS_TRANS_DEBUG routines
Mark Tinguely
1
-14
/
+0
2012-12-17
xfs: rename bli_format to avoid confusion with bli_formats
Mark Tinguely
1
-1
/
+1
2012-07-01
xfs: support discontiguous buffers in the xfs_buf_log_item
Dave Chinner
1
-0
/
+2
2012-07-01
xfs: struct xfs_buf_log_format isn't variable sized.
Dave Chinner
1
-18
/
+18
2010-12-16
xfs: use struct list_head for the buf cancel table
Christoph Hellwig
1
-11
/
+0
2010-07-26
xfs: give li_cb callbacks the correct prototype
Christoph Hellwig
1
-1
/
+1
2010-05-24
xfs: Ensure inode allocation buffers are fully replayed
Dave Chinner
1
-1
/
+3
2010-05-24
xfs: Clean up XFS_BLI_* flag namespace
Dave Chinner
1
-7
/
+7
2010-05-19
xfs: add log item recovery tracing
Dave Chinner
1
-1
/
+1
2009-12-14
xfs: event tracing support
Christoph Hellwig
1
-12
/
+8
2008-02-07
[XFS] Fix up sparse warnings.
David Chinner
1
-0
/
+2
2007-10-01
Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...
Tim Shimmin
1
-5
/
+0
2007-09-18
[XFS] Avoid replaying inode buffer initialisation log items if on-disk versio...
Lachlan McIlroy
1
-0
/
+5
2007-02-10
[XFS] Get rid of old 5.3/6.1 v1 log items. Cleanup patch sent in by Eric
Eric Sandeen
1
-17
/
+1
2005-11-02
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
1
-25
/
+11
2005-06-21
[XFS] Add support for project quota, based on Dan Knappes earlier work.
Nathan Scott
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+171