aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-03-17erofs: refine managed inode stuffsGao Xiang2-6/+9
2022-03-17erofs: clean up z_erofs_extent_lookbackGao Xiang1-34/+33
2022-03-16erofs: silence warnings related to impossible m_plenGao Xiang1-2/+2
2022-03-16erofs: clean up preload_compressed_pages()Gao Xiang1-8/+10
2022-03-16erofs: get rid of `struct z_erofs_collector'Gao Xiang1-86/+77
2022-03-16erofs: use meta buffers for erofs_read_superblock()Jeffle Xu1-8/+5
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn1-20/+18
2022-03-15io_uring: recycle apoll_poll entriesJens Axboe1-6/+37
2022-03-15NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2-2/+2
2022-03-12io_uring: remove duplicated member check for io_msg_ring_prep()Jens Axboe1-3/+2
2022-03-11Merge branch 'davidh' (fixes from David Howells)Linus Torvalds3-8/+35
2022-03-11cachefiles: Fix volume coherency attributeDavid Howells1-3/+20
2022-03-11afs: Fix potential thrashing in afs writebackDavid Howells1-1/+8
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells1-1/+2
2022-03-11watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells1-3/+5
2022-03-11f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim4-2/+10
2022-03-11NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever1-2/+10
2022-03-11NFSD: Clean up _lm_ operation namesChuck Lever1-4/+4
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever8-51/+3
2022-03-10io_uring: allow submissions to continue on errorJens Axboe1-3/+9
2022-03-10io_uring: recycle provided buffers if request goes asyncJens Axboe1-0/+36
2022-03-10io_uring: ensure reads re-import for selected buffersJens Axboe1-0/+10
2022-03-10io_uring: retry early for reads if we can pollJens Axboe1-0/+3
2022-03-10io-uring: Make statx API stableStefan Roesch3-17/+58
2022-03-10io_uring: Add support for napi_busy_pollOlivier Langlois1-1/+231
2022-03-10io_uring: minor io_cqring_wait() optimizationOlivier Langlois1-8/+8
2022-03-10io_uring: add support for IORING_OP_MSG_RING commandJens Axboe1-0/+55
2022-03-10io_uring: speedup provided buffer handlingJens Axboe1-22/+117
2022-03-10io_uring: add support for registering ring file descriptorsJens Axboe1-5/+177
2022-03-10io_uring: documentation fixupDylan Yudaken1-1/+1
2022-03-10io_uring: do not recalculate ppos unnecessarilyDylan Yudaken1-6/+12
2022-03-10io_uring: update kiocb->ki_pos at execution timeDylan Yudaken1-8/+18
2022-03-10io_uring: remove duplicated calls to io_kiocb_pposDylan Yudaken1-2/+5
2022-03-10io_uring: Remove unneeded test in io_run_task_work_sig()Olivier Langlois1-3/+3
2022-03-10io-uring: Make tracepoints consistent.Stefan Roesch1-11/+13
2022-03-10io-uring: add __fill_cqe functionStefan Roesch1-9/+13
2022-03-10io-wq: use IO_WQ_ACCT_NR rather than hardcoded numberHao Xu1-2/+2
2022-03-10io-wq: reduce acct->lock crossing functions lock/unlockHao Xu1-20/+12
2022-03-10io-wq: decouple work_list protection from the big wqe->lockHao Xu1-44/+52
2022-03-10io_uring: Fix use of uninitialized ret in io_eventfd_register()Nathan Chancellor1-3/+3
2022-03-10io_uring: remove ring quiesce for io_uring_registerUsama Arif1-83/+0
2022-03-10io_uring: avoid ring quiesce while registering restrictions and enabling ringsUsama Arif1-0/+2
2022-03-10io_uring: avoid ring quiesce while registering async eventfdUsama Arif1-10/+12
2022-03-10io_uring: avoid ring quiesce while registering/unregistering eventfdUsama Arif1-21/+68
2022-03-10io_uring: remove trace for eventfdUsama Arif1-2/+1
2022-03-09f2fs: remove unnecessary read for F2FS_FITS_IN_INODEJia Yang1-13/+4
2022-03-09coredump: Don't compile flat_core_dump when coredumps are disabledEric W. Biederman1-0/+4
2022-03-08f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig1-41/+29
2022-03-08f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig2-13/+14
2022-03-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman2-13/+33