summaryrefslogtreecommitdiff
path: root/fs/smb/client/inode.c
AgeCommit message (Expand)Author
2026-08-24Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linuxLinus Torvalds
2026-08-24cifs: call pagecache_isize_extended() in cifs_setsize() when extendingFrank Sorenson
2026-08-24cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()Frank Sorenson
2026-08-24smb/client: decode reparse metadata using its payload typeZe Tan
2026-08-19smb/client: fix nlink of an overwritten open fileChenXiaoSong
2026-08-19cifs: remove dead size-update blocks in cifs_setattr_unix/nounixFrank Sorenson
2026-08-19cifs: add cifs_resize_file_locked() to guard fscache_resize_cookie() under i_...Frank Sorenson
2026-08-19smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix ...Jiangshan Yi
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-27cifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson
2026-07-27cifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson
2026-07-21cifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson
2026-07-09cifs: Show reason why autodisabling serverino supportPali Rohár
2026-07-09smb/client: fix incorrect nlink returned by fstat()ChenXiaoSong
2026-07-05smb: client: refactor cifs_revalidate_mapping() to use clear_and_wake_up_bit()Mehdi Hassan
2026-07-01vfs: pass S_IFDIR mode to vfs_prepare_mode()Jori Koolstra
2026-06-24smb/client: do not account EOF extension as allocationHuiwen He
2026-06-24smb/client: fix chown/chgrp with SMB3 POSIX ExtensionsRalph Boehme
2026-06-18Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-14cifs: invalidate cfid on unlink/rename/rmdirShyam Prasad N
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro
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-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-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik
2025-10-23smb: client: get rid of d_drop() in cifs_do_rename()Paulo Alcantara
2025-10-20smb: use the new ->i_state accessorsMateusz Guzik
2025-10-15smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu
2025-10-09smb: client: fix race with fallocate(2) and AIO+DIOPaulo Alcantara
2025-10-09smb: client: fix missing timestamp updates after ftruncate(2)Paulo Alcantara
2025-10-09smb: client: fix missing timestamp updates with O_TRUNCPaulo Alcantara
2025-10-01smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-18smb: client: fix file open check in __cifs_unlink()Paulo Alcantara
2025-09-17smb: client: fix filename matching of deferred filesPaulo Alcantara
2025-09-09smb: client: fix data loss due to broken rename(2)Paulo Alcantara
2025-09-01fs: add an icount_read helperJosef Bacik