summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* jfs: prevent NULL deref in diFreeHaimin Zhang2022-03-221-1/+2
* jfs: fix divide error in dbNextAGPavel Skripkin2022-03-221-0/+7
* Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-222-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-228-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-044-0/+80
| * | exec: cleanup commentsTom Rix2022-03-021-3/+3
| * | fs/binfmt_elf: Refactor load_elf_binary functionAkira Kawata2022-03-021-8/+6
| * | fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata2022-03-021-6/+18
| * | binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan2022-03-023-1/+5
| * | exec: Force single empty string when argv is emptyKees Cook2022-03-021-1/+25
| * | coredump: Also dump first pages of non-executable ELF librariesJann Horn2022-03-021-5/+34
| * | ELF: fix overflow in total mapping size calculationAlexey Dobriyan2022-03-021-12/+11
* | | Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds2022-03-225-95/+73
|\ \ \
| * | | f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig2022-03-091-41/+29
| * | | f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig2022-03-092-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-2235-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-223-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-222-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
| * | | | io_uring: manage provided buffers strictly orderedJens Axboe2022-03-181-62/+92
| * | | | io_uring: fold evfd signalling under a slower pathPavel Begunkov2022-03-171-26/+34
| * | | | io_uring: thin down io_commit_cqring()Pavel Begunkov2022-03-171-8/+15