summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner2022-05-191-0/+7
* mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu2022-05-131-18/+3
* mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu2022-05-131-0/+7
* mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-6/+9
* mm: teach core mm about pte markersPeter Xu2022-05-131-4/+7
* hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry2022-05-131-2/+2
* mm/mprotect: use mmu_gatherNadav Amit2022-05-131-1/+5
* VFS: add FMODE_CAN_ODIRECT file flagNeilBrown2022-05-094-20/+14
* nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown2022-05-092-17/+11
* mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-092-0/+8
* mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown2022-05-092-3/+14
* ksm: count ksm merging pages for each processxu xin2022-04-281-0/+22
* mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-281-8/+8
* dax: fix missing writeprotect the pte entryMuchun Song2022-04-281-87/+12
* dax: fix cache flush on PMD-mapped pagesMuchun Song2022-04-281-1/+2
* fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian2022-04-281-2/+0
* mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2022-04-281-1/+9
* Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-281-4/+0
|\
| * gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher2022-04-281-4/+0
* | Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-284-36/+38
|\ \
| * | xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner2022-04-211-11/+13
| * | xfs: convert buffer flags to unsigned.Dave Chinner2022-04-213-25/+25
* | | Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-04-271-5/+41
|\ \ \ | |_|/ |/| |
| * | zonefs: Fix management of open zonesDamien Le Moal2022-04-211-5/+40
| * | zonefs: Clear inode information flags on inode creationDamien Le Moal2022-04-211-0/+1
* | | Merge tag 'gfs2-v5.18-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-261-1/+1
|\ \ \
| * | | gfs2: Don't re-check for write past EOF unnecessarilyAndreas Gruenbacher2022-04-261-1/+1
* | | | Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-269-29/+76
|\ \ \ \
| * | | | btrfs: zoned: use dedicated lock for data relocationNaohiro Aota2022-04-213-2/+4
| * | | | btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2022-04-212-2/+31
| * | | | btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig2022-04-191-2/+3
| * | | | btrfs: fix direct I/O read repair for split biosChristoph Hellwig2022-04-193-8/+9
| * | | | btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig2022-04-191-15/+28
| * | | | btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana2022-04-191-0/+1
* | | | | Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-04-256-151/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | f2fs: should not truncate blocks during roll-forward recoveryJaegeuk Kim2022-04-211-1/+2
| * | | | f2fs: fix wrong condition check when failing metapage readJaegeuk Kim2022-04-201-3/+3
| * | | | f2fs: keep io_flags to avoid IO split due to different op_flags in two fio ho...Jaegeuk Kim2022-04-201-12/+21
| * | | | f2fs: remove obsolete whint_modeJaegeuk Kim2022-04-203-135/+1
| | |_|/ | |/| |
* | | | Merge tag '5.18-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-238-66/+52
|\ \ \ \
| * | | | ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon2022-04-141-4/+7
| * | | | ksmbd: increment reference count of parent fpNamjae Jeon2022-04-142-0/+3
| * | | | ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-148-62/+42
| |/ / /
* | | | Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-231-4/+7
|\ \ \ \
| * | | | io_uring: fix leaks on IOPOLL and CQE_SKIPPavel Begunkov2022-04-171-2/+1
| * | | | io_uring: free iovec if file assignment failsJens Axboe2022-04-161-2/+6
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-228-25/+100
|\ \ \ \ \
| * | | | | jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin2022-04-211-1/+3
| * | | | | ext4: update the cached overhead value in the superblockTheodore Ts'o2022-04-143-0/+19
| * | | | | ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-141-3/+12