Commit Graph

1589 Commits (109e941843893cb1b4f7bed24c615ba84ce00ff5)

Author SHA1 Message Date
Al Viro 407938e79e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step 14 years ago
Al Viro dd7dd556e4 no need to check for LOOKUP_OPEN in ->create() instances 14 years ago
Al Viro 7c97c200e2 cifs: fix the type of cifs_demultiplex_thread() 14 years ago
Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
Al Viro 2830ba7f34 ->permission() sanitizing: don't pass flags to generic_permission() 14 years ago
Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
Al Viro fec11dd9a0 Fix cifs_get_root() 14 years ago
Al Viro dc137bf553 cifs: build_path_from_dentry() race fix 14 years ago
Steve French c2ec9471b5 [CIFS] update cifs to version 1.74 14 years ago
Steve French ea1be1a3c3 [CIFS] update limit for snprintf in cifs_construct_tcon 14 years ago
Shirish Pargaonkar 62411ab2fe cifs: Fix signing failure when server mandates signing for NTLMSSP 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
David Howells c902ce1bfb FS-Cache: Add a helper to bulk uncache pages on an inode 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 9403c9c598 cifs: propagate errors from cifs_get_root() to mount(2) 14 years ago
Al Viro 5c4f1ad7c6 cifs: tidy cifs_do_mount() up a bit 14 years ago
Al Viro fa18f1bdce cifs: more breakage on mount failures 14 years ago
Al Viro ee01a14d9d cifs: close sget() races 14 years ago
Al Viro d757d71bfc cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount() 14 years ago
Al Viro 98ab494dd1 cifs: move cifs_umount() call into ->kill_sb() 14 years ago
Al Viro 97d1152ace cifs: pull cifs_mount() call up 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 5d3bc605ca cifs: allocate mountdata earlier 14 years ago
Al Viro d687ca380f cifs: leak on mount if we share superblock 14 years ago
Al Viro 2c6292ae4b cifs: don't pass superblock to cifs_mount() 14 years ago
Al Viro ca171baaad cifs: don't leak nls on mount failure 14 years ago
Al Viro 6d6861757d cifs: double free on mount failure 14 years ago
Al Viro dd85446619 take bdi setup/destruction into cifs_mount/cifs_umount 14 years ago
Jeff Layton 9b8e072a31 cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKEN 14 years ago
Jeff Layton e4fb0edb7c cifs: free blkcipher in smbhash 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
Al Viro ec12781f19 cifs_permission() doesn't need to bail out in RCU mode 14 years ago
Steve French 1252b3013b [CIFS] update cifs version to 1.73 14 years ago
Steve French 040d15c867 [CIFS] trivial cleanup fscache cFYI and cERROR messages 14 years ago
Jeff Layton 8d1bca328b cifs: correctly handle NULL tcon pointer in CIFSTCon 14 years ago
Jeff Layton 3e71551364 cifs: show sec= option in /proc/mounts 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
Jeff Layton 9c4843ea57 cifs: silence printk when establishing first session on socket 14 years ago
Darren Salt 243e2dd38e CIFS ACL support needs CONFIG_KEYS, so depend on it 14 years ago
Vasily Averin 957df4535d possible memory corruption in cifs_parse_mount_options() 14 years ago