aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-71/+53
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+2
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 8-47/+53
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-58/+37
2021-07-03Merge branch 'work.d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-191/+133
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 3-6/+6
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 92-3036/+3827
2021-07-02Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 8-15/+30
2021-07-02Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-130/+51
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 13-64/+161
2021-07-01Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-640/+790
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-43/+51
2021-07-01exec: remove checks in __register_bimfmt()Gravatar Alexey Dobriyan 1-3/+0
2021-07-01hfsplus: report create_date to kstat.btimeGravatar Chung-Chiang Cheng 1-0/+5
2021-07-01hfsplus: remove unnecessary oom messageGravatar Zhen Lei 1-1/+0
2021-07-01nilfs2: remove redundant continue statement in a while-loopGravatar Colin Ian King 1-1/+0
2021-07-01seq_file: drop unused *_escape_mem_ascii()Gravatar Andy Shevchenko 1-11/+0
2021-07-01nfsd: avoid non-flexible API in seq_quote_mem()Gravatar Andy Shevchenko 1-1/+1
2021-07-01seq_file: convert seq_escape() to use seq_escape_str()Gravatar Andy Shevchenko 1-6/+1
2021-07-01seq_file: introduce seq_escape_mem()Gravatar Andy Shevchenko 1-0/+25
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoGravatar Kalesh Singh 1-2/+3
2021-07-01procfs: allow reading fdinfo with PTRACE_MODE_READGravatar Kalesh Singh 2-3/+16
2021-07-01proc: Avoid mixing integer types in mem_rw()Gravatar Marcelo Henrique Cerri 1-1/+1
2021-07-01mm: remove special swap entry functionsGravatar Alistair Popple 1-15/+8
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsGravatar Collin Fijalkovich 1-2/+11
2021-06-30fs/proc/kcore: use page_offline_(freeze|thaw)Gravatar David Hildenbrand 1-0/+13
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...Gravatar David Hildenbrand 1-1/+13
2021-06-30fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMGravatar David Hildenbrand 1-8/+27
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERGravatar David Hildenbrand 1-5/+2
2021-06-30userfaultfd/shmem: advertise shmem minor fault supportGravatar Axel Rasmussen 1-1/+2
2021-06-30userfaultfd/shmem: support minor fault registration for shmemGravatar Axel Rasmussen 1-2/+1
2021-06-30mm/pagemap: export uffd-wp protection informationGravatar Peter Xu 1-0/+9
2021-06-30mm/userfaultfd: fail uffd-wp registration if not supportedGravatar Peter Xu 1-1/+8
2021-06-30mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONGravatar Muchun Song 1-0/+10
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Gravatar Miaohe Lin 1-1/+1
2021-06-30mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPGravatar Muchun Song 1-0/+5
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 21-205/+546
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-10/+3
2021-06-30io_uring: code clean for kiocb_done()Gravatar Hao Xu 1-1/+1
2021-06-30io_uring: spin in iopoll() only when reqs are in a single queueGravatar Hao Xu 1-6/+14
2021-06-30io_uring: pre-initialise some of req fieldsGravatar Pavel Begunkov 1-6/+18
2021-06-30io_uring: refactor io_submit_flush_completionsGravatar Pavel Begunkov 1-5/+5
2021-06-30io_uring: optimise hot path restricted checksGravatar Pavel Begunkov 1-2/+2
2021-06-30io_uring: remove not needed PF_EXITING checkGravatar Pavel Begunkov 1-7/+2
2021-06-30io_uring: mainstream sqpoll task_work runningGravatar Pavel Begunkov 1-4/+3
2021-06-30io_uring: refactor io_arm_poll_handler()Gravatar Pavel Begunkov 1-21/+16
2021-06-30io_uring: reduce latency by reissueing the operationGravatar Olivier Langlois 1-9/+22
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATGravatar Jens Axboe 1-0/+4
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATGravatar Jens Axboe 1-0/+4
2021-06-30io_uring: refactor io_openat2()Gravatar Pavel Begunkov 1-15/+14