aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2021-02-24cifs: If a corrupted DACL is returned by the server, bail out.Shyam Prasad N
2021-02-23io-wq: fix race around io_worker grabbingJens Axboe
2021-02-23io-wq: fix races around manager/worker creation and task exitJens Axboe
2021-02-23io_uring: ensure io-wq context is always destroyed for tasksJens Axboe
2021-02-23io_uring: cleanup ->user usageJens Axboe
2021-02-23io-wq: remove nr_process accountingJens Axboe
2021-02-23io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERSJens Axboe
2021-02-23Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe
2021-02-23Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe
2021-02-23io_uring: fix locked_free_list caches_free()Pavel Begunkov
2021-02-23io_uring: don't attempt IO reissue from the ring exit pathJens Axboe
2021-02-23io_uring: move SQPOLL thread io-wq forked workerJens Axboe
2021-02-23Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-23gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flushBob Peterson
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro
2021-02-239p: fix misuse of sscanf() in v9fs_stat2inode()Al Viro
2021-02-23cifs: minor simplification to smb2_is_network_name_deletedSteve French
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula
2021-02-22cifs: cleanup a few le16 vs. le32 uses in cifsacl.cSteve French
2021-02-22cifs: Change SIDs in ACEs while transferring file ownership.Shyam Prasad N
2021-02-22cifs: Retain old ACEs when converting between mode bits and ACL.Shyam Prasad N
2021-02-22cifs: Fix cifsacl ACE mask for group and others.Shyam Prasad N