summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-278-12/+10
|\
| * jbd2: Avoid printing outside the boundary of the bufferAndy Shevchenko2023-06-051-4/+2
| * befs: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-302-2/+2
| * overflow: Add struct_size_t() helperKees Cook2023-05-262-2/+2
| * vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-1/+1
| * NFS: Prefer strscpy over strlcpy callsAzeem Shaikh2023-05-221-1/+1
| * dlm: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-2/+2
* | Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-272-4/+4
|\ \
| * | pstore/ram: Add check for kstrdupJiasheng Jiang2023-06-141-0/+2
| * | pstore/ram: Convert to platform remove callback returning voidUwe Kleine-König2023-05-101-4/+2
* | | Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-273-12/+8
|\ \ \
| * | | binfmt_elf: fix comment typo s/reset/regset/Baruch Siach2023-06-231-1/+1
| * | | binfmt: Slightly simplify elf_fdpic_map_file()Christophe JAILLET2023-05-301-4/+2
| * | | binfmt: Use struct_size()Christophe JAILLET2023-05-301-3/+1
| * | | coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song2023-05-163-4/+4
| | |/ | |/|
* | | Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-0/+1
|\ \ \
| * | | reiserfs: Initialize sec->length in reiserfs_security_init().Tetsuo Handa2023-05-251-0/+1
| | |/ | |/|
* | | Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-273-107/+108
|\ \ \
| * | | hostfs: Fix ephemeral inodesMickaël Salaün2023-06-123-107/+108
* | | | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-261-0/+5
|\ \ \ \
| * | | | mm: Add support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+5
* | | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-2631-220/+254
|\ \ \ \ \
| * | | | | ext4: Fix warning in blkdev_put()Jan Kara2023-06-231-1/+1
| * | | | | reiserfs: fix blkdev_put() warning from release_journal_dev()Yu Kuai2023-06-201-1/+6
| * | | | | splice: simplify a conditional in copy_splice_readChristoph Hellwig2023-06-161-7/+7
| * | | | | splice: don't call file_accessed in copy_splice_readChristoph Hellwig2023-06-161-1/+0
| * | | | | block: Fix dio_cleanup() to advance the head indexDavid Howells2023-06-141-0/+1
| * | | | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-1212-25/+27
| * | | | | fs: remove sb->s_modeChristoph Hellwig2023-06-123-7/+6
| * | | | | block: add a sb_open_mode helperChristoph Hellwig2023-06-123-20/+7
| * | | | | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-1215-78/+69
| * | | | | btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig2023-06-123-21/+15
| * | | | | init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-2/+2
| * | | | | ext4: wire up the ->mark_dead holder operation for log devicesChristoph Hellwig2023-06-051-1/+10
| * | | | | ext4: wire up sops->shutdownChristoph Hellwig2023-06-051-0/+6
| * | | | | ext4: split ext4_shutdownChristoph Hellwig2023-06-052-9/+16
| * | | | | xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig2023-06-051-1/+12
| * | | | | xfs: wire up sops->shutdownChristoph Hellwig2023-06-053-1/+14
| * | | | | fs: add a method to shut down the file systemChristoph Hellwig2023-06-051-2/+19
| * | | | | block: introduce holder opsChristoph Hellwig2023-06-0512-18/+21
| * | | | | fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn2023-06-011-3/+3
| * | | | | zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
| * | | | | gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
| * | | | | jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn2023-05-311-2/+2
| * | | | | fs: buffer: use __bio_add_page to add single page to bioJohannes Thumshirn2023-05-311-2/+1
| * | | | | block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells2023-05-311-29/+43
| * | | | | block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2023-05-242-1/+2
| * | | | | iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroingDavid Howells2023-05-241-1/+1
| * | | | | Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe2023-05-2457-159/+521
| |\ \ \ \ \
| * | | | | | fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig2023-05-193-28/+4
| | |_|_|_|/ | |/| | | |