aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-28Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-64/+84
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds11-25/+19
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds5-1052/+661
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-48/+32
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)11-25/+19
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds21-377/+843
2021-02-26Merge tag 'for-5.12/io_uring-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-340/+346
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-129/+23
2021-02-26fs/coredump: use kmap_local_page()Ira Weiny1-2/+2
2021-02-26proc: use kvzalloc for our kernel bufferJosef Bacik1-2/+2
2021-02-26proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller1-11/+8
2021-02-26iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)1-114/+11
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds12-190/+261
2021-02-25cifs: update internal version numberSteve French1-1/+1
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells3-3/+22
2021-02-25cifs: introduce helper for finding referral server to improve DFS target resolutionPaulo Alcantara2-17/+51
2021-02-25cifs: check all path components in resolved dfs targetPaulo Alcantara1-60/+33
2021-02-25cifs: fix DFS failoverPaulo Alcantara1-64/+59
2021-02-25cifs: fix nodfs mount optionPaulo Alcantara1-4/+4
2021-02-25cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg1-13/+30
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds6-49/+59
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata timeoutSteve French5-13/+37
2021-02-25cifs: convert revalidate of directories to using directory metadata cache timeoutSteve French1-6/+17
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French4-2/+16
2021-02-25io-wq: remove now unused IO_WQ_BIT_ERRORJens Axboe1-10/+0
2021-02-25io_uring: fix SQPOLL thread handling over execJens Axboe1-1/+34
2021-02-25io-wq: improve manager/worker handling over execJens Axboe3-23/+45
2021-02-25io_uring: ensure SQPOLL startup is triggered before error shutdownJens Axboe1-1/+2
2021-02-25io-wq: make buffered file write hashed work map per-ctxJens Axboe3-11/+107
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner5-26/+60
2021-02-25xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong1-3/+10
2021-02-25xfs: don't reuse busy extents on extent trimBrian Foster1-14/+0
2021-02-25Revert "io_uring: wait potential ->release() on resurrect"Jens Axboe1-18/+8
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-92/+79
2021-02-24hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Miaohe Lin1-5/+2
2021-02-24hugetlbfs: fix some comment typosMiaohe Lin1-4/+4
2021-02-24hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin1-2/+2
2021-02-24hugetlbfs: make hugepage size conversion more readableMiaohe Lin1-2/+2
2021-02-24hugetlbfs: remove meaningless variable avoid_reserveMiaohe Lin1-3/+9
2021-02-24hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Miaohe Lin1-1/+1
2021-02-24hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin1-1/+1
2021-02-24hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin1-2/+0
2021-02-24hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz1-12/+1
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz1-2/+2
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz1-1/+1
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz1-9/+3
2021-02-24vmalloc: remove redundant NULL checkYang Li1-5/+2
2021-02-24fs: buffer: use raw page_memcg() on locked pageJohannes Weiner1-2/+2
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song1-1/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song1-1/+1