aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov1-2/+2
2021-03-02btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter1-1/+18
2021-03-02btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov1-1/+4
2021-03-02btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap1-2/+2
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-32/+12
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds11-59/+175
2021-03-01io-wq: wait for worker startup when forking a new oneJens Axboe1-0/+4
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-26btrfs: use copy_highpage() instead of 2 kmaps()Ira Weiny1-9/+1
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny6-23/+11
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