aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2013-05-04cifs: small variable name cleanupDan Carpenter
2013-05-04CIFS: fix error return code in cifs_atomic_open()Wei Yongjun
2013-05-04cifs: store the real expected sequence number in the midJeff Layton
2013-05-04cifs: on send failure, readjust server sequence number downwardJeff Layton
2013-05-04cifs: remove ENOSPC handling in smb_sendvJeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu
2013-05-04cifs: replaced kmalloc + memset with kzallocDia Vasile
2013-05-04cifs: ignore the unc= and prefixpath= mount optionsJeff Layton
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-10cifs: Allow passwords which begin with a delimitorSachin Prabhu
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2013-03-06CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky
2013-03-06cifs: don't try to unlock pagecache page after releasing itJeff Layton
2013-03-06cifs: remove the sockopt= mount optionJeff Layton
2013-03-06cifs: Check server capability before attempting silly renameSachin Prabhu
2013-03-06cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu
2013-03-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-02-28cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27cifs: set MAY_SIGN when sec=krb5Martijn de Gouw
2013-02-27POSIX extensions disabled on client due to illegal O_EXCL flag sent to SambaSteve French
2013-02-27cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman
2013-02-13cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman
2013-02-13cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman
2013-02-13cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman
2013-02-13cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman
2013-02-13cifs: Convert from a kuid before printing current_fsuidEric W. Biederman
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman
2013-02-13cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_allocEric W. Biederman
2013-02-13cifs: Use BUILD_BUG_ON to validate uids and gids are the same sizeEric W. Biederman
2013-02-13cifs: Override unmappable incoming uids and gidsEric W. Biederman
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman
2013-01-22fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding
2013-01-21fs/cifs: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-21cifs: fix srcip_matches() for ipv6Nickolai Zeldovich