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
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-27
Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...
Linus Torvalds
5
-0
/
+1220
2019-09-24
fuse: Make fuse_args_to_req static
YueHaibing
1
-1
/
+1
2019-09-24
fuse: fix memleak in cuse_channel_open
zhengbin
1
-0
/
+1
2019-09-24
fuse: fix beyond-end-of-page access in fuse_parse_cache()
Tejun Heo
1
-1
/
+3
2019-09-24
fuse: unexport fuse_put_request
Arnd Bergmann
1
-1
/
+0
2019-09-24
fuse: kmemcg account fs data
Khazhismel Kumykov
3
-4
/
+6
2019-09-24
fuse: on 64-bit store time in d_fsdata directly
Khazhismel Kumykov
1
-6
/
+30
2019-09-24
fuse: fix missing unlock_page in fuse_writepage()
Vasily Averin
1
-0
/
+1
2019-09-18
virtio-fs: add virtiofs filesystem
Stefan Hajnoczi
5
-0
/
+1220
2019-09-12
fuse: allow skipping control interface and forced unmount
Vivek Goyal
2
-1
/
+14
2019-09-12
fuse: dissociate DESTROY from fuseblk
Miklos Szeredi
2
-4
/
+17
2019-09-12
fuse: delete dentry if timeout is zero
Miklos Szeredi
2
-3
/
+28
2019-09-12
fuse: separate fuse device allocation and installation in fuse_conn
Vivek Goyal
4
-7
/
+26
2019-09-12
fuse: add fuse_iqueue_ops callbacks
Stefan Hajnoczi
4
-22
/
+81
2019-09-12
fuse: extract fuse_fill_super_common()
Stefan Hajnoczi
2
-59
/
+80
2019-09-12
fuse: export fuse_dequeue_forget() function
Vivek Goyal
2
-6
/
+11
2019-09-12
fuse: export fuse_get_unique()
Stefan Hajnoczi
2
-1
/
+7
2019-09-12
fuse: export fuse_send_init_request()
Vivek Goyal
2
-1
/
+3
2019-09-12
fuse: export fuse_len_args()
Stefan Hajnoczi
2
-4
/
+10
2019-09-12
fuse: export fuse_end_request()
Stefan Hajnoczi
2
-9
/
+15
2019-09-12
fuse: fix request limit
Miklos Szeredi
1
-2
/
+5
2019-09-10
fuse: stop copying pages to fuse_req
Miklos Szeredi
2
-21
/
+6
2019-09-10
fuse: stop copying args to fuse_req
Miklos Szeredi
2
-106
/
+34
2019-09-10
fuse: clean up fuse_req
Miklos Szeredi
1
-45
/
+0
2019-09-10
fuse: simplify request allocation
Miklos Szeredi
3
-59
/
+13
2019-09-10
fuse: unexport request ops
Miklos Szeredi
2
-81
/
+9
2019-09-10
fuse: convert retrieve to simple api
Miklos Szeredi
1
-30
/
+62
2019-09-10
fuse: convert release to simple api
Miklos Szeredi
2
-41
/
+42
2019-09-10
cuse: convert init to simple api
Miklos Szeredi
1
-45
/
+48
2019-09-10
fuse: convert init to simple api
Miklos Szeredi
1
-28
/
+37
2019-09-10
fuse: convert writepages to simple api
Miklos Szeredi
3
-185
/
+206
2019-09-10
fuse: convert readdir to simple api
Miklos Szeredi
3
-66
/
+40
2019-09-10
fuse: convert readpages to simple api
Miklos Szeredi
1
-67
/
+72
2019-09-10
fuse: convert direct_io to simple api
Miklos Szeredi
1
-95
/
+124
2019-09-10
fuse: add simple background helper
Miklos Szeredi
2
-0
/
+51
2019-09-10
fuse: convert sync write to simple api
Miklos Szeredi
1
-44
/
+86
2019-09-10
fuse: covert readpage to simple api
Miklos Szeredi
1
-32
/
+48
2019-09-10
fuse: fuse_short_read(): don't take fuse_req as argument
Miklos Szeredi
1
-8
/
+9
2019-09-10
fuse: convert ioctl to simple api
Miklos Szeredi
2
-56
/
+45
2019-09-10
fuse: move page alloc
Miklos Szeredi
3
-15
/
+16
2019-09-10
fuse: convert readlink to simple api
Miklos Szeredi
1
-27
/
+25
2019-09-10
fuse: add pages to fuse_args
Miklos Szeredi
2
-10
/
+43
2019-09-10
fuse: convert destroy to simple api
Miklos Szeredi
3
-22
/
+14
2019-09-10
fuse: add nocreds to fuse_args
Miklos Szeredi
2
-29
/
+16
2019-09-10
fuse: convert fuse_force_forget() to simple api
Miklos Szeredi
3
-24
/
+21
2019-09-10
fuse: add noreply to fuse_args
Miklos Szeredi
2
-1
/
+4
2019-09-10
fuse: convert flush to simple api
Miklos Szeredi
3
-20
/
+19
2019-09-10
fuse: simplify 'nofail' request
Miklos Szeredi
4
-69
/
+6
2019-09-10
fuse: rearrange and resize fuse_args fields
Miklos Szeredi
2
-6
/
+6
2019-09-10
fuse: flatten 'struct fuse_args'
Miklos Szeredi
6
-223
/
+216
[next]