summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-03-227-5/+132
|\
| * f2fs: support direct I/O with fscrypt using blk-cryptoEric Biggers2022-02-082-1/+12
| * ext4: support direct I/O with fscrypt using blk-cryptoEric Biggers2022-02-082-4/+13
| * iomap: support direct I/O with fscrypt using blk-cryptoEric Biggers2022-02-081-0/+6
| * fscrypt: add functions for direct I/O supportEric Biggers2022-02-082-0/+101
* | Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-212-22/+20
|\ \
| * | pstore: Don't use semaphores in always-atomic-context codeJann Horn2022-03-151-20/+18
| * | pstore: Add prefix to ECC messagesVincent Whitchurch2022-03-011-2/+2
* | | Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-218-106/+268
|\ \ \
| * | | binfmt_elf: Don't write past end of notes for regset gapRick Edgecombe2022-03-181-10/+14
| * | | coredump: Don't compile flat_core_dump when coredumps are disabledEric W. Biederman2022-03-091-0/+4
| * | | coredump: Use the vma snapshot in fill_files_noteEric W. Biederman2022-03-082-13/+33
| * | | coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman2022-03-081-11/+11
| * | | coredump: Remove the WARN_ON in dump_vma_snapshotEric W. Biederman2022-03-081-6/+0
| * | | coredump: Snapshot the vmas in do_coredumpEric W. Biederman2022-03-083-43/+36
| * | | coredump: Move definition of struct coredump_params into coredump.hEric W. Biederman2022-03-081-0/+1
| * | | binfmt_elf: Introduce KUnit testKees Cook2022-03-034-0/+80
| * | | exec: cleanup commentsTom Rix2022-03-011-3/+3
| * | | fs/binfmt_elf: Refactor load_elf_binary functionAkira Kawata2022-03-011-8/+6
| * | | fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata2022-03-011-6/+18
| * | | binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan2022-03-013-1/+5
| * | | exec: Force single empty string when argv is emptyKees Cook2022-03-011-1/+25
| * | | coredump: Also dump first pages of non-executable ELF librariesJann Horn2022-03-011-5/+34
| * | | ELF: fix overflow in total mapping size calculationAlexey Dobriyan2022-03-011-12/+11
* | | | Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds2022-03-215-95/+73
|\ \ \ \
| * | | | f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig2022-03-081-41/+29
| * | | | f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig2022-03-082-13/+14
| * | | | nilfs2: pass the operation to bio_allocChristoph Hellwig2022-02-271-11/+9
| * | | | ext4: pass the operation to bio_allocChristoph Hellwig2022-02-271-4/+3
| * | | | mpage: pass the operation to bio_allocChristoph Hellwig2022-02-271-29/+21
* | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2135-247/+102
|\ \ \ \ \
| * | | | | ext4: stop using bio_devnameChristoph Hellwig2022-03-071-3/+2
| |/ / / /
| * | | | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-2/+2
| * | | | fs/ntfs3: remove unnecessary NULL checkDan Carpenter2022-02-021-5/+4
| * | | | block: check that there is a plug in blk_flush_plugChristoph Hellwig2022-02-021-4/+2
| * | | | block: remove blk_needs_flush_plugChristoph Hellwig2022-02-021-1/+1
| * | | | block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-022-9/+3
| * | | | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-024-16/+10
| * | | | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-0224-108/+67
| * | | | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-023-8/+7
| * | | | ntfs3: remove ntfs_alloc_bioChristoph Hellwig2022-02-021-21/+2
| * | | | nfs/blocklayout: remove bl_alloc_init_bioChristoph Hellwig2022-02-021-21/+5
| * | | | nilfs2: remove nilfs_alloc_seg_bioChristoph Hellwig2022-02-021-27/+4
| * | | | fs: remove mpage_allocChristoph Hellwig2022-02-021-29/+6
| * | | | block: remove genhd.hChristoph Hellwig2022-02-028-8/+2
| | |/ / | |/| |
* | | | Merge tag 'for-5.18/io_uring-statx-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds2022-03-213-17/+58
|\ \ \ \
| * | | | io-uring: Make statx API stableStefan Roesch2022-03-103-17/+58
* | | | | Merge tag 'for-5.18/io_uring-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-212-341/+1024
|\ \ \ \ \
| * | | | | io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe2022-03-181-2/+4
| * | | | | io_uring: don't check unrelated req->open.how in accept requestJens Axboe2022-03-181-2/+1