summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-183-89/+50
|\
| * fold checks into iterate_and_advance()Al Viro2016-05-091-68/+36
| * Merge branch 'for-linus' into work.iov_iterAl Viro2016-04-032-4/+9
| |\
| * | rw_verify_area(): saner calling conventionsAl Viro2016-04-031-19/+14
| * | aio: remove a pointless assignmentAl Viro2016-04-031-2/+0
* | | Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-182-10/+15
|\ \ \
| * | | xfs: concurrent readdir hangs on data buffer locksDave Chinner2016-05-181-9/+14
| * | | Revert "btrfs: switch to ->iterate_shared()"Al Viro2016-05-181-1/+1
* | | | Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-188-383/+167
|\ \ \ \
| * | | | cifs: don't bother with kmap on read_pages sideAl Viro2016-03-283-70/+55
| * | | | cifs_readv_receive: use cifs_read_from_socket()Al Viro2016-03-281-7/+4
| * | | | cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2016-03-282-69/+5
| * | | | cifs: quit playing games with draining iovecsAl Viro2016-03-282-102/+41
| * | | | cifs: merge the hash calculation helpersAl Viro2016-03-283-140/+67
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-1822-563/+338
|\ \ \ \ \
| * | | | | btrfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-173-30/+11
| * | | | | ubifs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-175-90/+79
| * | | | | jfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-125-116/+84
| * | | | | jfs: Clean up xattr name mappingAndreas Gruenbacher2016-05-121-55/+25
| * | | | | gfs2: Switch to generic xattr handlersAl Viro2016-05-124-88/+99
| * | | | | ceph: kill __ceph_removexattr()Yan, Zheng2016-04-231-126/+0
| * | | | | ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-234-52/+38
| * | | | | ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-234-33/+29
* | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-05-1810-69/+121
|\ \ \ \ \ \
| * | | | | | remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-05-174-2/+25
| * | | | | | Update cifs.ko version to 2.09Steve French2016-05-171-1/+1
| * | | | | | fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-05-171-14/+18
| * | | | | | fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-05-171-18/+23
| * | | | | | fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-05-171-12/+16
| * | | | | | fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-05-171-12/+20
| * | | | | | cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2016-05-172-3/+11
| * | | | | | cifs: Use file_dentry()Goldwyn Rodrigues2016-05-172-4/+4
* | | | | | | Merge branch 'for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-05-174-18/+20
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-4.6-fixes' into for-4.7Tejun Heo2016-05-137-1/+229
| |\ \ \ \ \ \ \
| * | | | | | | | libata-scsi: use %*ph to dump small buffersAndy Shevchenko2016-05-091-5/+2
| * | | | | | | | treewide: Fix typos in libata.xmlMasanari Iida2016-04-132-9/+9
| * | | | | | | | libata-core: Allow longer timeout for drive spinup from PUISDamien Le Moal2016-04-042-2/+7
| * | | | | | | | libata: Fixup awkward whitespace in warning by removing line continuation.Sander Eikelenboom2016-03-301-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'regulator-fix-can-change-voltage' of git://git.kernel.org/pub/scm/...Linus Torvalds2016-05-171-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | regulator: Silence build warnings from regulator_can_change_voltage()Mark Brown2016-05-171-2/+2
* | | | | | | | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-17101-1169/+1566
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MIPS: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-05-113-19/+17
| * | | | | | | | | gpio: zevio: make it explicitly non-modularPaul Gortmaker2016-05-111-18/+3
| * | | | | | | | | gpio: timberdale: make it explicitly non-modularPaul Gortmaker2016-05-111-30/+5
| * | | | | | | | | gpio: stmpe: make it explicitly non-modularPaul Gortmaker2016-05-111-26/+5
| * | | | | | | | | gpio: sodaville: make it explicitly non-modularPaul Gortmaker2016-05-111-22/+6
| * | | | | | | | | pinctrl: sh-pfc: Let gpio_chip.to_irq() return zero on errorGeert Uytterhoeven2016-05-111-1/+1
| * | | | | | | | | gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platformsDuc Dang2016-05-111-0/+1
| * | | | | | | | | gpio: dt-bindings: add wd,mbl-gpio bindingsChristian Lamparter2016-05-101-0/+38
| * | | | | | | | | gpio: of: make it possible to name GPIO linesLinus Walleij2016-05-102-0/+68
OpenPOWER on IntegriCloud