Revision 332019e23a51db1aa46fec695a9a763445fbe09f authored by Linus Torvalds on 14 August 2022, 00:31:18 UTC, committed by Linus Torvalds on 14 August 2022, 00:31:18 UTC
Pull more cifs updates from Steve French:

 - two fixes for stable, one for a lock length miscalculation, and
   another fixes a lease break timeout bug

 - improvement to handle leases, allows the close timeout to be
   configured more safely

 - five restructuring/cleanup patches

* tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Do not access tcon->cfids->cfid directly from is_path_accessible
  cifs: Add constructor/destructors for tcon->cfid
  SMB3: fix lease break timeout when multiple deferred close handles for the same file.
  smb3: allow deferred close timeout to be configurable
  cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dir
  cifs: Move cached-dir functions into a separate file
  cifs: Remove {cifs,nfs}_fscache_release_page()
  cifs: fix lock length calculation
2 parent s 8549a26 + 7eb59a9
History
File Mode Size
syscalls
.gitignore -rw-r--r-- 61 bytes
Makefile -rw-r--r-- 1.5 KB
Makefile.gate -rw-r--r-- 934 bytes
acpi-ext.c -rw-r--r-- 2.6 KB
acpi.c -rw-r--r-- 22.0 KB
asm-offsets.c -rw-r--r-- 14.2 KB
audit.c -rw-r--r-- 1.2 KB
brl_emu.c -rw-r--r-- 5.1 KB
crash.c -rw-r--r-- 6.3 KB
crash_dump.c -rw-r--r-- 646 bytes
cyclone.c -rw-r--r-- 2.9 KB
dma-mapping.c -rw-r--r-- 245 bytes
efi.c -rw-r--r-- 35.6 KB
efi_stub.S -rw-r--r-- 2.6 KB
elfcore.c -rw-r--r-- 1.7 KB
entry.S -rw-r--r-- 38.3 KB
entry.h -rw-r--r-- 3.0 KB
err_inject.c -rw-r--r-- 7.0 KB
esi.c -rw-r--r-- 4.2 KB
esi_stub.S -rw-r--r-- 2.9 KB
fsys.S -rw-r--r-- 24.0 KB
fsyscall_gtod_data.h -rw-r--r-- 636 bytes
ftrace.c -rw-r--r-- 5.4 KB
gate-data.S -rw-r--r-- 65 bytes
gate.S -rw-r--r-- 11.3 KB
gate.lds.S -rw-r--r-- 2.7 KB
head.S -rw-r--r-- 27.5 KB
iosapic.c -rw-r--r-- 29.3 KB
irq.c -rw-r--r-- 4.3 KB
irq.h -rw-r--r-- 155 bytes
irq_ia64.c -rw-r--r-- 15.0 KB
irq_lsapic.c -rw-r--r-- 1.0 KB
ivt.S -rw-r--r-- 51.8 KB
kprobes.c -rw-r--r-- 23.4 KB
machine_kexec.c -rw-r--r-- 4.3 KB
mca.c -rw-r--r-- 60.3 KB
mca_asm.S -rw-r--r-- 27.3 KB
mca_drv.c -rw-r--r-- 21.4 KB
mca_drv.h -rw-r--r-- 4.6 KB
mca_drv_asm.S -rw-r--r-- 1.1 KB
minstate.h -rw-r--r-- 8.0 KB
module.c -rw-r--r-- 26.5 KB
msi_ia64.c -rw-r--r-- 4.2 KB
numa.c -rw-r--r-- 1.8 KB
pal.S -rw-r--r-- 7.7 KB
palinfo.c -rw-r--r-- 23.8 KB
patch.c -rw-r--r-- 6.4 KB
pci-dma.c -rw-r--r-- 626 bytes
perfmon_itanium.h -rw-r--r-- 6.7 KB
process.c -rw-r--r-- 16.8 KB
ptrace.c -rw-r--r-- 51.2 KB
relocate_kernel.S -rw-r--r-- 7.4 KB
sal.c -rw-r--r-- 10.3 KB
salinfo.c -rw-r--r-- 18.0 KB
setup.c -rw-r--r-- 29.1 KB
sigframe.h -rw-r--r-- 815 bytes
signal.c -rw-r--r-- 13.2 KB
smp.c -rw-r--r-- 7.2 KB
smpboot.c -rw-r--r-- 20.1 KB
stacktrace.c -rw-r--r-- 812 bytes
sys_ia64.c -rw-r--r-- 4.2 KB
time.c -rw-r--r-- 12.2 KB
topology.c -rw-r--r-- 9.7 KB
traps.c -rw-r--r-- 15.8 KB
unaligned.c -rw-r--r-- 42.2 KB
uncached.c -rw-r--r-- 7.2 KB
unwind.c -rw-r--r-- 62.4 KB
unwind_decoder.c -rw-r--r-- 12.0 KB
unwind_i.h -rw-r--r-- 5.7 KB
vmlinux.lds.S -rw-r--r-- 4.2 KB

back to top