summaryrefslogtreecommitdiff
path: root/fs/smb/client/file.c
AgeCommit message (Expand)Author
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik
2025-10-09smb: client: remove redudant assignment in cifs_strict_fsync()Paulo Alcantara
2025-10-09smb: client: fix missing timestamp updates with O_TRUNCPaulo Alcantara
2025-09-28smb: client: make use of smbdirect_socket_parameters.max_frmr_depthStefan Metzmacher
2025-09-09smb: client: fix data loss due to broken rename(2)Paulo Alcantara
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-13smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong
2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
2025-06-12smb: client: fix perf regression with deferred closesPaulo Alcantara
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-05-14smb: client: fix zero rsize error messagesPaulo Alcantara
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara
2025-04-13smb3 client: fix open hardlink on deferred close file errorChunjie Zhu
2025-03-31Merge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24smb: client: Remove redundant check in cifs_oplock_break()Ivan Abramov
2025-03-08vfs: Remove invalidate_inodes()Jan Kara
2025-02-11cifs: pick channels for individual subrequestsShyam Prasad N
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-12-23smb: enable reuse of deferred file handles for write operationsBharath SM
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells
2024-09-05netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells
2024-08-18smb3: fix broken cached reads when posix locksSteve French
2024-08-17Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-08-15smb3: fix lock breakage for cached writesSteve French
2024-08-15smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui
2024-08-139p: Fix DIO read through netfsDominique Martinet
2024-07-20cifs: Fix missing fscache invalidationDavid Howells
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells
2024-07-19cifs: Fix setting of zero_point after DIO writeDavid Howells