aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-3/+0
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-56/+43
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2-7/+5
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman1-0/+1
2013-03-06CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky1-0/+1
2013-03-06cifs: don't try to unlock pagecache page after releasing itJeff Layton1-1/+1
2013-03-06cifs: remove the sockopt= mount optionJeff Layton1-15/+1
2013-03-06cifs: Check server capability before attempting silly renameSachin Prabhu1-0/+9
2013-03-06cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu1-1/+1
2013-03-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+19
2013-02-28cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun1-1/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-27cifs: set MAY_SIGN when sec=krb5Martijn de Gouw1-1/+1
2013-02-27POSIX extensions disabled on client due to illegal O_EXCL flag sent to SambaSteve French1-3/+9
2013-02-27cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-28/+26
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro1-5/+3
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds13-95/+166
2013-02-22new helper: file_inode(file)Al Viro5-23/+23
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman3-5/+7
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman4-10/+16
2013-02-13cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman2-15/+45
2013-02-13cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman2-3/+3
2013-02-13cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman2-6/+12
2013-02-13cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman2-7/+7
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman5-22/+28
2013-02-13cifs: Convert from a kuid before printing current_fsuidEric W. Biederman1-1/+2
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman4-20/+34
2013-02-13cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_allocEric W. Biederman1-1/+2
2013-02-13cifs: Use BUILD_BUG_ON to validate uids and gids are the same sizeEric W. Biederman1-0/+1
2013-02-13cifs: Override unmappable incoming uids and gidsEric W. Biederman1-9/+13
2013-01-29Merge branch 'master' into for-nextJiri Kosina21-998/+852
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2-1/+3
2013-01-22fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2013-01-21fs/cifs: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+4
2013-01-21cifs: fix srcip_matches() for ipv6Nickolai Zeldovich1-1/+1
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2013-01-01CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky4-2/+57
2013-01-01CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky1-28/+20
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky3-65/+31
2012-12-30cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton1-0/+7
2012-12-30cifs: move check for NULL socket into smb_send_rqstJeff Layton1-3/+3
2012-12-20cifs: eliminate cifsERROR variableJeff Layton2-6/+1
2012-12-20cifs: don't compare uniqueids in cifs_prime_dcache unless server inode numbers are in useJeff Layton1-4/+15
2012-12-20cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton1-7/+2
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-4/+4
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+4