- 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
- 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 6 months ago
- bae4c0c fs/cifs: Fix resource leak by Khaled ROMDHANI · 3 years, 8 months ago
- 087f757 cifs: add shutdown support by Steve French · 3 years, 8 months ago
- f6a9bc3 cifs: allocate buffer in the caller of build_path_from_dentry() by Al Viro · 3 years, 10 months ago
- 8e33cf2 cifs: make build_path_from_dentry() return const char * by Al Viro · 3 years, 9 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- d313852 smb311: add support for using info level for posix extensions query by Steve French · 4 years, 7 months ago
- 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 7 months ago
- 7c06514 cifs: multichannel: always zero struct cifs_io_parms by Aurelien Aptel · 4 years, 7 months ago
- 69dda30 cifs: add SMB2_open() arg to return POSIX data by Aurelien Aptel · 4 years, 10 months ago
- 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
- ebaf546 SMB3: Clean up query symlink when reparse point by Ronnie Sahlberg · 6 years ago
- 74ea5f9 cifs: replace snprintf with scnprintf by Ronnie Sahlberg · 6 years ago
- 2278315 smb3: don't request leases in symlink creation and query by Steve French · 6 years ago
- 9d874c3 cifs: fix a buffer leak in smb2_query_symlink by Ronnie Sahlberg · 7 years ago
- 82fb82b CIFS: refactor crypto shash/sdesc allocation&free by Aurelien Aptel · 7 years ago
- 2a38e12 [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred by Steve French · 7 years ago
- c6fc663 cifs: use %16phN for formatting md5 sum by Rasmus Villemoes · 8 years ago
- dbbab32 cifs: get rid of unused arguments of CIFSSMBWrite() by Al Viro · 8 years ago
- fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
- 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
- bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- ff273cb [CIFS] Remove obsolete comment by Steve French · 10 years ago
- 2baa268 Remap reserved posix characters by default (part 3/3) by Steve French · 10 years ago
- c22870e mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink by Steve French · 10 years ago
- 5ab9757 Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink by Steve French · 10 years ago
- 364d429 Fix mfsymlinks file size check by Steve French · 10 years ago
- da80659 [SMB3] Fix oops when creating symlinks on smb3 by Steve French · 10 years ago
- a1d0b84c fs/cifs: fix regression in cifs_create_mf_symlink() by Björn Baumbach · 11 years ago
- a9a315d cifs: Fix check for regular file in couldbe_mf_symlink() by Sachin Prabhu · 11 years ago
- d81b8a4 CIFS: Cleanup cifs open codepath by Pavel Shilovsky · 11 years ago
- 0ecdb4f cifs: move unix extension call to cifs_query_symlink() by Sachin Prabhu · 11 years ago
- 0f8dce1 cifs: Re-order M-F Symlink code by Sachin Prabhu · 11 years ago
- cbb0aba cifs: Add create MFSymlinks to protocol ops struct by Sachin Prabhu · 11 years ago
- 8205d1b cifs: use protocol specific call for query_mf_symlink() by Sachin Prabhu · 11 years ago
- cb084b1 cifs: Rename MF symlink function names by Sachin Prabhu · 11 years ago
- b5be1a1 cifs: Rename and cleanup open_query_close_cifs_symlink() by Sachin Prabhu · 11 years ago
- abf9767 cifs: Fix memory leak in cifs_hardlink() by Christian Engelmayer · 11 years ago
- 750b8de cifs: We do not drop reference to tlink in CIFSCheckMFSymlink() by Sachin Prabhu · 11 years ago
- 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
- b42bf88 CIFS: Implement follow_link for SMB2 by Pavel Shilovsky · 11 years ago
- 1b24408 Do not attempt to do cifs operations reading symlinks with SMB2 by Steve French · 11 years ago
- f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
- 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
- d6e906f CIFS: Move hardlink to ops struct by Steve French · 12 years ago
- b7ca692 CIFS: Protect i_nlink from being negative by Steve French · 12 years ago
- 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
- 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 13 years ago
- ac3aa2f cifs: remove extraneous newlines from cERROR and cFYI calls by Jeff Layton · 12 years ago
- 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
- 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
- 14cae32 cifs: Cleanup: check return codes of crypto api calls by Shirish Pargaonkar · 14 years ago
- 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 14 years ago
- d4ffff1 CIFS: Add rwpidforward mount option by Pavel Shilovsky · 14 years ago
- fa2989f CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size by Pavel Shilovsky · 14 years ago
- 5443d13 various endian fixes to cifs by Steve French · 14 years ago
- ffeb414 cifs: fix two compiler warning about uninitialized vars by Jeff Layton · 14 years ago
- ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 14 years ago
- 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 14 years ago
- 1c929cf switch cifs by Al Viro · 14 years ago
- fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
- 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
- 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
- a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
- 1b12b9c cifs: use Minshall+French symlink functions by Stefan Metzmacher · 14 years ago
- 8713d01 cifs: implement CIFSCreateMFSymLink() by Stefan Metzmacher · 14 years ago
- 18bddd1 cifs: implement CIFSFormatMFSymlink() by Stefan Metzmacher · 14 years ago
- 0fd43ae cifs: implement CIFSQueryMFSymLink() by Stefan Metzmacher · 14 years ago
- 8bfb50a cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink() by Stefan Metzmacher · 14 years ago
- c69c1b6 cifs: implement CIFSParseMFSymlink() by Stefan Metzmacher · 14 years ago
- b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 0f3bc09 cifs: Fix incorrect return code being printed in cFYI messages by Suresh Jayaraman · 16 years ago
- 8b6427a cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4) by Jeff Layton · 16 years ago
- 0e0d2cf [CIFS] Remove sparse endian warnings by Steve French · 16 years ago
- 9e39b0a [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status by Steve French · 16 years ago
- 460b969 cifs: change CIFSSMBUnixQuerySymLink to use new helpers by Jeff Layton · 16 years ago
- c2cf07d [CIFS] Finishup DFS code by Steve French · 17 years ago
- 646dd53 [CIFS] Fix paths when share is in DFS to include proper prefix by Steve French · 17 years ago
- 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 17 years ago
- 8b1327f [CIFS] file create with acl support enabled is slow by Steve French · 17 years ago
- 366781c [CIFS] DFS build fixes by Steve French · 17 years ago
- 77159b4 [CIFS] Fix warnings shown by newer version of sparse by Steve French · 17 years ago
- c18c842 [CIFS] Allow disabling CIFS Unix Extensions as mount option by Steve French · 17 years ago
- 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
- 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
- fb8c4b1 [CIFS] whitespace cleanup by Steve French · 17 years ago
- 1b2b212 [CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwritten by Steve French · 18 years ago
- 31ec35d [CIFS] Incorrect hardlink count when original file is cached (oplocked) by Steve French · 18 years ago
- 1bd5bbc [CIFS] Legacy time handling for Win9x and OS/2 part 1 by Steve French · 18 years ago
- 26a21b9 [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log by Steve French · 19 years ago
- 0bd4fa9 [CIFS] [CIFS] Do not take rename sem on most path based calls (during by Steve French · 19 years ago
- d62e54a Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
- a11f3a0 [PATCH] sem2mutex: vfs_rename_mutex by Arjan van de Ven · 19 years ago
- 083d3a2 [CIFS] Workaround various server bugs found in testing at connectathon by Steve French · 19 years ago