| Commit message (Expand) | Author | Age | Files | Lines |
* | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 2015-12-08 | 3 | -6/+6 |
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2015-11-13 | 9 | -25/+287 |
|\ |
|
| * | Allow copy offload (CopyChunk) across shares | Steve French | 2015-11-09 | 2 | -15/+8 |
| * | Add resilienthandles mount parm | Steve French | 2015-11-03 | 4 | -1/+53 |
| * | [SMB3] Send durable handle v2 contexts when use of persistent handles required | Steve French | 2015-11-03 | 4 | -3/+168 |
| * | [SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabled | Steve French | 2015-11-03 | 1 | -0/+2 |
| * | [SMB3] Enable checking for continuous availability and persistent handle support | Steve French | 2015-11-03 | 3 | -3/+34 |
| * | [SMB3] Add parsing for new mount option controlling persistent handles | Steve French | 2015-11-03 | 2 | -1/+22 |
| * | Allow duplicate extents in SMB3 not just SMB3.1.1 | Steve French | 2015-10-31 | 1 | -3/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-07 | 1 | -1/+1 |
|\ \ |
|
| * | | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 2015-11-06 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-11-07 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | fs: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 2015-09-29 | 1 | -1/+1 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-11-05 | 5 | -22/+22 |
|\ \ \ |
|
| * | | | KEYS: Merge the type-specific data with the payload data | David Howells | 2015-10-21 | 5 | -22/+22 |
* | | | | Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2015-11-05 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Move locks API users to locks_lock_inode_wait() | Benjamin Coddington | 2015-10-22 | 1 | -1/+1 |
* | | | | mm, fs: obey gfp_mapping for add_to_page_cache() | Michal Hocko | 2015-10-16 | 1 | -3/+3 |
* | | | | [CIFS] Update cifs version number | Steve French | 2015-10-03 | 1 | -1/+1 |
* | | | | [SMB3] Do not fall back to SMBWriteX in set_file_size error cases | Steve French | 2015-10-01 | 1 | -34/+0 |
* | | | | [SMB3] Missing null tcon check | Steve French | 2015-09-26 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | fix encryption error checks on mount | Steve French | 2015-09-24 | 1 | -0/+8 |
* | | | [SMB3] Fix sec=krb5 on smb3 mounts | Steve French | 2015-09-24 | 1 | -15/+61 |
* | | | cifs: use server timestamp for ntlmv2 authentication | Peter Seiderer | 2015-09-22 | 1 | -2/+51 |
* | | | disabling oplocks/leases via module parm enable_oplocks broken for SMB3 | Steve French | 2015-09-22 | 1 | -2/+6 |
|/ / |
|
* | | [CIFS] mount option sec=none not displayed properly in /proc/mounts | Steve French | 2015-09-11 | 1 | -1/+4 |
* | | CIFS: fix type confusion in copy offload ioctl | Jann Horn | 2015-09-11 | 1 | -0/+6 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-10 | 1 | -1/+1 |
|\ \ |
|
| * | | mm: mark most vm_operations_struct const | Kirill A. Shutemov | 2015-09-10 | 1 | -1/+1 |
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2015-09-09 | 7 | -7/+115 |
|\ \ \
| |/ /
|/| | |
|
| * | | cifs: Fix use-after-free on mid_q_entry | Christopher Oo | 2015-08-20 | 3 | -0/+16 |
| * | | Update cifs version number | Steve French | 2015-08-20 | 1 | -1/+1 |
| * | | Add way to query server fs info for smb3 | Steve French | 2015-08-20 | 3 | -6/+98 |
| |/ |
|
* | | fs: create and use seq_show_option for escaping | Kees Cook | 2015-09-04 | 1 | -3/+3 |
|/ |
|
* | cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mounts | Sachin Prabhu | 2015-06-29 | 1 | -0/+2 |
* | Update negotiate protocol for SMB3.11 dialect | Steve French | 2015-06-28 | 2 | -5/+60 |
* | Add ioctl to set integrity | Steve French | 2015-06-28 | 4 | -0/+38 |
* | Add Get/Set Integrity Information structure definitions | Steve French | 2015-06-28 | 2 | -0/+24 |
* | Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS | Steve French | 2015-06-28 | 6 | -3/+75 |
* | Add SMB3.11 mount option synonym for new dialect | Steve French | 2015-06-27 | 3 | -2/+90 |
* | add struct FILE_STANDARD_INFO | Steve French | 2015-06-27 | 1 | -0/+10 |
* | Make dialect negotiation warning message easier to read | Steve French | 2015-06-27 | 1 | -1/+1 |
* | Add defines and structs for smb3.1 dialect | Steve French | 2015-06-27 | 2 | -6/+36 |
* | Allow parsing vers=3.11 on cifs mount | Steve French | 2015-06-27 | 6 | -3/+59 |
* | client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is set | Noel Power | 2015-06-27 | 1 | -3/+2 |
* | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-06-22 | 2 | -16/+14 |
|\ |
|
| * | don't pass nameidata to ->follow_link() | Al Viro | 2015-05-10 | 2 | -2/+2 |
| * | new ->follow_link() and ->put_link() calling conventions | Al Viro | 2015-05-10 | 2 | -16/+14 |
* | | CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSE | Federico Sauter | 2015-05-20 | 1 | -1/+2 |
* | | Fix to convert SURROGATE PAIR | Nakajima Akira | 2015-05-20 | 1 | -46/+136 |