summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-20Linux 4.13.3v4.13.3Greg Kroah-Hartman1-1/+1
2017-09-20xfs: fix compiler warningsDarrick J. Wong5-8/+11
2017-09-20md/raid5: release/flush io in raid5_do_work()Song Liu1-0/+4
2017-09-20md/raid1/10: reset bio allocated from mempoolShaohua Li2-4/+50
2017-09-20xfs: use kmem_free to free return value of kmem_zallocPan Bian1-1/+1
2017-09-20xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+47
2017-09-20xfs: don't set v3 xflags for v2 inodesChristoph Hellwig1-13/+25
2017-09-20xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-09-20xfs: disable per-inode DAX flagChristoph Hellwig1-1/+2
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2-18/+65
2017-09-20xfs: disallow marking previously dirty buffers as orderedBrian Foster2-3/+6
2017-09-20xfs: move bmbt owner change to last step of extent swapBrian Foster1-18/+26
2017-09-20xfs: skip bmbt block ino validation during owner changeBrian Foster3-1/+4
2017-09-20xfs: don't log dirty ranges for ordered buffersBrian Foster3-18/+16
2017-09-20xfs: refactor buffer logging into buffer dirtying helperBrian Foster2-17/+33
2017-09-20xfs: ordered buffer log items are never formattedBrian Foster2-11/+2
2017-09-20xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2-30/+33
2017-09-20xfs: open-code xfs_buf_item_dirty()Brian Foster3-13/+1
2017-09-20xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2-10/+23
2017-09-20xfs: evict all inodes involved with log redo itemDarrick J. Wong4-1/+14
2017-09-20xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino1-28/+27
2017-09-20xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster1-4/+3
2017-09-20xfs: fix log recovery corruption error due to tail overwriteBrian Foster1-31/+77
2017-09-20xfs: always verify the log tail during recoveryBrian Foster1-23/+3
2017-09-20xfs: fix recovery failure when log record header wraps log endBrian Foster1-4/+14
2017-09-20xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino6-5/+108
2017-09-20xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2-3/+36
2017-09-20xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen1-0/+7
2017-09-20xfs: write unmount record for ro mountsEric Sandeen1-2/+5
2017-09-20libnvdimm: fix integer overflow static analysis warningDan Williams1-8/+9
2017-09-20libnvdimm, btt: check memory allocation failureChristophe Jaillet1-0/+2
2017-09-20idr: remove WARN_ON_ONCE() when trying to replace negative IDEric Biggers1-1/+1
2017-09-20fuse: allow server to run in different pid_nsMiklos Szeredi2-9/+7
2017-09-20ovl: fix false positive ESTALE on lookupAmir Goldstein1-4/+7
2017-09-20x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck4-0/+55
2017-09-20x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUsAndy Lutomirski1-105/+122
2017-09-20x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumpsAndy Lutomirski1-2/+3
2017-09-20x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_commonAndy Lutomirski1-0/+9
2017-09-20thunderbolt: Allow clearing the keyBernat, Yehezkel2-4/+13
2017-09-20thunderbolt: Make key root-only accessibleBernat, Yehezkel1-1/+1
2017-09-20thunderbolt: Remove superfluous checkBernat, Yehezkel1-3/+0
2017-09-20f2fs: check hot_data for roll-forward recoveryJaegeuk Kim1-1/+1
2017-09-20f2fs: let fill_super handle roll-forward errorsJaegeuk Kim1-2/+0
2017-09-20ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-09-20tcp: fix a request socket leakEric Dumazet2-6/+6
2017-09-20sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner1-1/+2
2017-09-20ipv6: fix typo in fib6_net_exit()Eric Dumazet1-1/+1
2017-09-20ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca1-6/+19
2017-09-20udp: drop head states only when all skb references are gonePaolo Abeni3-8/+8
2017-09-20ip6_gre: update mtu properly in ip6gre_errXin Long1-1/+3