Commit Graph

1950 Commits (50cd2c577668a170750b15f9a88f022f681ce3c7)

Author SHA1 Message Date
Al Viro be4ccdcc25 [readdir] convert cifs 12 years ago
Jeff Layton 1fc29baced cifs: fix off-by-one bug in build_unc_path_to_root 12 years ago
Jeff Layton d9deef0a3f cifs: fix composing of mount options for DFS referrals 12 years ago
Jeff Layton 9c9c29e1af cifs: stop printing the unc= option in /proc/mounts 12 years ago
Jeff Layton 37d4f99b55 cifs: fix error handling when calling cifs_parse_devname 12 years ago
Jeff Layton 539673fff7 cifs: allow sec=none mounts to work against servers that don't support extended security 12 years ago
Jeff Layton 166faf21bd cifs: fix potential buffer overrun when composing a new options string 12 years ago
Jeff Layton 62106e9627 cifs: only set ops for inodes in I_NEW state 12 years ago
Jeff Layton c2b93e0699 cifs: only set ops for inodes in I_NEW state 12 years ago
Dan Carpenter b13ce4bbca cifs: small variable name cleanup 12 years ago
Wei Yongjun efb79f289f CIFS: fix error return code in cifs_atomic_open() 12 years ago
Jeff Layton 0124cc4511 cifs: store the real expected sequence number in the mid 12 years ago
Jeff Layton ad313cb86d cifs: on send failure, readjust server sequence number downward 12 years ago
Jeff Layton ce6c44e44e cifs: remove ENOSPC handling in smb_sendv 12 years ago
Joe Perches f96637be08 [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg 12 years ago
Silviu-Mihai Popescu f7f7c1850e fs: cifs: use kmemdup instead of kmalloc + memcpy 12 years ago
Dia Vasile d455b72bdd cifs: replaced kmalloc + memset with kzalloc 12 years ago
Jeff Layton 73a999fab3 cifs: ignore the unc= and prefixpath= mount options 12 years ago
Sachin Prabhu c369c9a4a7 cifs: Allow passwords which begin with a delimitor 12 years ago
Al Viro 8d71db4f08 lift sb_start_write/sb_end_write out of ->aio_write() 12 years ago
Jeff Layton f853c61688 cifs: ignore everything in SPNEGO blob after mechTypes 12 years ago
Mateusz Guzik 24261fc23d cifs: delay super block destruction until all cifsFileInfo objects are gone 12 years ago
Sachin Prabhu 47c78f4a70 cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY 12 years ago
Eric W. Biederman 3e64fe5b21 fs: Limit sys_mount to only request filesystem modules. (Part 3) 12 years ago
Pavel Shilovsky 067785c40e CIFS: Fix missing of oplock_read value in smb30_values structure 12 years ago
Jeff Layton 94e1800768 cifs: don't try to unlock pagecache page after releasing it 12 years ago
Jeff Layton 25189643a1 cifs: remove the sockopt= mount option 12 years ago
Sachin Prabhu c483a9841d cifs: Check server capability before attempting silly rename 12 years ago
Sachin Prabhu 72d282dc51 cifs: Fix bug when checking error condition in cifs_rename_pending_delete() 12 years ago
Ouyang Maochun c51bb0ea40 cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue() 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Martijn de Gouw 0b7bc84000 cifs: set MAY_SIGN when sec=krb5 12 years ago
Steve French 07b92d0d57 POSIX extensions disabled on client due to illegal O_EXCL flag sent to Samba 12 years ago
Jeff Layton ce2ac52105 cifs: ensure that cifs_get_root() only traverses directories 12 years ago
Al Viro 4f522a247b d_hash_and_lookup(): export, switch open-coded instances 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Eric W. Biederman 64ed39dd1e cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t 12 years ago
Eric W. Biederman 1f68233c52 cifs: Convert struct cifs_sb_info to use kuids and kgids 12 years ago
Eric W. Biederman 3da4656504 cifs: Modify struct smb_vol to use kuids and kgids 12 years ago
Eric W. Biederman fef59fd728 cifs: Convert struct cifsFileInfo to use a kuid 12 years ago
Eric W. Biederman 4a2c8cf569 cifs: Convert struct cifs_fattr to use kuid and kgids 12 years ago
Eric W. Biederman 6d4a083205 cifs: Convert struct tcon_link to use a kuid. 12 years ago
Eric W. Biederman 49418b2c28 cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t 12 years ago
Eric W. Biederman dbfb98af18 cifs: Convert from a kuid before printing current_fsuid 12 years ago
Eric W. Biederman 8abf2775dd cifs: Use kuids and kgids SID to uid/gid mapping 12 years ago
Eric W. Biederman 8e3028b908 cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc 12 years ago
Eric W. Biederman 355958f289 cifs: Use BUILD_BUG_ON to validate uids and gids are the same size 12 years ago
Eric W. Biederman 46bbc25f9f cifs: Override unmappable incoming uids and gids 12 years ago
Cong Ding 10b8c7dff5 fs/cifs/cifs_dfs_ref.c: fix potential memory leakage 12 years ago
Kees Cook 00f3616b25 fs/cifs: remove depends on CONFIG_EXPERIMENTAL 12 years ago