summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ceph: fix debug print format in __set_xattr()Yan, Zheng2019-07-081-2/+2
* ceph: fix warning PTR_ERR_OR_ZERO can be usedHariprasad Kelam2019-07-081-1/+1
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-07-083-6/+8
* ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng2019-07-083-16/+16
* ceph: use READ_ONCE to access d_parent in RCU critical sectionYan, Zheng2019-07-081-2/+2
* ceph: fix dir_lease_is_valid()Yan, Zheng2019-07-081-9/+17
* ceph: close race between d_name_cmp() and update_dentry_lease()Yan, Zheng2019-07-081-76/+88
* ceph: fix improper use of smp_mb__before_atomic()Andrea Parri2019-07-081-1/+6
* ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp2019-07-081-1/+1
* ceph: remove unused vxattr length helpersDavid Disseldorp2019-07-083-50/+2
* ceph: fix listxattr vxattr buffer length calculationDavid Disseldorp2019-07-081-24/+30
* ceph: add ceph.snap.btime vxattrDavid Disseldorp2019-07-081-0/+27
* ceph: carry snapshot creation time with inodesDavid Disseldorp2019-07-084-0/+13
* ceph: clean up ceph.dir.pin vxattr name sizeof()David Disseldorp2019-07-081-1/+1
* ceph: silence a checker warning in mdsc_show()Dan Carpenter2019-07-081-1/+1
* libceph: remove ceph_get_direct_page_vector()Christoph Hellwig2019-07-082-37/+0
* Linux 5.2v5.2Linus Torvalds2019-07-081-1/+1
* Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-061-0/+7
|\
| * blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman2019-07-061-0/+7
* | Merge tag 'mips_fixes_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-067-15/+29
|\ \
| * | MAINTAINERS: Correct path to moved filesPaul Cercueil2019-06-241-1/+1
| * | MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin2019-06-241-9/+20
| * | MIPS: have "plain" make calls build dtbs for selected platformsCedric Hombourger2019-06-201-1/+2
| * | MIPS: fix build on non-linux hostsKevin Darbyshire-Bryant2019-06-202-1/+3
| * | MIPS: ath79: fix ar933x uart parity modeStefan Hellermann2019-06-191-2/+2
| * | MIPS: Fix bounds check virt_addr_validHauke Mehrtens2019-06-171-1/+1
* | | Merge tag 'dmaengine-fix-5.2' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-063-25/+35
|\ \ \
| * | | dmaengine: qcom: bam_dma: Fix completed descriptors countSricharan R2019-07-051-0/+3
| * | | dmaengine: imx-sdma: remove BD_INTR for channel0Robin Gong2019-07-051-2/+2
| * | | dmaengine: imx-sdma: fix use-after-free on probe error pathSven Van Asbroeck2019-07-051-21/+27
| * | | dmaengine: jz4780: Fix an endian bug in IRQ handlerDan Carpenter2019-07-051-2/+3
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-062-9/+9
|\ \ \ \
| * | | | scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi2019-07-021-8/+8
| * | | | scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov2019-07-021-1/+1
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-061-1/+0
|\ \ \ \ \
| * | | | | fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven2019-07-051-1/+0
* | | | | | Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-068-82/+94
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-065-15/+26
|\ \ \ \ \ \
| * | | | | | KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei2019-07-051-1/+1
| * | | | | | KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPICWanpeng Li2019-07-021-1/+1
| * | | | | | KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon2019-07-022-9/+17
| * | | | | | KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMMLiran Alon2019-07-021-1/+4
| * | | | | | KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini2019-07-021-3/+3
* | | | | | | Merge tag 'mtd/fixes-for-5.2-final' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-067-39/+22
|\ \ \ \ \ \ \
| * | | | | | | mtd: rawnand: sunxi: Add A23/A33 DMA support with extra MBUS configurationMiquel Raynal2019-07-051-0/+24
| * | | | | | | Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"Miquel Raynal2019-07-051-36/+2
| * | | | | | | mtd: rawnand: ingenic: Fix ingenic_ecc dependencyPaul Cercueil2019-07-014-11/+4
| * | | | | | | mtd: spinand: Fix max_bad_eraseblocks_per_lun info in memorgFrieder Schrempf2019-07-012-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-061-0/+1
|\ \ \ \ \ \ \
| * | | | | | | i2c: tegra: Add Dmitry as a reviewerDmitry Osipenko2019-07-051-0/+1
| |/ / / / / /