summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert2017-05-081-1/+1
| | | * | | xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-05-042-57/+0
| | | * | | esp4: Fix udpencap for local TCP packets.Steffen Klassert2017-05-041-1/+4
| * | | | | Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-266-74/+66
| |\ \ \ \ \
| | * | | | | xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara2017-05-251-30/+8
| | * | | | | xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara2017-05-251-1/+1
| | * | | | | xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-05-251-20/+9
| | * | | | | xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-05-251-1/+1
| | * | | | | xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-05-251-1/+1
| | * | | | | xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-05-191-12/+31
| | * | | | | xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong2017-05-161-1/+4
| | * | | | | xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-05-161-1/+1
| | * | | | | xfs: fix warnings about unused stack variablesDarrick J. Wong2017-05-161-2/+0
| | * | | | | xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-05-161-2/+6
| | * | | | | xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-05-161-3/+4
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-2612-210/+247
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linusJens Axboe2017-05-268-143/+130
| | |\ \ \ \ \
| | | * | | | | nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski2017-05-261-0/+2
| | | * | | | | nvme: only setup block integrity if supported by the driverChristoph Hellwig2017-05-263-19/+33
| | | * | | | | nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-265-5/+6
| | | * | | | | nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig2017-05-261-6/+6
| | | * | | | | nvme_fc: remove extra controller reference taken on reconnectJames Smart2017-05-221-3/+2
| | | * | | | | nvme_fc: correct nvme status set on abortJames Smart2017-05-221-2/+2
| | | * | | | | nvme_fc: set logging level on resets/deletesJames Smart2017-05-221-10/+4
| | | * | | | | nvme_fc: revise comment on teardownJames Smart2017-05-221-4/+4
| | | * | | | | nvme_fc: Support ctrl_loss_tmoJames Smart2017-05-221-67/+49
| | | * | | | | nvme_fc: get rid of local reconnect_delayJames Smart2017-05-221-6/+4
| | | * | | | | blk-mq: remove blk_mq_abort_requeue_list()Ming Lei2017-05-222-20/+0
| | | * | | | | nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei2017-05-221-2/+3
| | | * | | | | nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei2017-05-221-1/+7
| | | * | | | | nvme-rdma: support devices with queue size < 32Marta Rybczynska2017-05-221-4/+14
| | * | | | | | blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche2017-05-261-3/+3
| | * | | | | | partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-05-231-0/+2
| | * | | | | | block: fix an error code in add_partition()Dan Carpenter2017-05-231-1/+3
| | * | | | | | blk-throttle: force user to configure all settings for io.lowShaohua Li2017-05-221-43/+37
| | * | | | | | blk-throttle: respect 0 bps/iops settings for io.lowShaohua Li2017-05-221-12/+29
| | * | | | | | blk-throttle: output some debug info in traceShaohua Li2017-05-221-1/+14
| | * | | | | | blk-throttle: add hierarchy support for latency target and idle timeShaohua Li2017-05-221-14/+36
| | |/ / / / /
| * | | | | | Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-265-14/+44
| |\ \ \ \ \ \
| | * | | | | | PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak2017-05-232-1/+7
| | * | | | | | PCI: imx6: Fix config read timeout handlingLucas Stach2017-05-231-3/+30
| | * | | | | | switchtec: Fix minor bug with partition ID registerLogan Gunthorpe2017-05-221-1/+4
| | * | | | | | switchtec: Use new cdev_device_add() helper functionLogan Gunthorpe2017-05-221-9/+2
| | * | | | | | PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMAGeert Uytterhoeven2017-05-221-0/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-267-35/+34
| |\ \ \ \ \ \
| | * | | | | | ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques2017-05-241-1/+5
| | * | | | | | libceph: cleanup old messages according to reconnect seqYan, Zheng2017-05-241-3/+12
| | * | | | | | libceph: NULL deref on crush_decode() error pathDan Carpenter2017-05-231-0/+1
| | * | | | | | libceph: fix error handling in process_one_ticket()Ilya Dryomov2017-05-231-5/+5
| | * | | | | | libceph: validate blob_struct_v in process_one_ticket()Ilya Dryomov2017-05-231-0/+3