Commit Graph

364 Commits (3d9c2472a53ee1d26de9803899037aeeb44ccef1)

Author SHA1 Message Date
Pavel Shilovsky 3d9c2472a5 CIFS: Move buffer allocation to a separate function 14 years ago
Jeff Layton 1f1cff0be0 cifs: trivial: goto out here is unnecessary 14 years ago
Al Viro 7c97c200e2 cifs: fix the type of cifs_demultiplex_thread() 14 years ago
Steve French ea1be1a3c3 [CIFS] update limit for snprintf in cifs_construct_tcon 14 years ago
Jeff Layton f484b5d001 cifs: drop spinlock before calling cifs_put_tlink 14 years ago
Jeff Layton b9bce2e9f9 cifs: fix expand_dfs_referral 14 years ago
Jeff Layton 20547490c1 cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALL 14 years ago
Jeff Layton 04db79b015 cifs: factor smb_vol allocation out of cifs_setup_volume_info 14 years ago
Jeff Layton f9e59bcba2 cifs: have cifs_cleanup_volume_info not take a double pointer 14 years ago
Jeff Layton b2a0fa1520 cifs: fix build_unc_path_to_root to account for a prefixpath 14 years ago
Jeff Layton 677d8537d8 cifs: remove bogus call to cifs_cleanup_volume_info 14 years ago
Jeff Layton ee1b3ea9e6 cifs: set socket send and receive timeouts before attempting connect 14 years ago
Al Viro d757d71bfc cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount() 14 years ago
Al Viro 2a9b99516c sanitize cifs_umount() prototype 14 years ago
Al Viro 2ced6f6935 cifs: initialize ->tlink_tree in cifs_setup_cifs_sb() 14 years ago
Al Viro 2c6292ae4b cifs: don't pass superblock to cifs_mount() 14 years ago
Al Viro dd85446619 take bdi setup/destruction into cifs_mount/cifs_umount 14 years ago
Jeff Layton 1190f6a067 cifs: fix wsize negotiation to respect max buffer size and active signing (try #4) 14 years ago
Pavel Shilovsky 446b23a758 CIFS: Fix problem with 3.0-rc1 null user mount failure 14 years ago
Jeff Layton 8d1bca328b cifs: correctly handle NULL tcon pointer in CIFSTCon 14 years ago
Jeff Layton 7fdbaa1b8d cifs: don't allow cifs_reconnect to exit with NULL socket pointer 14 years ago
Pavel Shilovsky cd51875d53 CIFS: Fix sparse error 14 years ago
Jeff Layton 83fb086e0e cifs: trivial: add space in fsc error message 14 years ago
Vasily Averin 957df4535d possible memory corruption in cifs_parse_mount_options() 14 years ago
Suresh Jayaraman c592a70737 cifs: fix the kernel release version in the default security warning message 14 years ago
Steve French 96daf2b091 [CIFS] Rename three structures to avoid camel case 14 years ago
Pavel Shilovsky d4ffff1fa9 CIFS: Add rwpidforward mount option 14 years ago
Pavel Shilovsky 25c7f41e92 CIFS: Migrate to shared superblock model 14 years ago
Steve French f87d39d951 [CIFS] Migrate from prefixpath logic 14 years ago
Steve French 6848b7334b [CIFS] When mandatory encryption on share, fail mount 14 years ago
Jeff Layton f7910cbd9f cifs: clean up wsize negotiation and allow for larger wsize 14 years ago
Jeff Layton 3c1105df69 cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5) 14 years ago
Pavel Shilovsky 724d9f1cfb CIFS: Simplify mount code for further shared sb capability 14 years ago
Pavel Shilovsky 37bb04e5a0 CIFS: Simplify connection structure search calls 14 years ago
Christoph Hellwig c02324a6ae cifs: remove unused SMB2 config and mount options 14 years ago
Sean Finney f14bcf71d1 cifs: Unconditionally copy mount options to superblock info 14 years ago
Sean Finney 046462abca cifs: Simplify handling of submount options in cifs_mount. 14 years ago
Sean Finney b946845a9d cifs: cifs_parse_mount_options: do not tokenize mount options in-place 14 years ago
Sean Finney c1508ca236 cifs: Add support for mounting Windows 2008 DFS shares 14 years ago
Sean Finney dd61394586 cifs: Extract DFS referral expansion logic to separate function 14 years ago
Jeff Layton 820a803ffa cifs: keep BCC in little-endian format 14 years ago
Steve French be8e3b0044 consistently use smb_buf_length as be32 for cifs (try 3) 14 years ago
Steve French 1cb06d0b50 Introduce smb2 mounts as vers=2 14 years ago
Steve French 34c87901e1 Shrink stack space usage in cifs_construct_tcon 14 years ago
Justin P. Mattock fd62cb7e74 fs:cifs:connect.c remove one to many l's in the word. 14 years ago
Jeff Layton 221d1d7972 cifs: add fallback in is_path_accessible for old servers 14 years ago
Jeff Layton 16541ba11c cifs: handle errors from coalesce_t2 14 years ago
Jeff Layton 146f9f65bd cifs: refactor mid finding loop in cifs_demultiplex_thread 14 years ago
Jeff Layton 2a2047bc94 cifs: sanitize length checking in coalesce_t2 (try #3) 14 years ago
Pavel Shilovsky 4906e50b37 CIFS: Fix memory over bound bug in cifs_parse_mount_options 14 years ago