summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-052-0/+7
* SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-031-3/+11
* cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-031-0/+2
* CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-031-2/+2
* CIFS: fix oplock break deadlocksRabin Vincent2017-05-034-5/+18
* cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp2017-05-031-0/+2
* cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp2017-05-031-0/+1
* Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-021-0/+3
* CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky2017-05-022-51/+139
* CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky2017-05-022-39/+131
* CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky2017-05-023-0/+139
* cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson2017-05-021-2/+7
* cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter2017-05-021-3/+3
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-0218-1267/+1139
|\
| * fs/compat.c: trim unused includesAl Viro2017-04-171-31/+0
| * move compat_rw_copy_check_uvector() over to fs/read_write.cAl Viro2017-04-172-76/+75
| * fhandle: move compat syscalls from compat.cAl Viro2017-04-173-14/+13
| * open: move compat syscalls from compat.cAl Viro2017-04-172-18/+20
| * stat: move compat syscalls from compat.cAl Viro2017-04-172-83/+86
| * fcntl: move compat syscalls from compat.cAl Viro2017-04-172-154/+157
| * readdir: move compat syscalls from compat.cAl Viro2017-04-172-162/+165
| * statfs: move compat syscalls from compat.cAl Viro2017-04-172-138/+140
| * utimes: move compat syscalls from compat.cAl Viro2017-04-172-63/+61
| * move compat select-related syscalls to fs/select.cAl Viro2017-04-173-426/+419
| * Remove compat_sys_getdents64()Al Viro2017-04-177-102/+3
* | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-025-15/+13
|\ \
| * | make nr_pages calculation in default_file_splice_read() a bit less uglyAl Viro2016-12-261-4/+3
| * | splice/tee/vmsplice: validate flagsAl Viro2016-12-262-0/+10
| * | splice_pipe_desc: kill ->flagsAl Viro2016-12-264-5/+0
| * | remove spd_release_page()Al Viro2016-12-262-6/+0
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-028-27/+21
|\ \ \
| * | | iov_iter: don't revert iov buffer if csum errorDing Tianhong2017-05-011-6/+7
| * | | generic_file_read_iter(): make use of iov_iter_revert()Al Viro2017-04-211-4/+4
| * | | generic_file_direct_write(): make use of iov_iter_revert()Al Viro2017-04-211-4/+3
| * | | orangefs: use iov_iter_revert()Al Viro2017-04-211-2/+1
| * | | sctp: switch to copy_from_iter_full()Al Viro2017-04-211-3/+1
| * | | net/9p: switch to copy_from_iter_full()Al Viro2017-04-212-4/+3
| * | | switch memcpy_from_msg() to copy_from_iter_full()Al Viro2017-04-211-1/+1
| * | | rds: make use of iov_iter_revert()Al Viro2017-04-211-3/+1
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-025-53/+40
|\ \ \ \
| * | | | cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-283-44/+32
| * | | | Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu2017-04-281-1/+2
| * | | | Fix match_prepath()Sachin Prabhu2017-04-281-8/+6
* | | | | Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-023-24/+20
|\ \ \ \ \
| * | | | | mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott2017-04-051-11/+0
| * | | | | usercopy: Move enum for arch_within_stack_frames()Sahara2017-04-043-13/+20
* | | | | | Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-0211-461/+607
|\ \ \ \ \ \
| * | | | | | pstore: Solve lockdep warning by moving inode locksKees Cook2017-04-273-16/+36
| * | | | | | pstore: Fix flags to enable dumps on powerpcAnkit Kumar2017-04-271-0/+1
| * | | | | | pstore: Remove unused vmalloc.h in pmsgGeliang Tang2017-04-271-1/+0