Commit Graph

795 Commits (c2fdf3a9b2d52842808a8e551b53b55dd9b45030)

Author SHA1 Message Date
Steve French 61e7480158 [CIFS] various minor cleanups pointed out by checkpatch script 16 years ago
Steve French 3de2091ac7 [CIFS] fix typo 16 years ago
Steve French acc18aa1e6 [CIFS] remove sparse warning 16 years ago
Steve French 13a6e42af8 [CIFS] add mount option to send mandatory rather than advisory locks 16 years ago
Jeff Layton d5c5605c27 cifs: make ipv6_connect take a TCP_Server_Info arg 16 years ago
Jeff Layton bcf4b1063d cifs: make ipv4_connect take a TCP_Server_Info arg 16 years ago
Jeff Layton 7586b76585 cifs: don't declare smb_vol info on the stack 16 years ago
Jeff Layton 63c038c297 cifs: move allocation of new TCP_Server_Info into separate function 16 years ago
Jeff Layton 8ecaf67a8e cifs: account for IPv6 in ses->serverName and clean up netbios name handling 16 years ago
Jeff Layton 954d7a1cf1 cifs: make dnotify thread experimental code 16 years ago
Jeff Layton 72ca545b2d cifs: convert tcpSem to a mutex 16 years ago
Jeff Layton 0468a2cf91 cifs: take module reference when starting cifsd 16 years ago
Jeff Layton 80909022ce cifs: display addr and prefixpath options in /proc/mounts 16 years ago
Jeff Layton 24b9b06ba7 cifs: remove unused SMB session pointer from struct mid_q_entry 16 years ago
Jeff Layton 331c313510 cifs: fix buffer overrun in parse_DFS_referrals 16 years ago
Jeff Layton a98ee8c1c7 [CIFS] fix regression in cifs_write_begin/cifs_write_end 16 years ago
Steve French ddb4cbfc53 [CIFS] Do not attempt to close invalidated file handles 16 years ago
Steve French bfb59820ee [CIFS] fix check for dead tcon in smb_init 16 years ago
Dave Kleikamp b066a48c95 prevent cifs_writepages() from skipping unwritten pages 16 years ago
Igor Mammedov 2c55608f28 Fixed parsing of mount options when doing DFS submount 16 years ago
Steve French ab3f992983 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch 16 years ago
Steve French c2b3382cd4 [CIFS] Fix build break 16 years ago
Jeff Layton f1987b44f6 cifs: reinstate sharing of tree connections 16 years ago
Steve French d82c2df54e [CIFS] minor cleanup to cifs_mount 16 years ago
Jeff Layton 14fbf50d69 cifs: reinstate sharing of SMB sessions sans races 16 years ago
Jeff Layton e7ddee9037 cifs: disable sharing session and tcon and add new TCP sharing code 16 years ago
Steve French 3ec332ef7a [CIFS] clean up server protocol handling 16 years ago
David Howells a001e5b558 CRED: Wrap task credential accesses in the CIFS filesystem 16 years ago
Steve French fb39601664 [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix 16 years ago
Steve French 3b79521093 [CIFS] Fix cifs reconnection flags 16 years ago
Steve French c527c8a7ff [CIFS] Can't rely on iov length and base when kernel_recvmsg returns error 17 years ago
Jeff Layton ae6884a9da cifs: fix renaming one hardlink on top of another 17 years ago
Harvey Harrison be85940548 fs: replace NIPQUAD() 17 years ago
Steve French 61de800d33 [CIFS] fix error in smb_send2 17 years ago
Harvey Harrison 4b7a4274ca net: replace %#p6 format specifier with %pi6 17 years ago
Steve French edf1ae4038 [CIFS] Reduce number of socket retries in large write path 17 years ago
Harvey Harrison b071195deb net: replace all current users of NIP6_SEQFMT with %#p6 17 years ago
Miklos Szeredi f696a3659f [PATCH] move executable checking into ->permission() 17 years ago
Christoph Hellwig 3222a3e55f [PATCH] fix ->llseek for more directories 17 years ago
Jeff Layton b1c8d2b421 cifs: handle the TCP_Server_Info->tsk field more carefully 17 years ago
Jeff Layton 8d281efb67 cifs: fix unlinking of rename target when server doesn't support open file renames 17 years ago
Steve French 84210e9120 [CIFS] improve setlease handling 17 years ago
Jeff Layton a364bc0b37 [CIFS] fix saving of resume key before CIFSFindNext 17 years ago
Jeff Layton 14121bdccc cifs: make cifs_rename handle -EACCES errors 17 years ago
Steve French 413460980e [CIFS] fix build error 17 years ago
Alexey Dobriyan bb26b963d8 fs/Kconfig: move CIFS out 17 years ago
Rik van Riel 4f98a2fee8 vmscan: split LRU lists into anon & file sets 17 years ago
Steve French 3270958b71 [CIFS] undo changes in cifs_rename_pending_delete if it errors out 17 years ago
Jeff Layton 9a8165fce7 cifs: track DeletePending flag in cifsInodeInfo 17 years ago
Jeff Layton dd1db2dedc cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_delete 17 years ago