summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* io_uring: allow workqueue item to handle multiple buffered requestsJens Axboe2019-03-061-52/+229
* io_uring: add support for IORING_OP_POLLJens Axboe2019-03-061-1/+262
* io_uring: add io_kiocb ref countJens Axboe2019-02-281-2/+6
* io_uring: add submission pollingJens Axboe2019-02-281-7/+242
* io_uring: add file set registrationJens Axboe2019-02-281-31/+280
* io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-281-13/+361
* io_uring: batch io_kiocb allocationJens Axboe2019-02-281-7/+38
* io_uring: use fget/fput_many() for file referencesJens Axboe2019-02-281-21/+121
* fs: add fget_many() and fput_many()Jens Axboe2019-02-282-7/+17
* io_uring: support for IO pollingJens Axboe2019-02-281-9/+266
* io_uring: add fsync supportChristoph Hellwig2019-02-281-0/+54
* Add io_uring IO interfaceJens Axboe2019-02-282-0/+1256
* iomap: wire up the iopoll methodChristoph Hellwig2019-02-243-15/+31
* block: add bio_set_polled() helperJens Axboe2019-02-241-2/+2
* block: wire up block device iopoll methodChristoph Hellwig2019-02-241-1/+17
* Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-1530-119/+313
|\
| * Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-092-9/+11
| |\
| | * fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa2019-02-061-9/+10
| | * aio: initialize kiocb private in case any filesystems expect it.Mike Marshall2019-02-061-0/+1
| * | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-12/+24
| |\ \
| | * | debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman2019-01-301-5/+5
| | * | debugfs: return error values, not NULLGreg Kroah-Hartman2019-01-291-17/+22
| | * | debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman2019-01-251-0/+7
| * | | Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-02-083-5/+27
| |\ \ \
| | * | | xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-032-3/+24
| | * | | xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-02-031-2/+1
| | * | | xfs: eof trim writeback mapping as soon as it is cachedBrian Foster2019-02-031-0/+2
| * | | | Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-071-2/+4
| |\ \ \ \
| | * | | | nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust2019-02-061-2/+4
| | |/ / /
| * | | | Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-02-073-3/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-01-161-1/+1
| | * | | fuse: call pipe_buf_release() under pipe lockJann Horn2019-01-161-0/+2
| | * | | cuse: fix ioctlMiklos Szeredi2019-01-161-1/+1
| | * | | fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-01-161-1/+1
| * | | | Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-034-38/+71
| |\ \ \ \
| | * | | | btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-01-301-0/+3
| | * | | | btrfs: clean up pending block groups when transaction commit abortsDavid Sterba2019-01-301-0/+16
| | * | | | btrfs: fix potential oops in device_list_addAl Viro2019-01-301-2/+2
| | * | | | btrfs: don't end the transaction for delayed refs in throttleJosef Bacik2019-01-281-8/+0
| | * | | | Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-02-026-4/+36
| |\ \ \ \ \
| | * | | | | autofs: fix error return in autofs_fill_super()Ian Kent2019-02-011-1/+3
| | * | | | | autofs: drop dentry reference only when it is never usedPan Bian2019-02-011-1/+2
| | * | | | | fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara2019-02-011-1/+7
| | * | | | | proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-013-1/+24
| * | | | | | Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-02-015-29/+61
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | cifs: update internal module version numberSteve French2019-01-311-1/+1
| | * | | | | CIFS: fix use-after-free of the lease keysAurelien Aptel2019-01-311-2/+2
| | * | | | | CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-01-291-1/+1
| | * | | | | CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-01-291-2/+2