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
/
scrub
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
xfs: convert mount flags to features
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
11
-38
/
+38
2021-08-19
xfs: start documenting common units and tags used in tracepoints
Darrick J. Wong
1
-0
/
+4
2021-08-19
xfs: decode scrub flags in ftrace output
Darrick J. Wong
1
-2
/
+12
2021-08-19
xfs: standardize inode generation formatting in ftrace output
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: resolve fork names in trace output
Darrick J. Wong
1
-8
/
+8
2021-08-19
xfs: disambiguate units for ftrace fields tagged "len"
Darrick J. Wong
1
-4
/
+4
2021-08-19
xfs: disambiguate units for ftrace fields tagged "offset"
Darrick J. Wong
1
-3
/
+3
2021-08-19
xfs: standardize rmap owner number formatting in ftrace output
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: standardize AG block number formatting in ftrace output
Darrick J. Wong
1
-12
/
+12
2021-08-19
xfs: standardize AG number formatting in ftrace output
Darrick J. Wong
1
-17
/
+17
2021-08-19
xfs: standardize inode number formatting in ftrace output
Darrick J. Wong
1
-4
/
+4
2021-08-19
xfs: fix incorrect unit conversion in scrub tracepoint
Darrick J. Wong
1
-12
/
+4
2021-08-18
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
6
-7
/
+7
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
7
-19
/
+22
2021-08-18
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
6
-30
/
+31
2021-08-09
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2
-9
/
+8
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
8
-44
/
+56
2021-08-09
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
1
-4
/
+5
2021-08-06
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
1
-0
/
+7
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
1
-1
/
+1
2021-07-15
xfs: detect misaligned rtinherit directory extent size hints
Darrick J. Wong
1
-2
/
+16
2021-07-02
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
12
-74
/
+75
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
6
-7
/
+8
2021-06-08
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
12
-74
/
+75
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
7
-10
/
+15
2021-06-02
xfs: use perag for ialloc btree cursors
Dave Chinner
2
-5
/
+4
2021-06-02
xfs: convert allocbt cursors to use perags
Dave Chinner
2
-6
/
+6
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
3
-6
/
+6
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
4
-11
/
+9
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
4
-18
/
+21
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
1
-2
/
+2
2021-06-02
xfs: convert raw ag walks to use for_each_perag
Dave Chinner
1
-5
/
+8
2021-06-02
xfs: make for_each_perag... a first class citizen
Dave Chinner
1
-25
/
+15
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
6
-3
/
+6
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
6
-7
/
+8
2021-05-20
xfs: fix deadlock retry tracepoint arguments
Darrick J. Wong
1
-1
/
+3
2021-05-06
Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-2
/
+45
2021-04-29
Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
23
-182
/
+167
2021-04-29
xfs: count free space btree blocks when scrubbing pre-lazysbcount fses
Darrick J. Wong
1
-1
/
+38
2021-04-29
xfs: don't check agf_btreeblks on pre-lazysbcount filesystems
Darrick J. Wong
2
-2
/
+8
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
1
-5
/
+1
2021-04-15
xfs: remove XFS_IFINLINE
Christoph Hellwig
1
-1
/
+1
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
1
-5
/
+4
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
19
-93
/
+61
2021-04-09
xfs: fix scrub and remount-ro protection when running scrub
Darrick J. Wong
3
-14
/
+32
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-2
/
+2
2021-04-07
xfs: scrub: Disable check for unoptimized data fork bmbt node
Chandan Babu R
1
-2
/
+28
2021-04-07
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
4
-6
/
+6
[next]