summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libceph: drop authorizer check from cephx msg signing routinesIlya Dryomov2015-11-021-4/+1Star
* libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-024-17/+20
* libceph: evaluate osd_req_op_data() arguments only onceIoana Ciornei2015-11-021-5/+7
* ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng2015-11-025-37/+53
* ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng2015-11-021-7/+11
* libceph: introduce ceph_x_authorizer_cleanup()Ilya Dryomov2015-11-022-12/+20
* ceph: don't invalidate page cache when inode is no longer usedYan, Zheng2015-11-022-4/+10
* rbd: remove duplicate calls to rbd_dev_mapping_clear()Ilya Dryomov2015-11-021-3/+0Star
* rbd: set device_type::release instead of device::releaseIlya Dryomov2015-11-021-5/+2Star
* rbd: don't free rbd_dev outside of the release callbackIlya Dryomov2015-11-021-42/+47
* rbd: return -ENOMEM instead of pool id if rbd_dev_create() failsIlya Dryomov2015-11-021-2/+4
* libceph: use local variable cursor instead of &msg->cursorShraddha Barke2015-11-021-6/+5Star
* libceph: remove con argument in handle_reply()Shraddha Barke2015-11-021-3/+2Star
* ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng2015-11-021-10/+77
* ceph: fix message length computationArnd Bergmann2015-11-021-1/+1
* ceph: fix a comment typoGeliang Tang2015-11-021-1/+1
* rbd: drop null test before destroy functionsJulia Lawall2015-11-021-4/+2Star
* Linux 4.3Linus Torvalds2015-11-021-1/+1
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-011-2/+12
|\
| * memremap: fix highmem supportDan Williams2015-10-261-2/+12
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-014-3/+13
|\ \
| * | x86/vm86: Set thread.vm86 to NULL on fork/cloneAndy Lutomirski2015-10-311-0/+3
| * | selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugsAndy Lutomirski2015-10-311-0/+4
| * | x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko2015-10-271-1/+3
| * | x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä2015-10-261-2/+3
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-11-018-9/+17
|\ \ \
| * | | clocksource/drivers/sh_mtu2: Fix multiple shutdown call issueMagnus Damm2015-10-281-1/+3
| * | | clocksource/drivers/digicolor: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | clocksource/drivers/fsl_ftm_timer: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | clocksource/drivers/vf_pit_timer: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | clocksource/drivers/prima2: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | clocksource/drivers/samsung_pwm_timer: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+1
| * | | clocksource/drivers/pistachio: Prevent ftrace recursionJisheng Zhang2015-10-271-1/+2
| * | | clocksource/drivers/arm_global_timer: Prevent ftrace recursionJisheng Zhang2015-10-271-2/+7
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-012-0/+2
|\ \ \ \
| * | | | irqchip/tegra: Propagate IRQ type setting to parentLucas Stach2015-10-261-0/+1
| * | | | irqchip/armada-370-xp: Fix regression by clearing IRQ_NOAUTOENThomas Petazzoni2015-10-261-0/+1
| | |/ / | |/| |
* | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-11-015-22/+39
|\ \ \ \
| * \ \ \ Merge tag 'omap-for-v4.3/fixes-rc7' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2015-10-312-7/+24
| |\ \ \ \
| | * | | | usb: musb: omap2430: Fix regression caused by driver core changeTony Lindgren2015-10-281-6/+23
| | * | | | ARM: OMAP1: fix incorrect INT_DMA_LCDAaro Koskinen2015-10-281-1/+1
| * | | | | ARM: dts: fix gpio-keys wakeup-source propertySudeep Holla2015-10-223-15/+15
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-11-014-2/+12
|\ \ \ \ \ \
| * | | | | | scsi_dh: don't try to load a device handler during async probingChristoph Hellwig2015-10-271-1/+1
| * | | | | | scsi_dh: fix use-after-free when removing scsi deviceJunichi Nomura2015-10-273-1/+9
| * | | | | | mvsas: Fix NULL pointer dereference in mvs_slot_task_freeDāvis Mosāns2015-10-271-0/+2
* | | | | | | Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds2015-11-012-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown2015-10-311-2/+1Star
| * | | | | | | md/raid5: fix locking in handle_stripe_clean_event()Roman Gushchin2015-10-311-2/+4
* | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-014-7/+18
|\ \ \ \ \ \ \ \