summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CIFS: complete PDU definitions for interface queriesAurelien Aptel2018-06-151-3/+20
* CIFS: move default port definitions to cifsglob.hAurelien Aptel2018-06-152-3/+3
* cifs: Fix encryption/signingPaulo Alcantara2018-06-151-2/+2
* cifs: update __smb_send_rqst() to take an array of requestsRonnie Sahlberg2018-06-151-35/+44
* cifs: remove smb2_send_recv()Ronnie Sahlberg2018-06-153-42/+116
* cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-156-135/+99
* smb3: increase initial number of credits requested to allow writeSteve French2018-06-151-2/+3
* cifs: minor documentation updatesSteve French2018-06-153-11/+16
* cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-156-20/+58
* smb3: note that smb3.11 posix extensions mount option is experimentalSteve French2018-06-151-1/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-1556-212/+397
|\
| * lib/test_printf.c: call wait_for_random_bytes() before plain %p testsThierry Escande2018-06-151-0/+7
| * hexagon: drop the unused variable zero_page_maskAnshuman Khandual2018-06-152-4/+0
| * hexagon: fix printk format warning in setup.cRandy Dunlap2018-06-151-1/+1
| * mm: fix oom_kill event handlingRoman Gushchin2018-06-153-7/+27
| * treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-159-13/+13
| * mm: use octal not symbolic permissionsJoe Perches2018-06-1515-66/+63
| * ipc: use new return type vm_fault_tSouptick Joarder2018-06-151-1/+1
| * sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso2018-06-151-4/+14
| * fault-injection: reorder config entriesMikulas Patocka2018-06-151-18/+18
| * arm: port KCOV to armDmitry Vyukov2018-06-154-1/+16
| * sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-154-2/+20
| * kcov: prefault the kcov_areaMark Rutland2018-06-151-0/+16
| * kcov: ensure irq code sees a valid areaMark Rutland2018-06-151-1/+2
| * kernel/relay.c: change return type to vm_fault_tSouptick Joarder2018-06-151-1/+1
| * exofs: avoid VLA in structuresKees Cook2018-06-153-67/+115
| * coredump: fix spam with zero VMA processAlexey Dobriyan2018-06-151-8/+9
| * fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi2018-06-151-1/+7
| * proc: skip branch in /proc/*/* lookupAlexey Dobriyan2018-06-151-6/+3
| * mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman2018-06-151-4/+0
| * mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre2018-06-151-0/+1
| * mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa2018-06-151-0/+8
| * kexec: yield to scheduler when loading kimage segmentsJarrett Farnitano2018-06-151-0/+4
| * mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt2018-06-152-1/+33
| * mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams2018-06-151-1/+3
| * mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan2018-06-151-1/+1
| * mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin2018-06-151-0/+4
| * mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He2018-06-151-4/+10
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-1585-424/+539
|\ \
| * | pstore: Remove bogus format string definitionArnd Bergmann2018-06-141-11/+6
| * | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-1490-439/+563
| |\ \
| | * | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-0679-346/+448
| | * | pstore: Convert internal records to timespec64Kees Cook2018-06-065-23/+32
| | * | udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani2018-05-264-37/+21
| | * | fs: nfs: get rid of memcpys for inode timesDeepa Dinamani2018-05-261-7/+7
| | * | ceph: make inode time prints to be long longDeepa Dinamani2018-05-261-21/+21
| | * | lustre: Use long long type to print inode timeDeepa Dinamani2018-05-265-16/+20
| | * | fs: add timespec64_truncate()Deepa Dinamani2018-05-262-0/+25
* | | | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-1515-256/+372
|\ \ \ \
| * | | | rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang2018-06-041-1/+1