summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-01nilfs2: add missing argument description for __nilfs_error()Ryusuke Konishi
2024-09-01nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi
2024-09-01nilfs2: add support for FS_IOC_SETFSLABELRyusuke Konishi
2024-09-01nilfs2: add support for FS_IOC_GETFSLABELRyusuke Konishi
2024-09-01nilfs2: add support for FS_IOC_GETFSSYSFSPATHRyusuke Konishi
2024-09-01nilfs2: add support for FS_IOC_GETUUIDRyusuke Konishi
2024-09-01fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko
2024-09-01ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao
2024-09-01mm: remove PG_errorMatthew Wilcox (Oracle)
2024-09-01mm/hugetlb: remove hugetlb_follow_page_mask() leftoverDavid Hildenbrand
2024-09-01mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes
2024-09-01userfaultfd: move core VMA manipulation logic to mm/userfaultfd.cLorenzo Stoakes
2024-09-01mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich
2024-09-01nilfs2: fix state management in error path of log writing functionRyusuke Konishi
2024-09-01nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi
2024-09-01nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi
2024-09-01bcachefs: fix rebalance accountingKent Overstreet
2024-09-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2024-09-01xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2024-09-01xfs: fix FITRIM reporting againDarrick J. Wong
2024-09-01xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong
2024-09-01xfs: refactor loading quota inodes in the regular caseDarrick J. Wong
2024-09-01xfs: move xfs_ioc_getfsmap out of xfs_ioctl.cDarrick J. Wong
2024-09-01xfs: rearrange xfs_fsmap.c a little bitDarrick J. Wong
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig
2024-09-01xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig
2024-09-01xfs: add xchk_setup_nothing and xchk_nothing helpersDarrick J. Wong
2024-09-01xfs: make the rtalloc start hint a xfs_rtblock_tChristoph Hellwig
2024-09-01xfs: factor out a xfs_rtallocate_align helperChristoph Hellwig
2024-09-01xfs: rework the rtalloc fallback handlingChristoph Hellwig
2024-09-01xfs: factor out a xfs_rtallocate helperChristoph Hellwig
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig
2024-09-01xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...Darrick J. Wong
2024-09-01xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_nearDarrick J. Wong
2024-09-01xfs: clean up xfs_rtallocate_extent_exact a bitDarrick J. Wong
2024-09-01xfs: refactor aligning bestlen to prodDarrick J. Wong
2024-09-01xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_blockDarrick J. Wong
2024-09-01xfs: don't return too-short extents from xfs_rtallocate_extent_blockDarrick J. Wong
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig
2024-09-01xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblockChristoph Hellwig
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig
2024-09-01xfs: factor out a xfs_last_rt_bmblock helperChristoph Hellwig
2024-09-01xfs: factor out a xfs_growfs_rt_bmblock helperChristoph Hellwig
2024-09-01xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtallocChristoph Hellwig
2024-09-01xfs: cleanup the calling convention for xfs_rtpick_extentChristoph Hellwig