aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-02-25cifs: check all path components in resolved dfs targetPaulo Alcantara
2021-02-25cifs: fix DFS failoverPaulo Alcantara
2021-02-25cifs: fix nodfs mount optionPaulo Alcantara
2021-02-25cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French
2021-02-25cifs: convert revalidate of directories to using directory metadata cache tim...Steve French
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French
2021-02-25io-wq: remove now unused IO_WQ_BIT_ERRORJens Axboe
2021-02-25io_uring: fix SQPOLL thread handling over execJens Axboe
2021-02-25io-wq: improve manager/worker handling over execJens Axboe
2021-02-25io_uring: ensure SQPOLL startup is triggered before error shutdownJens Axboe
2021-02-25io-wq: make buffered file write hashed work map per-ctxJens Axboe
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner
2021-02-25xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong
2021-02-25xfs: don't reuse busy extents on extent trimBrian Foster
2021-02-25Revert "io_uring: wait potential ->release() on resurrect"Jens Axboe
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-02-24hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Miaohe Lin
2021-02-24hugetlbfs: fix some comment typosMiaohe Lin
2021-02-24hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin
2021-02-24hugetlbfs: make hugepage size conversion more readableMiaohe Lin
2021-02-24hugetlbfs: remove meaningless variable avoid_reserveMiaohe Lin
2021-02-24hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Miaohe Lin
2021-02-24hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin
2021-02-24hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin
2021-02-24hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz
2021-02-24vmalloc: remove redundant NULL checkYang Li
2021-02-24fs: buffer: use raw page_memcg() on locked pageJohannes Weiner
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song
2021-02-24fs/buffer.c: add checking buffer head stat before clearYang Guo
2021-02-24mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang
2021-02-24ramfs: support O_TMPFILEAlexey Dobriyan
2021-02-24fs: delete repeated words in commentsRandy Dunlap
2021-02-24ocfs2: simplify the calculation of variablesJiapeng Chong
2021-02-24ocfs2: fix a use after free on errorDan Carpenter
2021-02-24ocfs2: clean up some definitions which are not used any moreguozh
2021-02-24ocfs2: remove redundant conditional before iputYi Li
2021-02-24ntfs: check for valid standard information attributeRustam Kovhaev
2021-02-24ntfs: layout.h: delete duplicated wordsRandy Dunlap
2021-02-24xfs: restore speculative_cow_prealloc_lifetime sysctlDarrick J. Wong
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds