summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li2020-02-111-6/+11
| |/ / / /
* | | | | Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-143-113/+284
|\ \ \ \ \
| * | | | | io_uring: prune request from overflow list on flushJens Axboe2020-02-141-0/+28
| * | | | | io-wq: don't call kXalloc_node() with non-online nodeJens Axboe2020-02-131-4/+18
| * | | | | io_uring: retain sockaddr_storage across send/recvmsg async puntJens Axboe2020-02-091-6/+5
| * | | | | io_uring: cancel pending async work if task exitsJens Axboe2020-02-091-0/+9
| * | | | | io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe2020-02-092-0/+31
| * | | | | io-wq: make io_wqe_cancel_work() take a match handlerJens Axboe2020-02-091-11/+22
| * | | | | io_uring: fix openat/statx's filename leakPavel Begunkov2020-02-081-0/+6
| * | | | | io_uring: fix double prep iovec leakPavel Begunkov2020-02-081-2/+10
| * | | | | io_uring: fix async close() with f_op->flush()Pavel Begunkov2020-02-081-29/+16
| * | | | | io_uring: allow AT_FDCWD for non-file openat/openat2/statxJens Axboe2020-02-081-1/+1
| * | | | | io_uring: grab ->fs as part of async preparationJens Axboe2020-02-081-0/+28
| * | | | | io-wq: add support for inheriting ->fsJens Axboe2020-02-082-1/+11
| * | | | | io_uring: retry raw bdev writes if we hit -EOPNOTSUPPJens Axboe2020-02-081-0/+6
| * | | | | io_uring: add cleanup for openat()/statx()Pavel Begunkov2020-02-081-0/+10
| * | | | | io_uring: fix iovec leaksPavel Begunkov2020-02-081-2/+49
| * | | | | io_uring: remove unused struct io_async_openPavel Begunkov2020-02-081-5/+0
| * | | | | io_uring: flush overflowed CQ events in the io_uring_poll()Stefano Garzarella2020-02-081-1/+1
| * | | | | io_uring: statx/openat/openat2 don't support fixed filesJens Axboe2020-02-081-1/+7
| * | | | | io_uring: fix deferred req iovec leakPavel Begunkov2020-02-061-35/+12
| * | | | | io_uring: fix 1-bit bitfields to be unsignedRandy Dunlap2020-02-061-5/+5
| * | | | | io_uring: get rid of delayed mm checkPavel Begunkov2020-02-061-10/+9
* | | | | | Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-124-11/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | dax: pass NOWAIT flag to iomap_applyJeff Moyer2020-02-061-0/+3
| * | | | | dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-034-11/+6
* | | | | | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-101-1/+1
|\ \ \ \ \ \
| * | | | | | kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-031-1/+1
* | | | | | | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-106-0/+1643
|\ \ \ \ \ \ \
| * | | | | | | fs: New zonefs file systemDamien Le Moal2020-02-076-0/+1643
* | | | | | | | Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-0922-129/+247
|\ \ \ \ \ \ \ \
| * | | | | | | | smb3: Add defines for new information level, FileIdInformationSteve French2020-02-071-0/+8
| * | | | | | | | smb3: print warning once if posix context returned on openSteve French2020-02-072-0/+30
| * | | | | | | | smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French2020-02-071-1/+3
| * | | | | | | | cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel2020-02-071-1/+2
| * | | | | | | | cifs: fix channel signingAurelien Aptel2020-02-061-2/+3
| * | | | | | | | cifs: add SMB3 change notification supportSteve French2020-02-065-0/+87
| * | | | | | | | cifs: make multichannel warning more visibleAurelien Aptel2020-02-061-1/+1
| * | | | | | | | cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-02-061-1/+1
| * | | | | | | | cifs: Add tracepoints for errors on flush or fsyncSteve French2020-02-062-2/+32
| * | | | | | | | cifs: log warning message (once) if out of disk spaceSteve French2020-02-061-0/+3
| * | | | | | | | cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-051-2/+8
| * | | | | | | | smb3: fix problem with null cifs super block with previous patchSteve French2020-02-052-2/+2
| * | | | | | | | SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-0314-118/+68
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-02-0911-0/+3274
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede2020-02-0811-0/+3274
* | | | | | | | | Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-081-4/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | compat_ioctl: fix FIONREAD on devicesArnd Bergmann2020-02-081-4/+7
* | | | | | | | | | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-0816-548/+392
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | procfs: switch to use of invalfc()Al Viro2020-02-071-1/+1