aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPGravatar Aneesh Kumar K.V 1-8/+1
2023-04-18mpage: use folios in bio end_io handlerGravatar Pankaj Raghav 1-11/+19
2023-04-18mpage: split submit_bio and bio end_io handler for reads and writesGravatar Pankaj Raghav 1-18/+36
2023-04-18orangefs: use folios in orangefs_readaheadGravatar Pankaj Raghav 1-4/+5
2023-04-18smaps: fix defined but not used smaps_shmem_walk_opsGravatar Steven Price 1-2/+1
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesGravatar Andrew Morton 1-0/+20
2023-04-18nilfs2: initialize unused bytes in segment summary blocksGravatar Ryusuke Konishi 1-0/+20
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesGravatar Andrew Morton 8-16/+63
2023-04-16Revert "userfaultfd: don't fail on unrecognized features"Gravatar Peter Xu 1-2/+4
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsGravatar Baokun Li 1-7/+10
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Gravatar Matthew Wilcox (Oracle) 3-20/+22
2023-04-05xfs: remove xfs_filemap_map_pages() wrapperGravatar Matthew Wilcox (Oracle) 1-16/+1
2023-04-05mm: vmalloc: convert vread() to vread_iter()Gravatar Lorenzo Stoakes 1-21/+23
2023-04-05fs/proc/kcore: convert read_kcore() to read_kcore_iter()Gravatar Lorenzo Stoakes 1-18/+18
2023-04-05fs/proc/kcore: avoid bounce buffer for ktext dataGravatar Lorenzo Stoakes 1-12/+5
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoGravatar Tomas Mudrunka 1-0/+13
2023-04-05mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsGravatar Axel Rasmussen 1-2/+6
2023-04-05mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsGravatar Axel Rasmussen 1-1/+4
2023-04-05mm: userfaultfd: don't pass around both mm and vmaGravatar Axel Rasmussen 1-1/+1
2023-04-05mm: userfaultfd: rename functions for clarity + consistencyGravatar Axel Rasmussen 1-9/+9
2023-04-05mm, treewide: redefine MAX_ORDER sanelyGravatar Kirill A. Shutemov 1-1/+1
2023-04-05mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDGravatar Peter Xu 1-0/+16
2023-04-05mm: return an ERR_PTR from __filemap_get_folioGravatar Christoph Hellwig 10-30/+23
2023-04-05nilfs2: fix sysfs interface lifetimeGravatar Ryusuke Konishi 2-5/+9
2023-04-05nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad fieldGravatar Tetsuo Handa 2-0/+2
2023-04-05nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Gravatar Ryusuke Konishi 1-2/+1
2023-04-05fsdax: force clear dirty mark if CoWGravatar Shiyang Ruan 1-0/+37
2023-03-28mm: shrinkers: convert shrinker_rwsem to mutexGravatar Qi Zheng 1-1/+1
2023-03-28mm,jfs: move write_one_page/folio_write_one to jfsGravatar Christoph Hellwig 1-5/+34
2023-03-28ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageGravatar Christoph Hellwig 1-4/+5
2023-03-28ufs: don't flush page immediately for DIRSYNC directoriesGravatar Christoph Hellwig 1-10/+19
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsGravatar Nicholas Piggin 1-1/+1
2023-03-28fsdax: dedupe should compare the min of two iters' lengthGravatar Shiyang Ruan 1-2/+2
2023-03-28fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTENGravatar Shiyang Ruan 1-3/+8
2023-03-26Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 15-92/+221
2023-03-25Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-5/+10
2023-03-25Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-1/+722
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2023-03-24Merge tag '6.3-rc3-ksmbd-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 8-55/+78
2023-03-24xfs: fix mismerged tracepointsGravatar Darrick J. Wong 1-4/+4
2023-03-24smb3: fix unusable share after force unmount failureGravatar Steve French 4-13/+11
2023-03-24cifs: fix dentry lookups in directory handle cacheGravatar Paulo Alcantara 1-2/+34
2023-03-24smb3: lower default deferred close timeout to address perf regressionGravatar Steve French 1-1/+1
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Gravatar Paulo Alcantara 1-3/+3
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededGravatar Darrick J. Wong 1-0/+2
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeGravatar Darrick J. Wong 1-1/+4
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-71/+71
2023-03-24cifs: avoid race conditions with parallel reconnectsGravatar Shyam Prasad N 3-33/+76
2023-03-24cifs: append path to open_enter trace eventGravatar Shyam Prasad N 6-6/+25
2023-03-24ksmbd: return unsupported error on smb1 mountGravatar Namjae Jeon 3-30/+30