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