summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton2013-05-311-2/+2
* cifs: fix composing of mount options for DFS referralsJeff Layton2013-05-242-72/+73
* cifs: stop printing the unc= option in /proc/mountsJeff Layton2013-05-241-3/+0
* cifs: fix error handling when calling cifs_parse_devnameJeff Layton2013-05-241-9/+13
* cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton2013-05-241-0/+1
* cifs: fix potential buffer overrun when composing a new options stringJeff Layton2013-05-241-1/+3
* cifs: only set ops for inodes in I_NEW stateJeff Layton2013-05-241-1/+2
* cifs: small variable name cleanupDan Carpenter2013-05-041-1/+1
* CIFS: fix error return code in cifs_atomic_open()Wei Yongjun2013-05-041-1/+3
* cifs: store the real expected sequence number in the midJeff Layton2013-05-043-4/+4
* cifs: on send failure, readjust server sequence number downwardJeff Layton2013-05-042-0/+16
* cifs: remove ENOSPC handling in smb_sendvJeff Layton2013-05-041-7/+1
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-0436-1227/+1223
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-044-10/+7
* cifs: replaced kmalloc + memset with kzallocDia Vasile2013-05-041-3/+1
* cifs: ignore the unc= and prefixpath= mount optionsJeff Layton2013-05-041-51/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-3/+0
|\
| * lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0
* | cifs: Allow passwords which begin with a delimitorSachin Prabhu2013-04-101-3/+13
|/
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-216-56/+43
|\
| * cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-211-48/+5
| * cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-133-1/+33
| * cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-132-7/+5
* | fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-111-0/+1
|/
* CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky2013-03-061-0/+1
* cifs: don't try to unlock pagecache page after releasing itJeff Layton2013-03-061-1/+1
* cifs: remove the sockopt= mount optionJeff Layton2013-03-061-15/+1
* cifs: Check server capability before attempting silly renameSachin Prabhu2013-03-061-0/+9
* cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu2013-03-061-1/+1
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-014-5/+19
|\
| * cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun2013-02-281-1/+4
| * cifs: set MAY_SIGN when sec=krb5Martijn de Gouw2013-02-271-1/+1
| * POSIX extensions disabled on client due to illegal O_EXCL flag sent to SambaSteve French2013-02-271-3/+9
| * cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton2013-02-271-0/+5
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-265-28/+26
|\
| * d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-261-5/+3
| * new helper: file_inode(file)Al Viro2013-02-225-23/+23
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-2513-95/+166
|\ \
| * | cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman2013-02-133-5/+7
| * | cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman2013-02-134-10/+16
| * | cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman2013-02-132-15/+45
| * | cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman2013-02-132-3/+3
| * | cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman2013-02-132-6/+12
| * | cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman2013-02-132-7/+7
| * | cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman2013-02-135-22/+28
| * | cifs: Convert from a kuid before printing current_fsuidEric W. Biederman2013-02-131-1/+2
| * | cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman2013-02-134-20/+34
| * | cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_allocEric W. Biederman2013-02-131-1/+2
| * | cifs: Use BUILD_BUG_ON to validate uids and gids are the same sizeEric W. Biederman2013-02-131-0/+1
OpenPOWER on IntegriCloud