aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-11-19dax: Avoid losing wakeup in dax_lock_mapping_entryGravatar Matthew Wilcox 1-0/+1
2018-11-19exec: make de_thread() freezableGravatar Chanho Min 1-2/+3
2018-11-19udf: Allow mounting volumes with incorrect identification stringsGravatar Jan Kara 2-9/+21
2018-11-18exportfs: fix 'passing zero to ERR_PTR()' warningGravatar YueHaibing 1-0/+1
2018-11-18ocfs2: free up write context when direct IO failedGravatar Wengang Wang 2-2/+19
2018-11-18mm: don't reclaim inodes with many attached pagesGravatar Roman Gushchin 1-2/+5
2018-11-17dax: Fix huge page faultsGravatar Matthew Wilcox 1-8/+4
2018-11-17dax: Fix dax_unlock_mapping_entry for PMD pagesGravatar Matthew Wilcox 1-9/+8
2018-11-17aio: fix failure to put the file pointerGravatar Jens Axboe 1-0/+1
2018-11-16dax: Reinstate RCU protection of inodeGravatar Matthew Wilcox 1-3/+19
2018-11-16dax: Make sure the unlocking entry isn't lockedGravatar Matthew Wilcox 1-0/+1
2018-11-16dax: Remove optimisation from dax_lock_mapping_entryGravatar Matthew Wilcox 1-5/+2
2018-11-16Merge tag 'fsnotify_for_v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-7/+10
2018-11-16Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-28/+29
2018-11-16gfs2: Fix iomap buffer head reference counting bugGravatar Andreas Gruenbacher 1-23/+17
2018-11-16Merge tag 'fuse-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-5/+15
2018-11-15rxrpc: Fix life checkGravatar David Howells 1-1/+10
2018-11-15Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-8/+17
2018-11-14Merge tag 'nfsd-4.20-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+3
2018-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+3
2018-11-14Btrfs: ensure path name is null terminated at btrfs_control_ioctlGravatar Filipe Manana 1-0/+1
2018-11-13NFSv4: Fix an Oops during delegation callbacksGravatar Trond Myklebust 2-4/+11
2018-11-13Btrfs: fix rare chances for data loss when doing a fast fsyncGravatar Filipe Manana 1-0/+24
2018-11-13btrfs: Always try all copies when reading extent buffersGravatar Nikolay Borisov 1-10/+1
2018-11-12NFSv4: Ensure that the state manager exits the loop on SIGKILLGravatar Trond Myklebust 1-1/+1
2018-11-12NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGGravatar Trond Myklebust 1-3/+5
2018-11-12mnt: fix __detach_mounts infinite loopGravatar Benjamin Coddington 1-3/+3
2018-11-11Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-57/+107
2018-11-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-31/+51
2018-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-5/+17
2018-11-10sysv: return 'err' instead of 0 in __sysv_write_inodeGravatar YueHaibing 1-1/+1
2018-11-09Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-12/+14
2018-11-09ext4: missing !bh check in ext4_xattr_inode_write()Gravatar Vasily Averin 1-0/+6
2018-11-09fuse: fix use-after-free in fuse_direct_IO()Gravatar Lukas Czerner 1-1/+3
2018-11-09fuse: fix possibly missed wake-up after abortGravatar Miklos Szeredi 1-3/+9
2018-11-09fuse: fix leaked notify replyGravatar Miklos Szeredi 1-1/+3
2018-11-09gfs2: Fix metadata read-ahead during truncate (2)Gravatar Andreas Gruenbacher 1-4/+10
2018-11-09gfs2: Put bitmap buffers in put_superGravatar Andreas Gruenbacher 1-1/+2
2018-11-08nfsd: COPY and CLONE operations require the saved filehandle to be setGravatar Scott Mayhew 1-0/+3
2018-11-08libceph: assume argonaut on the server sideGravatar Ilya Dryomov 1-9/+3
2018-11-08ceph: quota: fix null pointer dereference in quota checkGravatar Luis Henriques 1-1/+2
2018-11-08ceph: add destination file data sync before doing any remote copyGravatar Luis Henriques 1-2/+9
2018-11-08fanotify: fix handling of events on child sub-directoryGravatar Amir Goldstein 2-7/+10
2018-11-08mount: Prevent MNT_DETACH from disconnecting locked mountsGravatar Eric W. Biederman 1-1/+1
2018-11-08mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsGravatar Eric W. Biederman 1-2/+8
2018-11-08mount: Retest MNT_LOCKED in do_umountGravatar Eric W. Biederman 1-2/+8
2018-11-07ext4: fix buffer leak in __ext4_read_dirblock() on error pathGravatar Vasily Averin 1-0/+1
2018-11-07Btrfs: fix missing delayed iputs on unmountGravatar Omar Sandoval 1-36/+15
2018-11-07ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathGravatar Vasily Averin 1-2/+5
2018-11-07ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathGravatar Vasily Averin 1-0/+2