summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-01-27fs/proc/vmcore: disallow vmcore modifications while the vmcore is openDavid Hildenbrand
2025-01-27fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutexDavid Hildenbrand
2025-01-27fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutexDavid Hildenbrand
2025-01-26bcachefs: Improve trace_move_extent_finishKent Overstreet
2025-01-26bcachefs: Fix trace_copygcKent Overstreet
2025-01-26bcachefs: Journal writes are now IOPRIO_CLASS_RTKent Overstreet
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-25ksm: add ksm involvement information for each processxu xin
2025-01-25mm, swap: clean up device availability checkKairui Song
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2025-01-25mm/hugetlb: rename avoid_reserve to cow_from_ownerPeter Xu
2025-01-25lib/list_debug.c: add object information in case of invalid objectManinder Singh
2025-01-25Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-25bcachefs: Improve journal pin flushingKent Overstreet
2025-01-25bcachefs: fix bch2_btree_node_flagsKent Overstreet
2025-01-25bcachefs: rebalance, copygc enabled are runtime optsKent Overstreet
2025-01-25bcachefs: Improve decompression error messagesKent Overstreet
2025-01-24ocfs2: use str_yes_no() and str_no_yes() helper functionsThorsten Blum
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang
2025-01-24nilfs2: do not update mtime of renamed directory that is not movedRyusuke Konishi
2025-01-24nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi
2025-01-24nilfs2: revise the return value description style for consistency.Ryusuke Konishi
2025-01-24nilfs2: add missing return value kernel-doc descriptionsRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for the restRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for metadata filesRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for sufileRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for bmap functionsRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for ioctl functionsRyusuke Konishi
2025-01-24nilfs2: protect access to buffers with no active referencesRyusuke Konishi
2025-01-24nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi
2025-01-24ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_lockedSu Yue
2025-01-24ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue
2025-01-24ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_infoSu Yue
2025-01-24ocfs2: correct l_next_free_rec in online checkJulian Sun
2025-01-24ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocacheJulian Sun
2025-01-24squashfs: convert squashfs_fill_page() to take a folioMatthew Wilcox (Oracle)
2025-01-24squashfs; convert squashfs_copy_cache() to take a folioMatthew Wilcox (Oracle)
2025-01-24squashfs: convert squashfs_readpage_block() to take a folioMatthew Wilcox (Oracle)
2025-01-24squashfs: pass a folio to squashfs_readpage_fragment()Matthew Wilcox (Oracle)
2025-01-24squashfs: use a folio throughout squashfs_read_folio()Matthew Wilcox (Oracle)
2025-01-24squashfs: update Kconfig informationPhillip Lougher
2025-01-24squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configuredPhillip Lougher
2025-01-24squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)Phillip Lougher
2025-01-25f2fs: fix inconsistent dirty state of atomic fileJianan Huang
2025-01-24Merge tag 'efi-next-for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert
2025-01-24fuse: Add fuse-io-uring handling into fuse_copyBernd Schubert
2025-01-24fuse: Make fuse_copy non staticBernd Schubert
2025-01-24fuse: {io-uring} Handle SQEs - register commandsBernd Schubert