summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-20xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-09-20xfs: Fix per-inode DAX flag inheritanceLukas Czerner1-5/+7
2017-09-20xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig1-0/+12
2017-09-20xfs: fix quotacheck dquot id overflow infinite loopBrian Foster1-0/+3
2017-09-20xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong2-0/+6
2017-09-20xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong2-1/+10
2017-09-20xfs: check _btree_check_block valueDarrick J. Wong1-2/+4
2017-09-20xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong4-5/+5
2017-09-20xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster1-0/+1
2017-09-20xfs: free uncommitted transactions during log recoveryBrian Foster1-1/+20
2017-09-20xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-09-20xfs: remove bli from AIL before release on transaction abortBrian Foster1-9/+12
2017-09-20xfs: release bli from transaction properly on fs shutdownBrian Foster1-7/+14
2017-09-20xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong7-24/+71
2017-09-20xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster4-1/+89
2017-09-20xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2-4/+3
2017-09-20xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara1-30/+8
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-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-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-20ip6_gre: update mtu properly in ip6gre_errXin Long1-1/+3
2017-09-20vhost_net: correctly check tx avail during rx busy pollingJason Wang1-1/+6
2017-09-20gianfar: Fix Tx flow control deactivationClaudiu Manoil1-1/+1
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer5-41/+13
2017-09-20Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2-30/+10
2017-09-20bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel1-0/+3
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel3-1/+10
2017-09-20tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang1-0/+4
2017-09-20Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli1-3/+0
2017-09-20kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet1-0/+4
2017-09-20packet: Don't write vnet header beyond end of bufferBenjamin Poirier1-3/+9
2017-09-20cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio1-3/+3
2017-09-20netvsc: fix deadlock betwen link status and removalstephen hemminger1-1/+6
2017-09-20qlge: avoid memcpy buffer overflowArnd Bergmann1-1/+1
2017-09-20sctp: Avoid out-of-bounds reads from address storageStefano Brivio2-4/+6
2017-09-20fsl/man: Inherit parent device and of_nodeFlorian Fainelli1-0/+3
2017-09-20udp: on peeking bad csum, drop packets even if not at headEric Dumazet1-1/+1
2017-09-20macsec: add genl family module aliasSabrina Dubroca1-0/+1
2017-09-20ipv6: fix sparse warning on rt6i_nodeWei Wang4-7/+11
2017-09-20ipv6: add rcu grace period before freeing fib6_nodeWei Wang3-8/+56
2017-09-20ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio1-4/+2
2017-09-14Linux 4.9.50v4.9.50Greg Kroah-Hartman1-1/+1
2017-09-14xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-09-14NFS: Sync the correct byte range during synchronous writestarangg@amazon.com1-3/+3