summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-01io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe1-3/+37
2020-10-01io_uring: mark io_uring_fops/io_op_defs as __read_mostlyJens Axboe1-2/+2
2020-10-01io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread tooJens Axboe1-0/+33
2020-10-01io_uring: base SQPOLL handling off io_sq_dataJens Axboe1-25/+101
2020-10-01io_uring: split SQPOLL data into separate structureJens Axboe1-41/+86
2020-10-01io_uring: split work handling part of SQPOLL into helperJens Axboe1-84/+93
2020-10-01io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handlerJens Axboe1-1/+18
2020-10-01io_uring: use private ctx wait queue entries for SQPOLLJens Axboe1-15/+18
2020-10-01io_uring: io_sq_thread() doesn't need to flush signalsJens Axboe1-2/+0
2020-10-01io_wq: Make io_wqe::lock a raw_spinlock_tSebastian Andrzej Siewior1-26/+26
2020-10-01io_uring: allow disabling rings during the creationStefano Garzarella1-7/+54
2020-10-01io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella1-1/+123
2020-10-01io_uring: reference ->nsproxy for file table commandsJens Axboe3-0/+8
2020-10-01io_uring: don't rely on weak ->files referencesJens Axboe3-37/+277
2020-10-01io_uring: enable task/files specific overflow flushingJens Axboe1-16/+25
2020-10-01io_uring: return cancelation status from poll/timeout/files handlersJens Axboe1-5/+22
2020-10-01io_uring: unconditionally grab req->taskJens Axboe1-38/+9
2020-10-01io_uring: stash ctx task reference for SQPOLLJens Axboe1-13/+34
2020-10-01io_uring: move dropping of files into separate helperJens Axboe1-11/+16
2020-10-01io_uring: allow timeout/poll/files killing to take task into accountJens Axboe1-9/+24
2020-10-01Merge branch 'io_uring-5.9' into for-5.10/io_uringJens Axboe1-5/+18
2020-09-30btrfs: fix filesystem corruption after a device replaceFilipe Manana1-1/+39
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2-1/+5
2020-09-30xfs: fix finobt btree block recovery orderingDave Chinner1-0/+2
2020-09-30autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds2-1/+9
2020-09-29fs: dlm: rework receive handlingAlexander Aring5-180/+141
2020-09-29fs: dlm: disallow buffer size below defaultAlexander Aring1-2/+7
2020-09-29fs: dlm: handle range check as callbackAlexander Aring1-18/+23
2020-09-29fs: dlm: fix mark per nodeid settingAlexander Aring3-13/+17
2020-09-29fs: dlm: remove lock dependency warningAlexander Aring1-10/+8
2020-09-29f2fs: fix slab leak of rpages pointerJaegeuk Kim2-1/+3
2020-09-29f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu1-0/+2
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu3-7/+70
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu3-31/+102
2020-09-29udf: Limit sparing table sizeJan Kara1-0/+6
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara10-47/+39
2020-09-29udf: Avoid accessing uninitialized data on failed inode readJan Kara1-11/+14
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu1-0/+2
2020-09-29f2fs: fix to do sanity check on segment/section countChao Yu1-0/+6
2020-09-29f2fs: fix to check segment boundary during SIT page readaheadChao Yu1-0/+2
2020-09-29f2fs: fix uninit-value in f2fs_lookupChao Yu1-5/+3
2020-09-29f2fs: remove unneeded parameter in find_in_block()Chao Yu1-11/+6
2020-09-29f2fs: fix wrong total_sections check and fsmeta checkWang Xiaojun2-4/+5
2020-09-29f2fs: remove duplicated code in sanity_check_area_boundaryWang Xiaojun1-8/+4
2020-09-29f2fs: remove unused check on version_bitmapWang Xiaojun1-3/+0
2020-09-29f2fs: relocate blkzoned feature checkChao Yu1-12/+11
2020-09-29f2fs: do sanity check on zoned block device pathChao Yu1-0/+6
2020-09-29f2fs: add trace exit in exception pathZhang Qilong1-1/+5
2020-09-29f2fs: change return value of reserved_segments to unsigned intXiaojun Wang1-2/+2
2020-09-29ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger1-2/+2