summaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong1-1/+9
2023-08-26cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-26cifs: fix potential oops in cifs_oplock_breakSteve French1-7/+16
2023-08-03cifs: if deferred close is disabled then close files immediatelyBharath SM1-2/+2
2023-07-23SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM1-13/+12
2023-06-21cifs: fix lease break oops in xfstest generic/098Steve French1-2/+6
2023-05-24SMB3: drop reference to cfile before sending oplock breakBharath SM1-5/+12
2023-05-24SMB3: Close all deferred handles of inode in case of handle lease breakBharath SM1-8/+1
2023-05-11SMB3: Close deferred file handles in case of handle lease breakBharath SM1-0/+16
2023-04-13smb3: allow deferred close timeout to be configurableSteve French1-2/+2
2023-02-14cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2022-10-29cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu1-4/+7
2022-10-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg1-0/+9
2022-09-23cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-08-17SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM1-19/+1
2022-04-08Adjust cifssb maximum read sizeRohith Surabattula1-0/+10
2021-11-18smb3: do not error on fsync when readonlySteve French1-6/+29
2021-09-24cifs: Clear modified attribute bit from inode flagsSteve French1-1/+1
2021-09-22cifs: fix a sign extension bugDan Carpenter1-1/+1
2021-09-18cifs: Not to defer close on file when lock is setRohith Surabattula1-0/+2
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N1-2/+13
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula1-18/+17
2021-07-27SMB3: fix readpage for large swap cacheSteve French1-1/+1
2021-06-21cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula1-7/+13
2021-05-20Defer close only when lease is enabled.Rohith Surabattula1-0/+1
2021-05-20Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula1-15/+12
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-4/+98
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula1-4/+12
2021-05-03cifs: add shutdown supportSteve French1-0/+6
2021-05-03cifs: Deferred close for filesRohith Surabattula1-2/+82
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-04-26cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro1-39/+36
2021-04-26cifs: make build_path_from_dentry() return const char *Al Viro1-4/+4
2021-04-26cifs: constify pathname arguments in a bunch of helpersAl Viro1-2/+2
2021-03-27cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg1-0/+1
2021-03-13cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro1-1/+1
2021-02-23cifs: change confusing field serverName (to ip_addr)Steve French1-1/+1
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg1-6/+6
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-2/+3
2020-12-14cifs: remove various function description warningsSteve French1-2/+7
2020-07-08cifs: remove the retry in cifs_poxis_lock_setyangerkun1-13/+6
2020-06-23cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu1-4/+7
2020-06-12smb311: add support for using info level for posix extensions querySteve French1-1/+4
2020-06-06Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-29/+31
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel1-13/+19
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel1-2/+2
2020-06-04mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-5/+5
2020-06-01cifs: Standardize logging outputJoe Perches1-14/+10