aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ref-verify.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-15fs: Allow a NULL pos pointer to __kernel_writeMatthew Wilcox (Oracle)1-2/+3
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig6-64/+9
2020-09-08powerpc: use non-set_fs based maccess routinesChristoph Hellwig1-0/+16
2020-09-08x86: remove address space overrides using set_fs()Christoph Hellwig8-77/+39
2020-09-08x86: make TASK_SIZE_MAX usable from assembly codeChristoph Hellwig2-3/+3
2020-09-08x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig3-49/+49
2020-09-08lkdtm: remove set_fs-based testsChristoph Hellwig5-31/+0
2020-09-08test_bitmap: remove user bitmap testsChristoph Hellwig1-70/+21
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig26-0/+45
2020-09-08fs: don't allow splice read/write without explicit opsChristoph Hellwig3-119/+15
2020-09-08fs: don't allow kernel reads and writes without iter opsChristoph Hellwig1-25/+42
2020-09-08sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)3-26/+26
2020-09-03proc: add a read_iter method to proc proc_opsChristoph Hellwig2-3/+51
2020-09-03proc: cleanup the compat vs no compat file opsChristoph Hellwig1-6/+4
2020-09-03proc: remove a level of indentation in proc_get_inodeChristoph Hellwig1-35/+37
2020-08-16Linux 5.9-rc1Linus Torvalds1-2/+2
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-3/+3
2020-08-14rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski22-138/+138
2020-08-14sh: use generic strncpy()Kuninori Morimoto1-26/+0
2020-08-14sh: clkfwk: remove r8/r16/r32Kuninori Morimoto1-19/+4
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-14mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai1-2/+3
2020-08-14mm/rmap: annotate a data race at tlb_flush_batchedQian Cai1-1/+1
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai1-1/+1
2020-08-14mm/list_lru: fix a data race in list_lru_count_oneQian Cai1-1/+1
2020-08-14mm/memcontrol: fix a data race in scan countQian Cai1-1/+1
2020-08-14mm/page_counter: fix various data races at memswQian Cai1-6/+7
2020-08-14mm/swapfile: fix and annotate various data racesQian Cai2-15/+20
2020-08-14mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov1-7/+13
2020-08-14mm/swap_state: mark various intentional data racesQian Cai1-2/+2
2020-08-14mm/page_io: mark various intentional data racesQian Cai1-4/+4
2020-08-14mm/frontswap: mark various intentional data racesQian Cai1-4/+4
2020-08-14mm/kmemleak: silence KCSAN splats in checksumQian Cai1-0/+2
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni52-227/+24
2020-08-14fs: autofs: delete repeated words in commentsRandy Dunlap1-2/+2
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)1-0/+1
2020-08-14mm: add thp_headMatthew Wilcox (Oracle)1-0/+15
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)20-62/+65
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)6-11/+18
2020-08-14mm: add thp_orderMatthew Wilcox (Oracle)1-0/+19
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)1-5/+1
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)3-3/+8
2020-08-14mailmap: add entry for Greg KurzGreg Kurz1-0/+1
2020-08-14selftests/exec: add file type errno testsKees Cook3-2/+200