summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-264-32/+43
|\
| * io_uring: add support for multishot timeoutsDavid Wei2023-04-181-0/+1
| * io_uring/rsrc: remove rsrc_data refsPavel Begunkov2023-04-151-0/+1
| * io_uring/rsrc: use wq for quiescingPavel Begunkov2023-04-151-0/+1
| * io_uring/rsrc: consolidate node cachingPavel Begunkov2023-04-121-1/+0
| * io_uring: reduce scheduling due to twPavel Begunkov2023-04-061-1/+2
| * io_uring/rsrc: add custom limit for node cachingPavel Begunkov2023-04-041-0/+1
| * io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov2023-04-041-0/+1
| * io_uring/rsrc: don't offload node freePavel Begunkov2023-04-041-3/+0
| * io_uring/rsrc: kill rsrc_ref_lockPavel Begunkov2023-04-041-1/+1
| * io_uring/rsrc: keep cached refs per nodePavel Begunkov2023-04-041-1/+0
| * io_uring: rename trace_io_uring_submit_sqe() tracepointJens Axboe2023-04-031-9/+6
| * io_uring: encapsulate task_work statePavel Begunkov2023-04-031-1/+6
| * io_uring: kill unused notif declarationsPavel Begunkov2023-04-031-13/+0
| * io_uring: Add KASAN support for alloc_cachesBreno Leitao2023-04-031-0/+1
| * io_uring: Move from hlist to io_wq_work_nodeBreno Leitao2023-04-031-1/+1
| * io_uring: add support for user mapped provided buffer ringJens Axboe2023-04-031-0/+17
| * io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'Jens Axboe2023-04-031-1/+1
| * fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe2023-04-031-0/+3
* | Merge tag 'f2fs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-261-20/+4
|\ \
| * | f2fs: use common implementation of file typeWeizhao Ouyang2023-04-101-15/+0
| * | f2fs: convert to use bitmap APIYangtao Li2023-03-291-5/+4
* | | Merge tag 'dlm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2023-04-265-74/+7
|\ \ \
| * | | fs: dlm: change dflags to use atomic bitsAlexander Aring2023-03-061-2/+2
| * | | fs: dlm: store lkb distributed flags into own valueAlexander Aring2023-03-061-9/+2
| * | | fs: dlm: remove DLM_IFL_LOCAL_MS flagAlexander Aring2023-03-061-1/+0
| * | | fs: dlm: rename stub to local message flagAlexander Aring2023-03-061-1/+1
| * | | fs: dlm: remove deprecated code partsAlexander Aring2023-03-064-64/+5
* | | | Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-04-266-20/+12
|\ \ \ \
| * | | | btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-04-171-0/+1
| * | | | libcrc32c: remove crc32c_implChristoph Hellwig2023-04-171-1/+0
| * | | | btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig2023-04-172-13/+10
| * | | | btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlChristoph Hellwig2023-04-171-5/+0
| * | | | btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo2023-04-171-1/+1
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-265-12/+140
|\ \ \ \ \
| * | | | | ext4: Add a uapi header for ext4 userspace APIsJosh Triplett2023-04-191-0/+117
| * | | | | ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox2023-04-061-5/+0
| * | | | | fscrypt: Add some folio helper functionsMatthew Wilcox2023-04-061-0/+21
| * | | | | fs: Add FGP_WRITEBEGINMatthew Wilcox2023-04-061-0/+2
| * | | | | ext4: Convert data=journal writeback to use ext4_writepages()Jan Kara2023-03-231-7/+0
* | | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2023-04-261-3/+3
|\ \ \ \ \ \
| * | | | | | fsverity: use WARN_ON_ONCE instead of WARN_ONEric Biggers2023-04-111-3/+3
* | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-04-261-0/+7
|\ \ \ \ \ \ \
| * | | | | | | fscrypt: new helper function - fscrypt_prepare_lookup_partial()Luís Henriques2023-03-271-0/+7
| |/ / / / / /
* | | | | | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-2616-439/+636
|\ \ \ \ \ \ \
| * | | | | | | i2c: designware: Use PCI PSP driver for communicationMario Limonciello2023-04-201-0/+1
| * | | | | | | crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2023-04-202-2/+8
| * | | | | | | crypto: api - Add crypto_tfm_getHerbert Xu2023-04-201-0/+1
| * | | | | | | crypto: ccp - Return doorbell status code as an argumentMario Limonciello2023-04-141-2/+2
| * | | | | | | crypto: api - Move low-level functions into algapi.hHerbert Xu2023-04-142-27/+17