summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* orangefs: skip inode writeout if nothing to writeMartin Brandenburg2019-05-031-0/+5
* orangefs: move do_readv_writev to direct_IOMartin Brandenburg2019-05-032-111/+111
* orangefs: do not return successful read when the client-core disappearedMartin Brandenburg2019-05-031-1/+4
* orangefs: implement writepageMartin Brandenburg2019-05-033-68/+80
* orangefs: migrate to generic_file_read_iterMartin Brandenburg2019-05-033-104/+38
* orangefs: service ops done for writeback are not killableMartin Brandenburg2019-05-033-9/+12
* orangefs: remove orangefs_readpagesMartin Brandenburg2019-05-031-38/+1
* orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg2019-05-036-119/+129
* orangefs: let setattr write to cached inodeMartin Brandenburg2019-05-032-8/+20
* orangefs: set up and use backing_dev_infoMartin Brandenburg2019-05-031-7/+14
* orangefs: hold i_lock during inode_getattrMartin Brandenburg2019-05-032-12/+25
* orangefs: update attributes rather than relying on serverMartin Brandenburg2019-05-032-9/+8
* orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg2019-05-034-38/+28
* orangefs: do not invalidate attributes on inode createMartin Brandenburg2019-05-032-12/+0
* orangefs: implement xattr cacheMartin Brandenburg2019-05-034-1/+127
* Linux 5.1-rc7v5.1-rc7Linus Torvalds2019-04-281-1/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-04-284-6/+20
|\
| * ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel2019-04-231-1/+15
| * ARM: 8856/1: NOMMU: Fix CCR register faulty initialization when MPU is disabledTigran Tadevosyan2019-04-231-1/+1
| * ARM: fix function graph tracer and unwinder dependenciesRussell King2019-04-232-4/+4
* | Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-04-283-40/+60
|\ \
| * | powerpc/mm_iommu: Allow pinning large regionsAlexey Kardashevskiy2019-04-171-4/+20
| * | powerpc/mm_iommu: Fix potential deadlockAlexey Kardashevskiy2019-04-171-36/+39
| * | powerpc/mm/radix: Make Radix require HUGETLB_PAGEMichael Ellerman2019-04-172-1/+2
* | | Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-281-16/+26
|\ \ \
| * | | io_uring: remove 'state' argument from io_{read,write} pathJens Axboe2019-04-231-13/+12
| * | | io_uring: fix poll full SQ detectionStefan Bühler2019-04-221-1/+2
| * | | io_uring: fix race condition when sq threads goes sleepingStefan Bühler2019-04-221-1/+2
| * | | io_uring: fix race condition reading SQ entriesStefan Bühler2019-04-221-1/+2
| * | | io_uring: fail io_uring_register(2) on a dying io_uring instanceJens Axboe2019-04-221-0/+8
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-04-287-20/+76
|\ \ \ \
| * | | | RDMA/hns: Bugfix for mapping user dbLijun Ou2019-04-251-1/+1
| * | | | RDMA/ucontext: Fix regression with disassociateJason Gunthorpe2019-04-242-3/+50
| * | | | RDMA/mlx5: Use rdma_user_map_io for mapping BAR pagesJason Gunthorpe2019-04-241-5/+3
| * | | | RDMA/mlx5: Do not allow the user to write to the clock pageJason Gunthorpe2019-04-241-0/+2
| * | | | IB/mlx5: Fix scatter to CQE in DCT QP creationGuy Levi2019-04-183-4/+10
| * | | | IB/rdmavt: Fix frwr memory registrationJosh Collier2019-04-161-7/+10
* | | | | Merge tag 'dmaengine-fix-5.1-rc7' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-04-283-6/+28
|\ \ \ \ \
| * | | | | dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_startShun-Chih Yu2019-04-261-1/+1
| * | | | | dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_statusAchim Dahlhoff2019-04-231-3/+23
| * | | | | dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is validDirk Behme2019-04-231-1/+3
| * | | | | dmaengine: bcm2835: Avoid GFP_KERNEL in device_prep_slave_sgStefan Wahren2019-04-231-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-04-273-7/+3
|\ \ \ \ \ \
| * | | | | | Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach2019-04-261-1/+1
| * | | | | | Input: synaptics-rmi4 - fix possible double freePan Bian2019-04-241-5/+1
| * | | | | | Input: snvs_pwrkey - make it depend on ARCH_MXCJacky Bai2019-04-241-1/+1
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-272-1/+7
|\ \ \ \ \ \ \
| * | | | | | | x86/mm: Fix a crash with kmemleak_scan()Qian Cai2019-04-241-0/+6
| * | | | | | | x86/boot: Disable RSDP parsing temporarilyBorislav Petkov2019-04-221-1/+1
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-04-271-0/+4
|\ \ \ \ \ \ \ \