summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-0315-223/+261
|\
| * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-0214-134/+158
| |\
| | * vfs: use helper for calling f_op->fsync()Miklos Szeredi2017-02-203-2/+8
| | * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-207-7/+12
| | * vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi2017-02-205-11/+23
| | * vfs: pass type instead of fn to do_{loop,iter}_readv_writev()Miklos Szeredi2017-02-201-19/+18
| | * vfs: extract common parts of {compat_,}do_readv_writev()Miklos Szeredi2017-02-201-51/+29
| | * vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein2017-02-073-17/+17
| | * vfs: deny copy_file_range() for non regular filesAmir Goldstein2017-02-071-0/+5
| | * vfs: deny fallocate() on directoryAmir Goldstein2017-02-071-6/+4
| | * vfs: create vfs helper vfs_tmpfile()Amir Goldstein2017-02-072-25/+46
| * | Merge branch 'work.namei' into for-linusAl Viro2017-03-021-88/+95
| |\ \
| | * | namei.c: split unlazy_walk()Al Viro2017-01-101-39/+66
| | * | namei.c: fold the check for DCACHE_OP_REVALIDATE into d_revalidate()Al Viro2017-01-101-22/+14
| | * | lookup_fast(): clean up the logics around the fallback to non-rcu modeAl Viro2017-01-091-8/+6
| | * | namei: fold unlazy_link() into its sole callerAl Viro2017-01-091-21/+11
| | |/
| * | orangefs: Use RCU for destroy_inodePeter Zijlstra2017-03-021-1/+8
* | | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-039-242/+147
|\ \ \
| * \ \ Merge branches 'sendmsg.misc' and 'sendmsg.ncpfs' into work.sendmsgAl Viro2016-12-271-70/+41
| |\ \ \
| | * | | ncpfs: switch to sock_sendmsg()Al Viro2016-12-271-22/+14
| | * | | ncpfs: don't mess with manually advancing iovec on sendAl Viro2016-12-271-42/+27
| | * | | ncpfs: sendmsg does *not* bugger iovec these daysAl Viro2016-12-271-8/+2
| * | | | ceph_tcp_sendpage(): use ITER_BVEC sendmsgAl Viro2016-12-271-5/+15
| * | | | afs_send_pages(): use ITER_BVECAl Viro2016-12-271-8/+7
| * | | | rds: remove dead codeAl Viro2016-12-272-36/+0
| * | | | ceph: switch to sock_recvmsg()Al Viro2016-12-271-10/+14
| * | | | usbip_recv(): switch to sock_recvmsg()Al Viro2016-12-271-21/+11
| * | | | iscsi_target: deal with short writes on the tx sideAl Viro2016-12-271-40/+24
| * | | | [nbd] pass iov_iter to nbd_xmit()Al Viro2016-12-271-39/+27
| * | | | [nbd] switch sock_xmit() to sock_{send,recv}msg()Al Viro2016-12-271-9/+7
| * | | | [drbd] use sock_sendmsg()Al Viro2016-12-271-7/+4
| |/ / /
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-0243-2832/+4764
|\ \ \ \
| * | | | target: Add counters for ABORT_TASK success + failureNicholas Bellinger2017-02-273-0/+22
| * | | | iscsi-target: Fix early login failure statistics missesNicholas Bellinger2017-02-271-36/+2
| * | | | target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger2017-02-274-4/+41
| * | | | target: Delete tmr from list before processingBart Van Assche2017-02-201-6/+1
| * | | | target: Fix handling of aborted failed commandsBart Van Assche2017-02-201-0/+3
| * | | | uapi: fix linux/target_core_user.h userspace compilation errorsDmitry V. Levin2017-02-191-11/+11
| * | | | target: export protocol identifierMike Christie2017-02-191-0/+18
| * | | | qla2xxx: Fix a warning reported by the "smatch" static checkerQuinn Tran2017-02-191-1/+1
| * | | | target/iscsi: Fix unsolicited data seq_end_offset calculationVarun Prakash2017-02-191-4/+2
| * | | | target/cxgbit: add T6 iSCSI DDP completion featureVarun Prakash2017-02-194-43/+113
| * | | | target/cxgbit: Enable DDP for T6 only if data sequence and pdu are in orderVarun Prakash2017-02-191-25/+61
| * | | | target/cxgbit: Use T6 specific macros to get ETH/IP hdr lenVarun Prakash2017-02-191-2/+8
| * | | | target/cxgbit: use cxgb4_tp_smt_idx() to get smt idxVarun Prakash2017-02-191-2/+4
| * | | | target/iscsi: split iscsit_check_dataout_hdr()Varun Prakash2017-02-193-27/+50
| * | | | target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche2017-02-092-2/+0
| * | | | target: Remove command flag CMD_T_BUSYBart Van Assche2017-02-093-10/+5
| * | | | target: Move session check from target_put_sess_cmd() into target_release_cmd...Bart Van Assche2017-02-091-20/+19
| * | | | target: Inline transport_cmd_check_stop()Bart Van Assche2017-02-092-36/+34