| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -6/+6 |
| 2025-06-19 | fs: convert most other generic_file_*mmap() users to .mmap_prepare() | Lorenzo Stoakes | 1 | -6/+6 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -2/+2 |
| 2025-06-03 | Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci... | Linus Torvalds | 1 | -1/+0 |
| 2025-05-28 | smb: client: Remove an unused function and variable | Dr. David Alan Gilbert | 1 | -1/+0 |
| 2025-04-08 | VFS: rename lookup_one_len family to lookup_noperm and remove permission check | NeilBrown | 1 | -1/+2 |
| 2025-03-26 | cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode | Pali Rohár | 1 | -0/+4 |
| 2025-01-31 | cifs: Add support for creating native Windows sockets | Pali Rohár | 1 | -0/+4 |
| 2025-01-29 | cifs: Add mount option -o symlink= for choosing symlink create type | Pali Rohár | 1 | -0/+2 |
| 2024-12-19 | smb: use macros instead of constants for leasekey size and default cifsattrs ... | Bharath SM | 1 | -1/+1 |
| 2024-12-10 | smb: client: destroy cfid_put_wq on module exit | Enzo Matsumiya | 1 | -0/+1 |
| 2024-11-26 | smb: During unmount, ensure all cached dir instances drop their dentry | Paul Aurich | 1 | -1/+11 |
| 2024-11-21 | CIFS: New mount option for cifs.upcall namespace resolution | Ritvik Budhiraja | 1 | -0/+25 |
| 2024-10-23 | cifs: fix warning when destroy 'cifs_io_request_pool' | Ye Bin | 1 | -1/+1 |
| 2024-10-02 | smb: client: Correct typos in multiple comments across various files | Shen Lichuan | 1 | -2/+2 |
| 2024-10-01 | smb: client: use actual path when queryfs | wangrong | 1 | -1/+12 |
| 2024-08-28 | cifs: Fix copy offload to flush destination region | David Howells | 1 | -17/+4 |
| 2024-08-22 | smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock | ChenXiaoSong | 1 | -3/+3 |
| 2024-07-23 | cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ... | Steve French | 1 | -4/+4 |
| 2024-07-19 | cifs: fix noisy message on copy_file_range | Steve French | 1 | -1/+1 |
| 2024-06-19 | cifs: fix typo in module parameter enable_gcm_256 | Steve French | 1 | -1/+1 |
| 2024-05-27 | Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2024-05-27 | netfs, 9p: Fix race between umount and async request completion | David Howells | 1 | -0/+1 |
| 2024-05-24 | cifs: Fix missing set of remote_i_size | David Howells | 1 | -3/+3 |
| 2024-05-13 | cifs: Change from mempool_destroy to mempool_exit for request pools | Steve French | 1 | -2/+2 |
| 2024-05-01 | cifs: Cut over to using netfslib | David Howells | 1 | -4/+4 |
| 2024-05-01 | cifs: Implement netfslib hooks | David Howells | 1 | -1/+1 |
| 2024-05-01 | cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs | David Howells | 1 | -1/+54 |
| 2024-05-01 | cifs: Set zero_point in the copy_file_range() and remap_file_range() | David Howells | 1 | -0/+6 |
| 2024-05-01 | cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c | David Howells | 1 | -55/+0 |
| 2024-04-19 | smb: client: fix rename(2) regression against samba | Paulo Alcantara | 1 | -0/+1 |
| 2024-04-19 | cifs: Add tracing for the cifs_tcon struct refcounting | David Howells | 1 | -0/+2 |
| 2024-04-03 | smb3: retrying on failed server close | Ritvik Budhiraja | 1 | -0/+11 |
| 2024-03-20 | cifs: Move some extern decls from .c files to .h | David Howells | 1 | -4/+0 |
| 2024-03-13 | Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 1 | -0/+2 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -1/+1 |
| 2024-03-11 | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -4/+1 |
| 2024-03-10 | smb: client: return reparse type in /proc/mounts | Paulo Alcantara | 1 | -0/+2 |
| 2024-03-10 | smb: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -1/+1 |
| 2024-02-25 | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+3 |
| 2024-02-25 | cifs_get_link(): bail out in unsafe case | Al Viro | 1 | -0/+3 |
| 2024-02-06 | smb: remove redundant check | NeilBrown | 1 | -3/+0 |
| 2024-02-05 | filelock: split leases out of struct file_lock | Jeff Layton | 1 | -1/+1 |
| 2024-01-23 | cifs: Share server EOF pos with netfslib | David Howells | 1 | -3/+14 |
| 2024-01-20 | Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 1 | -0/+2 |
| 2024-01-19 | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -5/+4 |
| 2024-01-19 | cifs: new mount option called retrans | Shyam Prasad N | 1 | -0/+2 |
| 2024-01-08 | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds | 1 | -2/+3 |
| 2023-12-28 | netfs: Optimise away reads above the point at which there can be no data | David Howells | 1 | -2/+2 |
| 2023-12-24 | netfs: Move pinning-for-writeback from fscache to netfs | David Howells | 1 | -3/+2 |
| 2023-12-12 | fs: use splice_copy_file_range() inline helper | Amir Goldstein | 1 | -2/+3 |
| 2023-12-05 | cifs: Fix non-availability of dedup breaking generic/304 | David Howells | 1 | -1/+3 |
| 2023-12-04 | cifs: Fix flushing, invalidation and file size with FICLONE | David Howells | 1 | -11/+57 |
| 2023-12-04 | cifs: Fix flushing, invalidation and file size with copy_file_range() | David Howells | 1 | -3/+99 |
| 2023-10-22 | smb3: fix touch -h of symlink | Steve French | 1 | -0/+1 |
| 2023-09-07 | smb3: allow controlling maximum number of cached directories | Steve French | 1 | -0/+2 |
| 2023-08-31 | smb3: allow controlling length of time directory entries are cached with dir ... | Steve French | 1 | -0/+10 |
| 2023-08-30 | Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 1 | -1/+1 |
| 2023-08-20 | smb: client: get rid of dfs naming in automount code | Paulo Alcantara | 1 | -1/+1 |
| 2023-07-10 | fs: Pass argument to fcntl_setlease as int | Luca Vizzarro | 1 | -1/+1 |
| 2023-06-30 | Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 1 | -18/+12 |
| 2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -6/+6 |
| 2023-06-20 | smb: client: fix warning in cifs_smb3_do_mount() | Paulo Alcantara | 1 | -18/+10 |
| 2023-06-19 | cifs: print nosharesock value while dumping mount options | Shyam Prasad N | 1 | -0/+2 |
| 2023-05-24 | smb: move client and server files to common directory fs/smb | Steve French | 1 | -0/+1854 |