summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic4-6/+22
2017-09-27MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic4-32/+96
2017-09-27MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic4-24/+8
2017-09-27MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationAleksandar Markovic4-16/+112
2017-09-27Input: i8042 - add Gigabyte P57 to the keyboard reset tableKai-Heng Feng1-0/+7
2017-09-27pinctrl/amd: save pin registers over suspend/resumeDaniel Drake2-0/+76
2017-09-27tty: fix __tty_insert_flip_char regressionArnd Bergmann1-1/+2
2017-09-27tty: improve tty_insert_flip_char() slow pathArnd Bergmann1-2/+3
2017-09-27tty: improve tty_insert_flip_char() fast pathArnd Bergmann2-1/+26
2017-09-27IB/addr: Fix setting source address in addr6_resolve()Roland Dreier1-10/+2
2017-09-27drm/sun4i: Implement drm_driver lastclose to restore fbdev consoleJonathan Liu1-0/+8
2017-09-27IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2-3/+4
2017-09-27orangefs: Don't clear SGID when inheriting ACLsJan Kara1-20/+28
2017-09-27mm: prevent double decrease of nr_reserved_highatomicMinchan Kim1-6/+18
2017-09-27NFSv4: Fix callback server shutdownTrond Myklebust3-8/+55
2017-09-27SUNRPC: Refactor svc_set_num_threads()Trond Myklebust1-38/+58
2017-09-20Linux 4.9.51v4.9.51Greg Kroah-Hartman1-1/+1
2017-09-20ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-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/+2
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/+48
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-19/+66
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: add log recovery tracepoint for head/tailBrian Foster2-0/+20
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: remove xfs_trans_ail_delete_bulkChristoph Hellwig3-60/+55
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-20iomap: fix integer truncation issues in the zeroing and dirtying helpersChristoph Hellwig1-2/+2
2017-09-20xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong1-0/+2
2017-09-20xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2-10/+11