summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-257-37/+66
|\
| * flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-223-12/+32
| * NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-222-20/+21
| * NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-11-192-5/+13
* | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-242-28/+36
|\ \
| * | dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-11-191-0/+1
| * | dax: Fix huge page faultsMatthew Wilcox2018-11-171-8/+4
| * | dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox2018-11-171-9/+8
| * | dax: Reinstate RCU protection of inodeMatthew Wilcox2018-11-161-3/+19
| * | dax: Make sure the unlocking entry isn't lockedMatthew Wilcox2018-11-161-0/+1
| * | dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox2018-11-161-5/+2
| * | nilfs2: Use xa_erase_irqMatthew Wilcox2018-11-051-3/+1
* | | Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-2410-46/+104
|\ \ \
| * | | iomap: readpages doesn't zero page tail beyond EOFDave Chinner2018-11-211-3/+8
| * | | vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPPDave Chinner2018-11-211-8/+7
| * | | iomap: dio data corruption and spurious errors when pipes fillDave Chinner2018-11-211-3/+19
| * | | iomap: sub-block dio needs to zeroout beyond EOFDave Chinner2018-11-211-1/+8
| * | | iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner2018-11-211-5/+6
| * | | xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2018-11-211-1/+4
| * | | xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2018-11-213-5/+17
| * | | xfs: extent shifting doesn't fully invalidate page cacheDave Chinner2018-11-201-7/+1
| * | | xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner2018-11-201-4/+7
| * | | xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner2018-11-201-7/+21
| * | | xfs: uncached buffer tracing needs to print bnoDave Chinner2018-11-201-1/+4
| * | | xfs: make xfs_file_remap_range() staticEric Biggers2018-11-191-1/+1
| * | | xfs: fix shared extent data corruption due to missing cow reservationBrian Foster2018-11-191-0/+1
* | | | Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-11-231-2/+3
|\ \ \ \
| * | | | exec: make de_thread() freezableChanho Min2018-11-191-2/+3
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-191-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | rxrpc: Fix life checkDavid Howells2018-11-151-1/+10
* | | | ocfs2: free up write context when direct IO failedWengang Wang2018-11-182-2/+19
* | | | mm: don't reclaim inodes with many attached pagesRoman Gushchin2018-11-181-2/+5
* | | | Merge tag 'fsnotify_for_v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-11-162-7/+10
|\ \ \ \
| * | | | fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-11-082-7/+10
| | |_|/ | |/| |
* | | | Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-162-28/+29
|\ \ \ \
| * | | | gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher2018-11-161-23/+17
| * | | | gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher2018-11-091-4/+10
| * | | | gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-091-1/+2
* | | | | Merge tag 'fuse-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-162-5/+15
|\ \ \ \ \
| * | | | | fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-091-1/+3
| * | | | | fuse: fix possibly missed wake-up after abortMiklos Szeredi2018-11-091-3/+9
| * | | | | fuse: fix leaked notify replyMiklos Szeredi2018-11-091-1/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-153-8/+17
|\ \ \ \ \
| * | | | | NFSv4: Fix an Oops during delegation callbacksTrond Myklebust2018-11-132-4/+11
| * | | | | NFSv4: Ensure that the state manager exits the loop on SIGKILLTrond Myklebust2018-11-121-1/+1
| * | | | | NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust2018-11-121-3/+5
| | |_|/ / | |/| | |
* | | | | Merge tag 'nfsd-4.20-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-11-141-0/+3
|\ \ \ \ \
| * | | | | nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew2018-11-081-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2018-11-141-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | mnt: fix __detach_mounts infinite loopBenjamin Coddington2018-11-121-3/+3
OpenPOWER on IntegriCloud