aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton
2017-07-06ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton
2017-07-06fs: convert __generic_file_fsync to use errseq_t based reportingJeff Layton
2017-07-06block: convert to errseq_t based writeback error trackingJeff Layton
2017-07-06dax: set errors in mapping when writeback failsJeff Layton
2017-07-06Documentation: flesh out the section in vfs.txt on storing and reporting writ...Jeff Layton
2017-07-06mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_errorJeff Layton
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton
2017-07-06lib: add errseq_t type and infrastructure for handling itJeff Layton
2017-07-06mm: don't TestClearPageError in __filemap_fdatawait_rangeJeff Layton
2017-07-06mm: clear AS_EIO/AS_ENOSPC when writeback initiation failsJeff Layton
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton
2017-07-06buffer: set errors in mapping at the time that the error occursJeff Layton
2017-07-06fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton
2017-07-06buffer: use mapping_set_error instead of setting the flagJeff Layton
2017-07-06mm: fix mapping_set_error call in me_pagecache_dirtyJeff Layton
2017-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-05-26Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-26Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-26ipv4: add reference counting to metricsEric Dumazet
2017-05-26net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti
2017-05-26net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang
2017-05-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-26Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-26Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-26Merge tag 'mmc-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2017-05-26Merge tag 'sound-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-05-26Merge tag 'drm-fixes-for-v4.12-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2017-05-26PCI/msi: fix the pci_alloc_irq_vectors_affinity stubChristoph Hellwig
2017-05-26Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linusJens Axboe
2017-05-26blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche
2017-05-26nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski
2017-05-26nvme: only setup block integrity if supported by the driverChristoph Hellwig
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig
2017-05-26nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig
2017-05-26Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2017-05-26Merge tag 'drm-misc-fixes-2017-05-25' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-05-25bonding: Don't update slave->link until ready to commitNithin Sujir
2017-05-25test_bpf: Add a couple of tests for BPF_JSGE.David Daney
2017-05-25Merge branch 'bpf-fixes'David S. Miller
2017-05-25bpf: add various verifier test casesDaniel Borkmann
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann
2017-05-25arp: fixed -Wuninitialized compiler warningIhar Hrachyshka