summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-05ext4: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-07-05jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-07-05ext4: use memtostr_pad() for s_volume_nameKees Cook
2024-07-05jbd2: speed up jbd2_transaction_committed()Zhang Yi
2024-07-05vfs: don't mod negative dentry count when on shrinker listBrian Foster
2024-07-05filelock: fix potential use-after-free in posix_lock_inodeJeff Layton
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner
2024-07-05ksmbd: discard write access to the directory openHobin Woo
2024-07-04nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi
2024-07-04fs: ufs: add MODULE_DESCRIPTION()Jeff Johnson
2024-07-04ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu
2024-07-04fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li
2024-07-04coredump: simplify zap_process()Oleg Nesterov
2024-07-04Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-04Merge tag 'mm-hotfixes-stable-2024-07-03-22-23' of git://git.kernel.org/pub/s...Linus Torvalds
2024-07-04fs: only copy to userspace on success in listmount()Christian Brauner
2024-07-04xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li
2024-07-04xfs: skip flushing log items during pushDave Chinner
2024-07-04xfs: grant heads track byte counts, not LSNsDave Chinner
2024-07-04xfs: pass the full grant head to accounting functionsDave Chinner
2024-07-04xfs: track log space pinned by the AILDave Chinner
2024-07-04xfs: collapse xlog_state_set_callback in callerDave Chinner
2024-07-04xfs: l_last_sync_lsn is really AIL stateDave Chinner
2024-07-04xfs: ensure log tail is always up to dateDave Chinner
2024-07-04xfs: background AIL push should target physical spaceDave Chinner
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner
2024-07-04xfs: move and rename xfs_trans_committed_bulkDave Chinner
2024-07-04xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo
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-03ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon
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-04btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov