summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-03nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi
2024-07-03Fix userfaultfd_api to return EINVAL as expectedAudra Mitchell
2024-07-03readahead: drop index argument of page_cache_async_readahead()Jan Kara
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang
2024-07-03fs/proc/task_mmu: use folio API in pte_is_pinned()Kefeng Wang
2024-07-03nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi
2024-07-03nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi
2024-07-03nilfs2: fix inode number range checksRyusuke Konishi
2024-07-03fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand
2024-07-03fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...David Hildenbrand
2024-07-03fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand
2024-07-03fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand
2024-07-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand
2024-07-03mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang
2024-07-03nfs: drop usage of folio_file_posKairui Song
2024-07-03netfs: drop usage of folio_file_posKairui Song
2024-07-03afs: drop usage of folio_file_posKairui Song
2024-07-03NFS: remove nfs_page_lengthg and usage of page_indexKairui Song
2024-07-03ceph: drop usage of page_indexKairui Song
2024-07-03nilfs2: drop usage of page_indexKairui Song
2024-07-03nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi
2024-07-03nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi
2024-07-03nilfs2: fix inode number range checksRyusuke Konishi
2024-06-29Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-06-28Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-28Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-06-27Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-06-25bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li
2024-06-25bcachefs: Discard, invalidate workers are now per deviceKent Overstreet
2024-06-25bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li
2024-06-25bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown
2024-06-24nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig
2024-06-24ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu
2024-06-25btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana
2024-06-25btrfs: scrub: handle RST lookup error correctlyQu Wenruo
2024-06-25btrfs: zoned: fix initial free space detectionNaohiro Aota
2024-06-25btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana
2024-06-24ftruncate: pass a signed offsetArnd Bergmann
2024-06-23bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet
2024-06-23bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet
2024-06-23Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds