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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
btrfs: raid56: introduce new cached members for btrfs_raid_bio
Qu Wenruo
1
-6
/
+17
2022-05-16
btrfs: raid56: make btrfs_raid_bio more compact
Qu Wenruo
1
-19
/
+21
2022-05-16
btrfs: raid56: open code rbio_nr_pages()
Qu Wenruo
1
-13
/
+5
2022-05-16
btrfs: reduce width for stripe_len from u64 to u32
Qu Wenruo
4
-29
/
+22
2022-05-16
btrfs: do not return errors from submit_bio_hook_t instances
Christoph Hellwig
3
-18
/
+11
2022-05-16
btrfs: do not return errors from btrfs_submit_compressed_read
Christoph Hellwig
3
-13
/
+10
2022-05-16
btrfs: do not return errors from btrfs_submit_metadata_bio
Christoph Hellwig
2
-18
/
+10
2022-05-16
btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bio
Christoph Hellwig
3
-4
/
+3
2022-05-16
btrfs: move btrfs_readpage to extent_io.c
Christoph Hellwig
4
-38
/
+34
2022-05-16
btrfs: repair super block num_devices automatically
Qu Wenruo
1
-4
/
+4
2022-05-16
btrfs: do not pass compressed_bio to submit_compressed_bio()
Goldwyn Rodrigues
1
-3
/
+2
2022-05-16
btrfs: avoid double search for block group during NOCOW writes
Filipe Manana
3
-29
/
+60
2022-05-16
btrfs: return block group directly at btrfs_next_block_group()
Filipe Manana
1
-1
/
+1
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
5
-26
/
+26
2022-05-16
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
6
-37
/
+25
2022-05-16
btrfs: remove search start argument from first_logical_byte()
Filipe Manana
1
-3
/
+4
2022-05-16
btrfs: return correct error number for __extent_writepage_io()
Qu Wenruo
1
-1
/
+12
2022-05-16
btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
Qu Wenruo
1
-2
/
+6
2022-05-16
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
3
-87
/
+44
2022-05-16
btrfs: use non-bh spin_lock in zstd timer callback
Schspa Shi
1
-5
/
+9
2022-05-16
btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
Filipe Manana
1
-6
/
+2
2022-05-16
btrfs: simplify parameters of submit_read_repair() and rename
Qu Wenruo
1
-12
/
+16
2022-05-16
btrfs: remove the zoned/zone_size union in struct btrfs_fs_info
Christoph Hellwig
1
-5
/
+2
2022-05-16
btrfs: remove unnecessary check of iput argument
Lv Ruyi
2
-4
/
+2
2022-05-16
btrfs: stop using the btrfs_bio saved iter in index_rbio_pages
Christoph Hellwig
1
-3
/
+0
2022-05-16
btrfs: don't allocate a btrfs_bio for scrub bios
Christoph Hellwig
1
-29
/
+15
2022-05-16
btrfs: don't allocate a btrfs_bio for raid56 per-stripe bios
Christoph Hellwig
1
-5
/
+2
2022-05-16
btrfs: pass bio opf to rbio_add_io_page
Christoph Hellwig
1
-20
/
+17
2022-05-16
btrfs: pass a block_device to btrfs_bio_clone
Christoph Hellwig
3
-7
/
+8
2022-05-16
btrfs: move the call to bio_set_dev out of submit_stripe_bio
Christoph Hellwig
1
-1
/
+1
2022-05-16
btrfs: use on-stack bio in scrub_repair_page_from_good_copy
Christoph Hellwig
1
-14
/
+9
2022-05-16
btrfs: use on-stack bio in scrub_recheck_block
Christoph Hellwig
1
-10
/
+8
2022-05-16
btrfs: use on-stack bio in repair_io_failure
Christoph Hellwig
1
-28
/
+24
2022-05-16
btrfs: check-integrity: simplify bio allocation in btrfsic_read_block
Christoph Hellwig
1
-3
/
+2
2022-05-16
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
6
-25
/
+19
2022-05-16
btrfs: factor check and flush helpers from __btrfsic_submit_bio
Christoph Hellwig
1
-72
/
+77
2022-05-16
btrfs: zoned: make auto-reclaim less aggressive
Johannes Thumshirn
3
-0
/
+43
2022-05-16
btrfs: change the bg_reclaim_threshold valid region from 0 to 100
Josef Bacik
1
-1
/
+1
2022-05-16
btrfs: allow block group background reclaim for non-zoned filesystems
Josef Bacik
1
-0
/
+31
2022-05-16
btrfs: make the bg_reclaim_threshold per-space info
Josef Bacik
5
-7
/
+58
2022-05-16
btrfs: do not test for free space inode during NOCOW check against file extent
Filipe Manana
1
-1
/
+1
2022-05-16
btrfs: move common NOCOW checks against a file extent into a helper
Filipe Manana
1
-212
/
+215
2022-05-16
btrfs: wait between incomplete batch memory allocations
Sweet Tea Dorminy
1
-0
/
+6
2022-05-16
btrfs: allocate page arrays using bulk page allocator
Sweet Tea Dorminy
1
-8
/
+11
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
6
-73
/
+78
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
9
-14
/
+11
2022-05-16
btrfs: expand subpage support to any PAGE_SIZE > 4K
Qu Wenruo
2
-9
/
+9
2022-05-16
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
5
-53
/
+110
2022-05-16
btrfs: use dummy extent buffer for super block sys chunk array read
Qu Wenruo
1
-22
/
+7
2022-05-16
btrfs: assert that relocation is protected with sb_start_write()
Naohiro Aota
1
-0
/
+11
[next]