summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-02-12cifs: Fix mode output in debugging statementsFrank Sorenson
2020-02-12io-wq: don't call kXalloc_node() with non-online nodeJens Axboe
2020-02-12NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust
2020-02-12btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain
2020-02-12btrfs: sysfs, add UUID/devinfo kobjectAnand Jain
2020-02-12Btrfs: fix race between shrinking truncate and fiemapFilipe Manana
2020-02-12btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-12btrfs: print message when tree-log replay startsDavid Sterba
2020-02-12Btrfs: fix race between using extent maps and merging themFilipe Manana
2020-02-12btrfs: ref-verify: fix memory leaksWenwen Wang
2020-02-11Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-02-11ceph: noacl mount option is effectively ignoredXiubo Li
2020-02-11ceph: canonicalize server path in placeIlya Dryomov
2020-02-11ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li
2020-02-10NFSv4: Fix races between open and dentry revalidationTrond Myklebust
2020-02-10NFS: Fix up directory verifier racesTrond Myklebust
2020-02-10cifs: fix mount option display for sec=krb5iPetr Pavlu
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-09Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-02-09Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-02-09Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-02-09io_uring: retain sockaddr_storage across send/recvmsg async puntJens Axboe
2020-02-09io_uring: cancel pending async work if task exitsJens Axboe
2020-02-09io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe
2020-02-09io-wq: make io_wqe_cancel_work() take a match handlerJens Axboe
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede
2020-02-08Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-02-08io_uring: fix openat/statx's filename leakPavel Begunkov
2020-02-08io_uring: fix double prep iovec leakPavel Begunkov
2020-02-08io_uring: fix async close() with f_op->flush()Pavel Begunkov
2020-02-08io_uring: allow AT_FDCWD for non-file openat/openat2/statxJens Axboe
2020-02-08io_uring: grab ->fs as part of async preparationJens Axboe
2020-02-08io-wq: add support for inheriting ->fsJens Axboe
2020-02-08io_uring: retry raw bdev writes if we hit -EOPNOTSUPPJens Axboe
2020-02-08io_uring: add cleanup for openat()/statx()Pavel Begunkov
2020-02-08io_uring: fix iovec leaksPavel Begunkov
2020-02-08io_uring: remove unused struct io_async_openPavel Begunkov
2020-02-08io_uring: flush overflowed CQ events in the io_uring_poll()Stefano Garzarella
2020-02-08io_uring: statx/openat/openat2 don't support fixed filesJens Axboe
2020-02-08Merge branch 'pipe-exclusive-wakeup'Linus Torvalds
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds
2020-02-08compat_ioctl: fix FIONREAD on devicesArnd Bergmann
2020-02-07Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-02-07Merge tag 'gfs2-for-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2020-02-07Merge tag 'for-linus-5.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-02-07Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-02-07procfs: switch to use of invalfc()Al Viro