summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: add definition of PMD_PAGE_ORDERMike Rapoport2021-02-041-7/+4
* Merge branch 'akpm-current/current'Stephen Rothwell2021-02-0425-239/+182
|\
| * aio: simplify read_events()Oleg Nesterov2021-02-041-6/+3
| * lib/hexdump: introduce DUMP_PREFIX_UNHASHED for unhashed addressesTimur Tabi2021-02-041-0/+3
| * proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller2021-02-041-11/+8
| * fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa2021-02-041-2/+8
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2021-02-041-2/+48
| * iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-041-114/+11
| * hugetlbfs: fix some comment typosMiaohe Lin2021-02-041-4/+4
| * hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin2021-02-041-2/+2
| * hugetlbfs: make hugepage size conversion more readableMiaohe Lin2021-02-041-2/+2
| * hugetlbfs: remove meaningless variable avoid_reserveMiaohe Lin2021-02-041-3/+9
| * hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Miaohe Lin2021-02-041-1/+1
| * hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin2021-02-041-1/+1
| * hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin2021-02-041-2/+0
| * hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz2021-02-041-12/+1
| * mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz2021-02-041-2/+2
| * hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz2021-02-041-1/+1
| * hugetlb: use page.private for hugetlb specific page flagsMike Kravetz2021-02-041-9/+3
| * vmalloc: remove redundant NULL checkYang Li2021-02-041-5/+2
| * mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-02-041-1/+1
| * mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-041-1/+1
| * mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-041-1/+1
| * mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-041-1/+1
| * mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-041-1/+1
| * mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig2021-02-031-1/+1
| * mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang2021-02-031-5/+1
| * ramfs: support O_TMPFILEAlexey Dobriyan2021-02-031-0/+12
| * fs: delete repeated words in commentsRandy Dunlap2021-02-036-9/+9
| * ocfs2: fix ocfs2 corrupt when iputting an inodeWangyan2021-02-031-1/+2
| * ocfs2: clear links count in ocfs2_mknod() if an error occursWangyan2021-02-031-2/+12
| * ocfs2: Simplify the calculation of variablesJiapeng Chong2021-02-031-1/+1
| * ocfs2: fix a use after free on errorDan Carpenter2021-02-031-1/+7
| * ocfs2: clean up some definitions which are not used any moreguozh2021-02-032-14/+0
| * ocfs2: remove redundant conditional before iputYi Li2021-02-031-2/+0
| * ntfs: layout.h: delete duplicated wordsRandy Dunlap2021-02-031-2/+2
| * /proc/kpageflags: do not use uninitialized struct pagesToshiki Fukasawa2021-02-031-0/+3
| * /proc/kpageflags: prevent an integer overflow in stable_page_flags()Toshiki Fukasawa2021-02-031-19/+18
| * mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-031-1/+2
* | Merge remote-tracking branch 'oprofile-removal/oprofile/removal'Stephen Rothwell2021-02-042-357/+0
|\ \
| * | fs: Remove dcookies supportViresh Kumar2021-01-292-357/+0
* | | Merge remote-tracking branch 'iomem-mmap-vs-gup/topic/iomem-mmap-vs-gup'Stephen Rothwell2021-02-041-0/+11
|\ \ \
| * | | sysfs: Support zapping of binary attr mmapsDaniel Vetter2021-01-121-0/+11
| |/ /
* | | Merge remote-tracking branch 'selinux/next'Stephen Rothwell2021-02-043-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 remote-tracking branch 'block/for-next'Stephen Rothwell2021-02-0439-668/+677
|\ \ \ \
| * \ \ \ Merge branch 'for-5.12/io_uring' into for-nextJens Axboe2021-02-011-66/+53
| |\ \ \ \
| | * | | | io_uring: simplify do_read return parsingPavel Begunkov2021-02-011-5/+2