summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-114/+11
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-256-49/+59
|\
| * ext4: add .kunitconfig fragment to enable ext4-specific testsDaniel Latypov2021-02-121-0/+3
| * ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting itGeert Uytterhoeven2021-02-121-2/+1
| * ext4: reset retry counter when ext4_alloc_file_blocks() makes progressEric Whitney2021-02-091-8/+8
| * ext4: fix potential htree index checksum corruptionTheodore Ts'o2021-02-041-4/+3
| * ext4: factor out htree rep invariant checkVinicius Tinti2021-02-031-14/+24
| * ext4: Change list_for_each* to list_for_each_entry*Daejun Park2021-02-031-18/+11
| * ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o2021-02-031-1/+8
| * ext4: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-02-031-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-2520-92/+79
|\ \
| * | hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Miaohe Lin2021-02-241-5/+2
| * | hugetlbfs: fix some comment typosMiaohe Lin2021-02-241-4/+4
| * | hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin2021-02-241-2/+2
| * | hugetlbfs: make hugepage size conversion more readableMiaohe Lin2021-02-241-2/+2
| * | hugetlbfs: remove meaningless variable avoid_reserveMiaohe Lin2021-02-241-3/+9
| * | hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Miaohe Lin2021-02-241-1/+1
| * | hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin2021-02-241-1/+1
| * | hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin2021-02-241-2/+0
| * | hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz2021-02-241-12/+1
| * | mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz2021-02-241-2/+2
| * | hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz2021-02-241-1/+1
| * | hugetlb: use page.private for hugetlb specific page flagsMike Kravetz2021-02-241-9/+3
| * | vmalloc: remove redundant NULL checkYang Li2021-02-241-5/+2
| * | fs: buffer: use raw page_memcg() on locked pageJohannes Weiner2021-02-241-2/+2
| * | mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-02-241-1/+1
| * | mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-241-1/+1
| * | mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+1
| * | mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-1/+1
| * | mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-1/+1
| * | fs/buffer.c: add checking buffer head stat before clearYang Guo2021-02-241-1/+2
| * | mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig2021-02-241-1/+1
| * | mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang2021-02-241-5/+1
| * | ramfs: support O_TMPFILEAlexey Dobriyan2021-02-241-0/+13
| * | fs: delete repeated words in commentsRandy Dunlap2021-02-246-9/+9
| * | ocfs2: simplify the calculation of variablesJiapeng Chong2021-02-241-1/+1
| * | ocfs2: fix a use after free on errorDan Carpenter2021-02-241-1/+7
| * | ocfs2: clean up some definitions which are not used any moreguozh2021-02-242-14/+0
| * | ocfs2: remove redundant conditional before iputYi Li2021-02-241-2/+0
| * | ntfs: check for valid standard information attributeRustam Kovhaev2021-02-241-0/+6
| * | ntfs: layout.h: delete duplicated wordsRandy Dunlap2021-02-241-2/+2
* | | Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-1/+4
|\ \ \ | |/ / |/| |
| * | debugfs: do not attempt to create a new file before the filesystem is initalizedGreg Kroah-Hartman2021-02-181-0/+3
| * | debugfs: be more robust at handling improper input in debugfs_lookup()Greg Kroah-Hartman2021-02-181-1/+1
* | | Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-02-2325-660/+964
|\ \ \
| * | | gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flushBob Peterson2021-02-231-2/+7
| | | |
| | \ \
| *-. \ \ Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher2021-02-23119-1719/+2655
| |\ \ \ \
| | | * | | gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher2021-02-227-42/+131
| | | * | | gfs2: Rework the log space allocation logicAndreas Gruenbacher2021-02-223-69/+104
| | | * | | gfs2: Minor calc_reserved cleanupAndreas Gruenbacher2021-02-221-8/+5