summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-213-54/+127
|\
| * fs: anon_inodes: rephrase to appropriate kernel-docLukas Bulwahn2021-01-151-7/+14
| * userfaultfd: use secure anon inodes for userfaultfdDaniel Colascione2021-01-141-9/+10
| * fs: add LSM-supporting anon-inode interfaceDaniel Colascione2021-01-142-45/+110
* | Merge tag 'for-linus-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-217-5/+15
|\ \
| * | ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo2021-02-131-1/+3
| * | jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2021-02-121-0/+3
| * | ubifs: Fix off-by-one errorSascha Hauer2021-02-122-2/+2
| * | ubifs: replay: Fix high stack usage, againArnd Bergmann2021-02-121-1/+3
| * | ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu2021-02-121-1/+1
| * | jffs2: fix use after free in jffs2_sum_write_data()Tom Rix2021-02-121-0/+3
* | | Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-2/+8
|\ \ \
| * | | um: hostfs: use a kmem cache for inodesJohannes Berg2021-02-121-2/+8
| |/ /
* | | Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-211-1/+4
|\ \ \
| * | | s390,alpha: switch to 64-bit ino_tHeiko Carstens2021-02-131-1/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-2/+3
|\ \ \ \
| * | | | Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-1237-303/+474
| |\| | |
| * | | | mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-091-2/+3
* | | | | Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-213-3/+11
|\ \ \ \ \
| * | | | | binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier2021-02-153-3/+11
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-2/+4
|\ \ \ \ \
| * | | | | mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov2021-01-201-2/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-212-6/+7
|\ \ \ \ \
| * | | | | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-1/+1
| * | | | | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-1/+1
| * | | | | mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon2021-01-291-4/+5
* | | | | | Merge tag 'for-5.12/io_uring-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-217-1321/+1376
|\ \ \ \ \ \
| * | | | | | io_uring: tctx->task_lock should be IRQ safeJens Axboe2021-02-161-6/+7
| * | | | | | proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe2021-02-152-1/+8
| * | | | | | io_uring: kill cached requests from exiting task closing the ringJens Axboe2021-02-131-1/+3
| * | | | | | io_uring: add helper to free all request cachesJens Axboe2021-02-131-7/+19
| * | | | | | io_uring: allow task match to be passed to io_req_cache_free()Jens Axboe2021-02-131-6/+7
| * | | | | | io-wq: clear out worker ->fs and ->filesJens Axboe2021-02-121-8/+6
| * | | | | | io_uring: optimise io_init_req() flags settingPavel Begunkov2021-02-121-10/+7
| * | | | | | io_uring: clean io_req_find_next() fast checkPavel Begunkov2021-02-121-1/+1
| * | | | | | io_uring: don't check PF_EXITING from syscallPavel Begunkov2021-02-121-3/+2
| * | | | | | io_uring: don't split out consume out of SQE getPavel Begunkov2021-02-121-12/+6
| * | | | | | io_uring: save ctx put/get for task_work submitPavel Begunkov2021-02-121-5/+12
| * | | | | | io_uring: don't duplicate io_req_task_queue()Pavel Begunkov2021-02-121-7/+1
| * | | | | | io_uring: optimise SQPOLL mm/files grabbingPavel Begunkov2021-02-121-14/+13
| * | | | | | io_uring: optimise out unlikely link queuePavel Begunkov2021-02-121-32/+10
| * | | | | | io_uring: take compl state from submit statePavel Begunkov2021-02-121-6/+3
| * | | | | | io_uring: inline io_complete_rw_common()Pavel Begunkov2021-02-111-17/+9
| * | | | | | io_uring: move res check out of io_rw_reissue()Pavel Begunkov2021-02-111-9/+8
| * | | | | | io_uring: simplify iopoll reissuingPavel Begunkov2021-02-111-21/+5
| * | | | | | io_uring: clean up io_req_free_batch_finish()Pavel Begunkov2021-02-111-3/+1
| * | | | | | io_uring: move submit side state closer in the ringJens Axboe2021-02-111-7/+10
| * | | | | | io_uring: assign file_slot prior to calling io_sqe_file_register()Jens Axboe2021-02-111-1/+2
| * | | | | | io_uring: remove redundant initialization of variable retColin Ian King2021-02-101-1/+1
| * | | | | | io_uring: unpark SQPOLL thread for cancelationPavel Begunkov2021-02-101-0/+5