summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-0/+20
2023-04-19nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi1-0/+20
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton8-16/+63
2023-04-16Revert "userfaultfd: don't fail on unrecognized features"Peter Xu1-2/+4
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li1-7/+10
2023-04-06afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)3-20/+22
2023-04-06xfs: remove xfs_filemap_map_pages() wrapperMatthew Wilcox (Oracle)1-16/+1
2023-04-06mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-21/+23
2023-04-06fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes1-18/+18
2023-04-06fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes1-12/+5
2023-04-06mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+13
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen1-2/+6
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen1-1/+4
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen1-1/+1
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen1-9/+9
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu1-0/+16
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig10-30/+23
2023-04-06nilfs2: fix sysfs interface lifetimeRyusuke Konishi2-5/+9
2023-04-06nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad fieldTetsuo Handa2-0/+2
2023-04-06nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi1-2/+1
2023-04-06fsdax: force clear dirty mark if CoWShiyang Ruan1-0/+37
2023-03-29mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng1-1/+1
2023-03-29mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-5/+34
2023-03-29ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageChristoph Hellwig1-4/+5
2023-03-29ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig1-10/+19
2023-03-29lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin1-1/+1
2023-03-29fsdax: dedupe should compare the min of two iters' lengthShiyang Ruan1-2/+2
2023-03-29fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTENShiyang Ruan1-3/+8
2023-03-26Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-92/+221
2023-03-25Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+10
2023-03-25Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-1/+722
2023-03-25Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2023-03-25Merge tag '6.3-rc3-ksmbd-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-55/+78
2023-03-24xfs: fix mismerged tracepointsDarrick J. Wong1-4/+4
2023-03-24smb3: fix unusable share after force unmount failureSteve French4-13/+11
2023-03-24cifs: fix dentry lookups in directory handle cachePaulo Alcantara1-2/+34
2023-03-24smb3: lower default deferred close timeout to address perf regressionSteve French1-1/+1
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara1-3/+3
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong1-0/+2
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong1-1/+4
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-71/+71
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N3-33/+76
2023-03-24cifs: append path to open_enter trace eventShyam Prasad N6-6/+25
2023-03-24ksmbd: return unsupported error on smb1 mountNamjae Jeon3-30/+30
2023-03-24nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi1-1/+1
2023-03-24Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+18
2023-03-23Reinstate "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson1-0/+18
2023-03-23Merge tag 'zonefs-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-2/+2
2023-03-23cifs: print session id while listing open filesShyam Prasad N1-2/+3