aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook
2018-11-29Merge tag 'fixes_for_v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-28dax: Don't access a freed inodeMatthew Wilcox
2018-11-28dax: Check page->mapping isn't NULLMatthew Wilcox
2018-11-28Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri
2018-11-28cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells
2018-11-27ext2: fix potential use after freePan Bian
2018-11-27ext2: initialize opts.s_mount_opt as zero before using itxingaopeng
2018-11-26fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin
2018-11-25Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-11-24Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-11-24Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-11-23Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-11-23exportfs: do not read dentry after freePan Bian
2018-11-23btrfs: relocation: set trans to be NULL after ending transactionPan Bian
2018-11-22flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan
2018-11-22NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia
2018-11-22Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana
2018-11-22fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung
2018-11-21iomap: readpages doesn't zero page tail beyond EOFDave Chinner
2018-11-21vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPPDave Chinner
2018-11-21iomap: dio data corruption and spurious errors when pipes fillDave Chinner
2018-11-21iomap: sub-block dio needs to zeroout beyond EOFDave Chinner
2018-11-21iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner
2018-11-21xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner
2018-11-21xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner
2018-11-21Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko
2018-11-21ovl: fix decode of dir file handle with multi lower layersAmir Goldstein
2018-11-20xfs: extent shifting doesn't fully invalidate page cacheDave Chinner
2018-11-20xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner
2018-11-20xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner
2018-11-20xfs: uncached buffer tracing needs to print bnoDave Chinner
2018-11-19NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust
2018-11-19xfs: make xfs_file_remap_range() staticEric Biggers
2018-11-19xfs: fix shared extent data corruption due to missing cow reservationBrian Foster
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-11-19ovl: fix missing override creds in link of a metacopy upperAmir Goldstein
2018-11-19dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox
2018-11-19exec: make de_thread() freezableChanho Min
2018-11-19udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-11-18exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-11-18ocfs2: free up write context when direct IO failedWengang Wang
2018-11-18mm: don't reclaim inodes with many attached pagesRoman Gushchin
2018-11-17dax: Fix huge page faultsMatthew Wilcox
2018-11-17dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox
2018-11-17aio: fix failure to put the file pointerJens Axboe
2018-11-16dax: Reinstate RCU protection of inodeMatthew Wilcox
2018-11-16dax: Make sure the unlocking entry isn't lockedMatthew Wilcox
2018-11-16dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox