Commit Graph

1449 Commits (3d9c2472a53ee1d26de9803899037aeeb44ccef1)

Author SHA1 Message Date
Pavel Shilovsky 3d9c2472a5 CIFS: Move buffer allocation to a separate function 14 years ago
Jeff Layton c4a5534a1b cifs: remove unneeded variable initialization in cifs_reconnect_tcon 14 years ago
Jeff Layton ad635942c8 cifs: simplify refcounting for oplock breaks 14 years ago
Jeff Layton 5980fc966b cifs: fix compiler warning in CIFSSMBQAllEAs 14 years ago
Jeff Layton 91d065c473 cifs: fix name parsing in CIFSSMBQAllEAs 14 years ago
Jeff Layton 998d6fcb24 cifs: don't start signing too early 14 years ago
Jeff Layton 1f1cff0be0 cifs: trivial: goto out here is unnecessary 14 years ago
Jeff Layton c4d3396b26 cifs: advertise the right receive buffer size to the server 14 years ago
Shirish Pargaonkar 14cae3243b cifs: Cleanup: check return codes of crypto api calls 14 years ago
Pavel Shilovsky f5bc1e755d CIFS: Fix oops while mounting with prefixpath 14 years ago
Steve French e010a5ef95 [CIFS] Redundant null check after dereference 14 years ago
Christoph Hellwig eaf35b1ea8 cifs: use cifs_dirent in cifs_save_resume_key 14 years ago
Christoph Hellwig f16d59b417 cifs: use cifs_dirent to replace cifs_get_name_from_search_buf 14 years ago
Christoph Hellwig cda0ec6a86 cifs: introduce cifs_dirent 14 years ago
Christoph Hellwig 9feed6f8fb cifs: cleanup cifs_filldir 14 years ago
Pavel Shilovsky 3ca30d40a9 CIFS: Fix oops while mounting with prefixpath 14 years ago
Pavel Shilovsky 2cebaa58b7 CIFS: Fix wrong length in cifs_iovec_read 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Josef Bacik 06222e491e fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek 14 years ago
Al Viro b85fd6bdc9 don't open-code parent_ino() in assorted ->readdir() 14 years ago
Al Viro 4352780386 cifs_lookup(): LOOKUP_OPEN is set only on the last component 14 years ago
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