index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
dir.c
Age
Commit message (
Expand
)
Author
8 days
Remove excl arg to ->create inode_operation
NeilBrown
2026-05-21
openat2: new OPENAT2_REGULAR flag support
Dorjoy Chowdhury
2026-04-14
vfs: get rid of BUG_ON() in d_mark_tmpfile_name()
Paulo Alcantara
2026-04-10
smb: client: get rid of d_drop()+d_add()
Paulo Alcantara
2026-04-10
smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCL
Paulo Alcantara
2026-04-10
smb: client: add support for O_TMPFILE
Paulo Alcantara
2026-03-10
smb: client: fix sbflags initialization
Arnd Bergmann
2026-03-10
smb: client: fix atomic open with O_DIRECT & O_SYNC
Paulo Alcantara
2026-02-26
smb: client: use atomic_t for mnt_cifs_flags
Paulo Alcantara
2026-02-08
cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
David Howells
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
2025-10-07
smb: client: Use common code in cifs_do_create()
Markus Elfring
2025-10-06
smb: client: Use common code in cifs_lookup()
Markus Elfring
2025-10-06
smb: client: Reduce the scopes for a few variables in two functions
Markus Elfring
2025-10-03
Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
2025-10-01
smb client: fix bug with newly created file in cached dir
Bharath SM
2025-10-01
smb: client: short-circuit negative lookups when parent dir is fully cached
Henrique Carvalho
2025-10-01
smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid
Steve French
2025-09-16
simplify cifs_atomic_open()
Al Viro
2025-07-13
smb: invalidate and close cached directory when creating child entries
Bharath SM
2025-06-01
smb: client: use ParentLeaseKey in cifs_do_create
Henrique Carvalho
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2025-01-19
smb: client: fix order of arguments of tracepoints
Ruben Devos
2024-04-02
cifs: Fix caching to try to do open O_WRONLY as rdwr on server
David Howells
2024-03-26
smb3: add trace event for mknod
Steve French
2024-01-07
smb: client: allow creating special files via reparse points
Paulo Alcantara
2023-08-20
smb: client: get rid of dfs naming in automount code
Paulo Alcantara
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French