summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-3/+3
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-149-25/+287
|\
| * Allow copy offload (CopyChunk) across sharesSteve French2015-11-092-15/+8Star
| * Add resilienthandles mount parmSteve French2015-11-034-1/+53
| * [SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French2015-11-034-3/+168
| * [SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledSteve French2015-11-031-0/+2
| * [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-033-3/+34
| * [SMB3] Add parsing for new mount option controlling persistent handlesSteve French2015-11-032-1/+22
| * Allow duplicate extents in SMB3 not just SMB3.1.1Steve French2015-11-011-3/+1Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\ \
| * | mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-071-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\ \ \ | |/ / |/| |
| * | fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-065-22/+22
|\ \ \
| * | | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-215-22/+22
* | | | Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-11-051-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-1/+1
* | | | mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko2015-10-161-3/+3
* | | | [CIFS] Update cifs version numberSteve French2015-10-031-1/+1
* | | | [SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French2015-10-021-34/+0Star
* | | | [SMB3] Missing null tcon checkSteve French2015-09-261-1/+1
| |/ / |/| |
* | | fix encryption error checks on mountSteve French2015-09-241-0/+8
* | | [SMB3] Fix sec=krb5 on smb3 mountsSteve French2015-09-241-15/+61
* | | cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer2015-09-221-2/+51
* | | disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French2015-09-221-2/+6
|/ /
* | [CIFS] mount option sec=none not displayed properly in /proc/mountsSteve French2015-09-121-1/+4
* | CIFS: fix type confusion in copy offload ioctlJann Horn2015-09-111-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-111-1/+1
|\ \
| * | mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-09-097-7/+115
|\ \ \ | |/ / |/| |
| * | cifs: Fix use-after-free on mid_q_entryChristopher Oo2015-08-203-0/+16
| * | Update cifs version numberSteve French2015-08-201-1/+1
| * | Add way to query server fs info for smb3Steve French2015-08-203-6/+98
| |/
* / fs: create and use seq_show_option for escapingKees Cook2015-09-051-3/+3
|/
* cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu2015-06-291-0/+2
* Update negotiate protocol for SMB3.11 dialectSteve French2015-06-292-5/+60
* Add ioctl to set integritySteve French2015-06-294-0/+38
* Add Get/Set Integrity Information structure definitionsSteve French2015-06-292-0/+24
* Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French2015-06-296-3/+75
* Add SMB3.11 mount option synonym for new dialectSteve French2015-06-283-2/+90
* add struct FILE_STANDARD_INFOSteve French2015-06-281-0/+10
* Make dialect negotiation warning message easier to readSteve French2015-06-281-1/+1
* Add defines and structs for smb3.1 dialectSteve French2015-06-282-6/+36
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-286-3/+59
* client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power2015-06-281-3/+2Star
* Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-222-16/+14Star
|\
| * don't pass nameidata to ->follow_link()Al Viro2015-05-112-2/+2
| * new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-112-16/+14Star
* | CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter2015-05-201-1/+2
* | Fix to convert SURROGATE PAIRNakajima Akira2015-05-201-46/+136