index
:
pub/scm/linux/kernel/git/robh/linux.git
master
Rob Herring's fork of linux.git
Rob Herring
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
cifsfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0
Frank Sorenson
1
-2
/
+13
2026-08-19
cifs: remove redundant size-update block in cifs_remap_file_range()
Frank Sorenson
1
-5
/
+1
2026-08-02
smb/client: show compress mount option
ChenXiaoSong
1
-0
/
+2
2026-07-21
cifs: prevent readdir from changing file size due to stale directory metadata
Frank Sorenson
1
-0
/
+1
2026-07-13
smb/client: refresh allocation size after duplicate extents
Huiwen He
1
-3
/
+7
2026-07-08
smb: client: fix busy dentry warning on unmount after DIO
Zizhi Wo
1
-0
/
+12
2026-06-18
Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
1
-2
/
+2
2026-06-15
Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+26
2026-06-15
Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+53
2026-06-14
smb/client: update i_blocks after contiguous writes
Huiwen He
1
-2
/
+2
2026-06-03
smb: client: convert cifs_smb3_do_mount() to sget_fc()
Christian Brauner
1
-17
/
+26
2026-05-22
Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+2
2026-05-21
cifs: Fix busy dentry used after unmounting
Zhihao Cheng
1
-0
/
+2
2026-05-18
cifs: Fix undefined variables
David Howells
1
-3
/
+3
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
1
-13
/
+25
2026-05-11
cifs: Implement fileattr_get for case sensitivity
Chuck Lever
1
-0
/
+53
2026-04-22
smb: client: Remove obsolete cmac(aes) allocation
Eric Biggers
1
-1
/
+0
2026-04-22
smb: client: fix (remove) drop_dir_cache module parameter
Enzo Matsumiya
1
-37
/
+0
2026-04-10
smb: client: add support for O_TMPFILE
Paulo Alcantara
1
-0
/
+4
2026-04-05
smb: client: Remove unnecessary selection of CRYPTO_ECB
Eric Biggers
1
-1
/
+0
2026-04-05
smb/client: check if ntstatus_to_dos_map is sorted
Youling Tang
1
-0
/
+6
2026-03-11
smb: client: fix open handle lookup in cifs_open()
Paulo Alcantara
1
-1
/
+1
2026-03-04
cifs: open files should not hold ref on superblock
Shyam Prasad N
1
-2
/
+5
2026-02-26
smb: client: use atomic_t for mnt_cifs_flags
Paulo Alcantara
1
-40
/
+44
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-09
Merge tag 'v7.0-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
1
-1
/
+5
2026-02-08
smb/client: check whether smb2_error_map_table is sorted in ascending order
ChenXiaoSong
1
-0
/
+5
2026-02-08
cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
David Howells
1
-1
/
+0
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
1
-1
/
+0
2026-01-12
smb/client: properly disallow delegations on directories
Jeff Layton
1
-3
/
+1
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
1
-2
/
+3
2025-12-05
cifs: Remove the server pointer from smb_message
David Howells
1
-4
/
+3
2025-12-03
cifs: client: enforce consistent handling of multichannel and max_channels
Rajasi Mandal
1
-1
/
+0
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-0
/
+3
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-11-12
filelock: push the S_ISREG check down to ->setlease handlers
Jeff Layton
1
-0
/
+3
2025-10-26
cifs: fix typo in enable_gcm_256 module parameter
Steve French
1
-1
/
+1
2025-10-20
smb: use the new ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-10-15
smb: client: Remove obsolete crypto_shash allocations
Eric Biggers
1
-4
/
+0
2025-10-09
smb: client: fix race with fallocate(2) and AIO+DIO
Paulo Alcantara
1
-3
/
+19
2025-10-01
smb: client: account smb directory cache usage and per-tcon totals
Bharath SM
1
-0
/
+2
2025-10-01
smb: client: add drop_dir_cache module parameter to invalidate cached dirents
Bharath SM
1
-0
/
+38
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+11
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-5
/
+11
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-08-25
smb3 client: fix return code mapping of remap_file_range
Steve French
1
-0
/
+14
2025-08-06
cifs: Fix null-ptr-deref by static initializing global lock
Yunseong Kim
1
-4
/
+2
2025-08-01
smb: client: set symlink type as native for POSIX mounts
Paulo Alcantara
1
-1
/
+1
[next]