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
/
netfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-18
netfs: Only call folio_start_fscache() one time for each folio
Dave Wysochanski
1
-1
/
+5
2023-06-08
Move netfs_extract_iter_to_sg() to lib/scatterlist.c
David Howells
1
-267
/
+0
2023-06-08
Wrap lines at 80
David Howells
1
-1
/
+2
2023-06-08
Fix a couple of spelling mistakes
David Howells
1
-2
/
+2
2023-06-08
Drop the netfs_ prefix from netfs_extract_iter_to_sg()
David Howells
1
-33
/
+33
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2023-04-26
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+1
2023-04-12
netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
David Howells
1
-1
/
+1
2023-04-06
fs: Add FGP_WRITEBEGIN
Matthew Wilcox
1
-2
/
+1
2023-04-05
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
1
-2
/
+2
2023-03-01
iov: Fix netfs_extract_user_to_sg()
David Howells
1
-1
/
+1
2023-02-22
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-0
/
+370
2023-02-20
netfs: Add a function to extract an iterator into a scatterlist
David Howells
1
-0
/
+268
2023-02-20
netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
David Howells
2
-0
/
+104
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2022-11-15
netfs: Fix dodgy maths
David Howells
1
-8
/
+9
2022-11-15
netfs: Fix missing xas_retry() calls in xarray iteration
David Howells
2
-2
/
+10
2022-07-14
netfs: do not unlock and put the folio twice
Xiubo Li
1
-7
/
+10
2022-06-10
netfs: Rename the netfs_io_request cleanup op and give it an op pointer
David Howells
1
-3
/
+3
2022-06-10
netfs: Further cleanups after struct netfs_inode wrapper introduced
Linus Torvalds
1
-2
/
+3
2022-06-09
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
3
-5
/
+5
2022-05-09
fs: Convert netfs_readpage to netfs_read_folio
Matthew Wilcox (Oracle)
1
-8
/
+7
2022-05-08
fs: Remove aop_flags parameter from netfs_write_begin()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-05-08
fs: Remove AOP_FLAG_NOFS
Matthew Wilcox (Oracle)
1
-5
/
+1
2022-03-18
netfs: Split some core bits out into their own file
David Howells
4
-12
/
+26
2022-03-18
netfs: Split fs/netfs/read_helper.c
David Howells
3
-418
/
+429
2022-03-18
netfs: Rename read_helper.c to io.c
David Howells
3
-9
/
+9
2022-03-18
netfs: Prepare to split read_helper.c
David Howells
2
-2
/
+7
2022-03-18
netfs: Add a function to consolidate beginning a read
David Howells
3
-74
/
+73
2022-03-18
netfs: Add a netfs inode context
David Howells
4
-64
/
+67
2022-03-18
netfs: Change ->init_request() to return an error code
David Howells
2
-25
/
+36
2022-03-18
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
3
-17
/
+26
2022-03-18
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
3
-20
/
+34
2022-03-18
netfs: Trace refcounting on the netfs_io_request struct
David Howells
3
-16
/
+33
2022-03-18
netfs: Adjust the netfs_rreq tracepoint slightly
David Howells
1
-1
/
+1
2022-03-18
netfs: Split netfs_io_* object handling out
David Howells
4
-118
/
+147
2022-03-18
netfs: Finish off rename of netfs_read_request to netfs_io_request
David Howells
1
-41
/
+42
2022-03-18
netfs: Rename netfs_read_*request to netfs_io_*request
David Howells
1
-97
/
+97
2022-01-21
netfs: Make ops->init_rreq() optional
Jeffle Xu
1
-1
/
+2
2022-01-07
netfs: Pass more information on how to deal with a hole in the cache
David Howells
1
-4
/
+4
2022-01-07
netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
David Howells
1
-1
/
+1
2021-12-07
netfs: fix parameter of cleanup()
Jeffle Xu
1
-3
/
+3
2021-12-07
netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock
David Howells
1
-10
/
+5
2021-11-29
netfs: Adjust docs after foliation
David Howells
1
-2
/
+2
2021-11-10
netfs, 9p, afs, ceph: Use folios
David Howells
1
-82
/
+83
2021-10-05
netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
David Howells
1
-1
/
+1
2021-06-21
netfs: fix test for whether we can skip read when writing beyond EOF
Jeff Layton
1
-13
/
+36
2021-05-25
netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
David Howells
1
-1
/
+1
2021-05-25
netfs: Pass flags through to grab_cache_page_write_begin()
David Howells
1
-1
/
+1
2021-04-26
netfs: Miscellaneous fixes
David Howells
1
-3
/
+3
[next]