aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-1/+1
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton6-10/+8
2023-01-31Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-01-31mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-01-31freevxfs: Kconfig: fix spellingRandy Dunlap1-1/+1
2023-01-31squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-01-18ext4: convert mext_page_double_lock() to mext_folio_double_lock()Vishal Moola (Oracle)1-23/+23
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()David Hildenbrand4-4/+4
2023-01-18fs: don't allocate blocks beyond EOF from __mpage_writepageJan Kara1-0/+6
2023-01-18ocfs2: use filemap_fdatawrite_wbc instead of generic_writepagesChristoph Hellwig1-1/+1
2023-01-18jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig3-27/+15
2023-01-18ntfs3: remove ->writepageChristoph Hellwig1-21/+1
2023-01-18ntfs3: stop using generic_writepagesChristoph Hellwig1-2/+19
2023-01-18fs: remove an outdated comment on mpage_writepagesChristoph Hellwig1-8/+0
2023-01-18mpage: use b_folio in do_mpage_readpage()Matthew Wilcox (Oracle)1-1/+1
2023-01-18reiserfs: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2-3/+3
2023-01-18nilfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)5-6/+6
2023-01-18jbd2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2-7/+3
2023-01-18gfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)3-3/+3
2023-01-18buffer: use b_folio in mark_buffer_dirty()Matthew Wilcox (Oracle)1-6/+6
2023-01-18buffer: use b_folio in end_buffer_async_write()Matthew Wilcox (Oracle)1-5/+5
2023-01-18buffer: use b_folio in end_buffer_async_read()Matthew Wilcox (Oracle)1-9/+9
2023-01-18buffer: use b_folio in touch_buffer()Matthew Wilcox (Oracle)1-1/+1
2023-01-18buffer: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)1-6/+6
2023-01-18mm/hugetlb: introduce hugetlb_walk()Peter Xu2-7/+3
2023-01-18mm/hugetlb: make userfaultfd_huge_must_wait() safe to pmd unsharePeter Xu1-4/+16
2023-01-18mm/hugetlb: let vma_offset_start() to return startPeter Xu1-12/+12
2023-01-18Sync with v6.2-rc4Andrew Morton29-138/+159
2023-01-14Merge tag '6.2-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-34/+49
2023-01-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-4/+4
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-9/+21
2023-01-12cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke1-0/+1
2023-01-11nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi1-3/+12
2023-01-11mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand1-6/+22
2023-01-10cifs: fix potential memory leaks in session setupPaulo Alcantara3-0/+4
2023-01-10cifs: do not query ifaces on smb1 mountsPaulo Alcantara1-3/+6
2023-01-10cifs: fix double free on failed kerberos authPaulo Alcantara1-1/+4
2023-01-10cifs: remove redundant assignment to the variable matchColin Ian King1-1/+0
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds7-78/+48
2023-01-10Merge tag '6.2-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-6/+16
2023-01-09cifs: fix file info setting in cifs_open_file()Paulo Alcantara1-26/+28
2023-01-09cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara1-3/+6
2023-01-08Merge tag 'xfs-6.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-7/+21
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+14
2023-01-07Merge tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-26/+27
2023-01-07NFSD: Use set_bit(RQ_DROPME)Chuck Lever1-2/+2
2023-01-06hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2023-01-06Merge tag 'ceph-for-6.2-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds3-8/+19
2023-01-06Merge tag 'fixes_for_v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-4/+2
2023-01-06Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds9-16/+53