summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cifs: Override unmappable incoming uids and gidsEric W. Biederman2013-02-131-9/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2013-01-2921-998/+852
| |\ \
| * | | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-252-1/+3
|\ \ \ \ | | |/ / | |/| |
| * | | fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding2013-01-221-0/+2
| * | | cifs: fix srcip_matches() for ipv6Nickolai Zeldovich2013-01-211-1/+1
* | | | fs/cifs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-4/+4
|/ / /
* | | CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky2013-01-014-2/+57
* | | CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2013-01-011-28/+20
* | | Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky2013-01-013-65/+31
* | | cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton2012-12-301-0/+7
* | | cifs: move check for NULL socket into smb_send_rqstJeff Layton2012-12-301-3/+3
| |/ |/|
* | cifs: eliminate cifsERROR variableJeff Layton2012-12-202-6/+1
* | cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton2012-12-201-4/+15
* | cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton2012-12-201-7/+2
* | lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-161-8/+4
|\ \
| * \ Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2012-10-022-7/+7
| |\ \
| | * | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-09-132-7/+7
| * | | KEYS: Use keyring_alloc() to create special keyringsDavid Howells2012-10-021-8/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | | | CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2012-12-113-31/+65
* | | | cifs: parse the device name into UNC and prepathJeff Layton2012-12-111-7/+88
* | | | cifs: fix up handling of prefixpath= optionJeff Layton2012-12-112-27/+12
* | | | cifs: clean up handling of unc= optionJeff Layton2012-12-111-27/+12
* | | | cifs: fix SID binary to string conversionJeff Layton2012-12-112-9/+24
* | | | fix "disabling echoes and oplocks" on SMB2 mountsSteve French2012-12-091-1/+2
* | | | Do not send SMB2 signatures for SMB3 framesSteve French2012-12-095-5/+86
* | | | cifs: deal with id_to_sid embedded sid reply corner caseJeff Layton2012-12-081-3/+12
* | | | cifs: fix hardcoded default security descriptor lengthJeff Layton2012-12-082-4/+9
* | | | cifs: extra sanity checking for cifs.idmap keysJeff Layton2012-12-081-2/+18
* | | | cifs: avoid extra allocation for small cifs.idmap keysJeff Layton2012-12-081-4/+19
* | | | cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton2012-12-084-466/+99
* | | | CIFS: Fix possible data coherency problem after oplock break to NonePavel Shilovsky2012-12-071-1/+1
* | | | CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky2012-12-072-10/+19
* | | | cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnJeff Layton2012-12-051-24/+18
OpenPOWER on IntegriCloud