summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12/io_uring-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-261-340/+346
|\
| * Revert "io_uring: wait potential ->release() on resurrect"Jens Axboe2021-02-251-18/+8
| * io_uring: fix locked_free_list caches_free()Pavel Begunkov2021-02-241-3/+5
| * io_uring: don't attempt IO reissue from the ring exit pathJens Axboe2021-02-241-0/+7
| * io_uring: clear request count when freeing cachesPavel Begunkov2021-02-221-1/+3
| * io_uring: run task_work on io_uring_register()Pavel Begunkov2021-02-221-0/+2
| * io_uring: fix leaving invalid req->flagsPavel Begunkov2021-02-211-1/+3
| * io_uring: wait potential ->release() on resurrectPavel Begunkov2021-02-211-8/+18
| * io_uring: keep generic rsrc infra genericPavel Begunkov2021-02-211-19/+13
| * io_uring: zero ref_node after killing itPavel Begunkov2021-02-211-0/+1
| * io_uring: make the !CONFIG_NET helpers a bit more robustJens Axboe2021-02-211-50/+26
| * io_uring: don't hold uring_lock when calling io_run_task_work*Hao Xu2021-02-211-17/+44
| * io_uring: fail io-wq submission from a task_workPavel Begunkov2021-02-211-30/+18
| * io_uring: don't take uring_lock during iowq cancelPavel Begunkov2021-02-191-2/+9
| * io_uring: fail links more in io_submit_sqe()Pavel Begunkov2021-02-181-13/+8
| * io_uring: don't do async setup for links' headsPavel Begunkov2021-02-181-3/+0
| * io_uring: do io_*_prep() early in io_submit_sqe()Pavel Begunkov2021-02-181-35/+24
| * io_uring: split sqe-prep and async setupPavel Begunkov2021-02-181-50/+70
| * io_uring: don't submit link on errorPavel Begunkov2021-02-181-4/+4
| * io_uring: move req link into submit_statePavel Begunkov2021-02-181-14/+14
| * io_uring: move io_init_req() into io_submit_sqe()Pavel Begunkov2021-02-181-17/+15
| * io_uring: move io_init_req()'s definitionPavel Begunkov2021-02-181-107/+107
| * io_uring: don't duplicate ->file check in sfrPavel Begunkov2021-02-181-3/+0
| * io_uring: keep io_*_prep() naming consistentPavel Begunkov2021-02-181-4/+4
| * io_uring: kill fictitious submit iteration indexPavel Begunkov2021-02-181-2/+2
| * io_uring: fix read memory leakPavel Begunkov2021-02-171-4/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-264-129/+23
|\ \
| * | fs/coredump: use kmap_local_page()Ira Weiny2021-02-261-2/+2
| * | proc: use kvzalloc for our kernel bufferJosef Bacik2021-02-261-2/+2
| * | proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller2021-02-261-11/+8
| * | iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-114/+11
* | | Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-02-2612-190/+261
|\ \ \ | |/ / |/| |
| * | NFS: Support the '-owrite=' option in /proc/self/mounts and mountinfoTrond Myklebust2021-02-171-0/+7
| * | NFS: Set the stable writes flag when initialising the super blockTrond Myklebust2021-02-161-0/+2
| * | NFS: Add mount options supporting eager writesTrond Myklebust2021-02-161-0/+33
| * | NFS: Add support for eager writesTrond Myklebust2021-02-162-7/+29
| * | NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cacheTrond Myklebust2021-02-091-0/+14
| * | NFS: Always clear an invalid mapping when attempting a buffered writeTrond Myklebust2021-02-082-43/+56
| * | NFS: Optimise sparse writes past the end of fileTrond Myklebust2021-02-082-11/+13
| * | NFS: Fix documenting comment for nfs_revalidate_file_size()Trond Myklebust2021-02-081-1/+1
| * | NFSv4: Fixes for nfs4_bitmask_adjust()Trond Myklebust2021-02-081-7/+8
| * | NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()Dave Wysochanski2021-02-012-80/+61
| * | NFS: Call readpage_async_filler() from nfs_readpage_async()Dave Wysochanski2021-02-011-17/+11
| * | NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdescDave Wysochanski2021-02-011-32/+30
| * | NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeedsDave Wysochanski2021-02-011-1/+1
| * | NFS: Clean up nfs_readpage() and nfs_readpages()Dave Wysochanski2021-02-011-22/+23
| * | nfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-015-0/+7
| * | fs/nfs: remove duplicate includeMenglong Dong2021-02-011-4/+0
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-256-49/+59
|\ \ \
| * | | ext4: add .kunitconfig fragment to enable ext4-specific testsDaniel Latypov2021-02-121-0/+3