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
/
cifs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-27
SMB3: Close deferred file handles in case of handle lease break
Bharath SM
1
-0
/
+16
2023-04-18
cifs: Fix unbuffered read
David Howells
1
-4
/
+0
2023-03-17
cifs: check only tcon status on tcon related functions
Shyam Prasad N
1
-4
/
+4
2023-03-01
cifs: Fix memory leak in direct I/O
David Howells
1
-2
/
+2
2023-03-01
cifs: Fix cifs_write_back_from_locked_folio()
David Howells
1
-0
/
+1
2023-03-01
cifs: Add some missing xas_retry() calls
David Howells
1
-0
/
+6
2023-02-24
cifs: Fix cifs_writepages_region()
David Howells
1
-1
/
+2
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-52
/
+66
2023-02-22
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1012
/
+798
2023-02-20
cifs: DIO to/from KVEC-type iterators should now work
David Howells
1
-20
/
+0
2023-02-20
cifs: Remove unused code
David Howells
1
-606
/
+0
2023-02-20
cifs: Change the I/O paths to use an iterator rather than a page list
David Howells
1
-447
/
+748
2023-02-20
cifs: Add some helper functions
David Howells
1
-0
/
+93
2023-02-20
cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
David Howells
1
-0
/
+16
2023-02-20
Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
1
-0
/
+1
2023-02-20
cifs: Fix uninitialized memory reads for oparms.mode
Volker Lendecke
1
-16
/
+19
2023-02-20
cifs: Use a folio in cifs_page_mkwrite()
Matthew Wilcox (Oracle)
1
-9
/
+8
2023-02-06
cifs: Fix use-after-free in rdata->read_into_pages()
ZhaoLong Wang
1
-2
/
+2
2023-02-02
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-02-02
cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
1
-3
/
+29
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2022-12-15
Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
1
-14
/
+22
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2022-12-08
cifs: remove ->writepage
Christoph Hellwig
1
-9
/
+0
2022-12-08
cifs: stop using generic_writepages
Christoph Hellwig
1
-2
/
+18
2022-12-08
cifs: wire up >migrate_folio
Christoph Hellwig
1
-3
/
+4
2022-11-30
cifs: use locks_inode_context helper
Jeff Layton
1
-1
/
+1
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-10-23
cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()
Zhang Xiaoxu
1
-0
/
+3
2022-10-23
cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()
Zhang Xiaoxu
1
-3
/
+7
2022-10-18
cifs: Fix xid leak in cifs_flock()
Zhang Xiaoxu
1
-4
/
+7
2022-10-15
cifs: lease key is uninitialized in two additional functions when smb1
Steve French
1
-2
/
+2
2022-10-13
cifs: improve symlink handling for smb2+
Paulo Alcantara
1
-19
/
+22
2022-09-25
cifs: destage dirty pages before re-reading them for cache=none
Ronnie Sahlberg
1
-0
/
+9
2022-09-12
cifs: revalidate mapping when doing direct writes
Ronnie Sahlberg
1
-0
/
+3
2022-08-13
Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...
Linus Torvalds
1
-31
/
+8
2022-08-11
SMB3: fix lease break timeout when multiple deferred close handles for the sa...
Bharath SM
1
-19
/
+1
2022-08-11
smb3: allow deferred close timeout to be configurable
Steve French
1
-2
/
+2
2022-08-11
cifs: Move cached-dir functions into a separate file
Ronnie Sahlberg
1
-7
/
+2
2022-08-10
cifs: fix lock length calculation
Paulo Alcantara
1
-3
/
+3
2022-08-08
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+3
2022-08-08
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-4
/
+2
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
1
-1
/
+1
2022-08-05
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
1
-3
/
+261
2022-08-01
cifs: trivial style fixup
Steve French
1
-0
/
+1
2022-08-01
cifs: list_for_each() -> list_for_each_entry()
Enzo Matsumiya
1
-7
/
+3
2022-08-01
cifs: Fix memory leak when using fscache
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-06-09
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
1
-4
/
+4
2022-05-27
Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...
Linus Torvalds
1
-5
/
+8
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+6
[next]