aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-47/+53
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-58/+37
2021-07-03Merge branch 'work.d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-191/+133
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-6/+6
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds92-3036/+3827
2021-07-02Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds8-15/+30
2021-07-02Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-130/+51
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-64/+161
2021-07-01Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-blockLinus Torvalds3-640/+790
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds7-43/+51
2021-07-01exec: remove checks in __register_bimfmt()Alexey Dobriyan1-3/+0
2021-07-01hfsplus: report create_date to kstat.btimeChung-Chiang Cheng1-0/+5
2021-07-01hfsplus: remove unnecessary oom messageZhen Lei1-1/+0
2021-07-01nilfs2: remove redundant continue statement in a while-loopColin Ian King1-1/+0
2021-07-01seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko1-11/+0
2021-07-01nfsd: avoid non-flexible API in seq_quote_mem()Andy Shevchenko1-1/+1
2021-07-01seq_file: convert seq_escape() to use seq_escape_str()Andy Shevchenko1-6/+1
2021-07-01seq_file: introduce seq_escape_mem()Andy Shevchenko1-0/+25
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh1-2/+3
2021-07-01procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2-3/+16
2021-07-01proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-07-01mm: remove special swap entry functionsAlistair Popple1-15/+8
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich1-2/+11
2021-06-30fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand1-0/+13
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pagesDavid Hildenbrand1-1/+13
2021-06-30fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand1-8/+27
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand1-5/+2
2021-06-30userfaultfd/shmem: advertise shmem minor fault supportAxel Rasmussen1-1/+2
2021-06-30userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen1-2/+1
2021-06-30mm/pagemap: export uffd-wp protection informationPeter Xu1-0/+9
2021-06-30mm/userfaultfd: fail uffd-wp registration if not supportedPeter Xu1-1/+8
2021-06-30mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song1-0/+10
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()Miaohe Lin1-1/+1
2021-06-30mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song1-0/+5
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds21-205/+546
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-10/+3
2021-06-30io_uring: code clean for kiocb_done()Hao Xu1-1/+1
2021-06-30io_uring: spin in iopoll() only when reqs are in a single queueHao Xu1-6/+14
2021-06-30io_uring: pre-initialise some of req fieldsPavel Begunkov1-6/+18
2021-06-30io_uring: refactor io_submit_flush_completionsPavel Begunkov1-5/+5
2021-06-30io_uring: optimise hot path restricted checksPavel Begunkov1-2/+2
2021-06-30io_uring: remove not needed PF_EXITING checkPavel Begunkov1-7/+2
2021-06-30io_uring: mainstream sqpoll task_work runningPavel Begunkov1-4/+3
2021-06-30io_uring: refactor io_arm_poll_handler()Pavel Begunkov1-21/+16
2021-06-30io_uring: reduce latency by reissueing the operationOlivier Langlois1-9/+22
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATJens Axboe1-0/+4
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATJens Axboe1-0/+4
2021-06-30io_uring: refactor io_openat2()Pavel Begunkov1-15/+14
2021-06-30io_uring: update sqe layout build checksPavel Begunkov1-0/+2
2021-06-30io_uring: fix code style problemsPavel Begunkov1-8/+8