summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
OpenPOWER on IntegriCloud