aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-01nilfs2: do not propagate ENOENT error from sufile during GCRyusuke Konishi1-8/+56
2024-09-01nilfs2: do not propagate ENOENT error from sufile during recoveryRyusuke Konishi1-1/+10
2024-09-01nilfs2: treat missing cpfile header block as metadata corruptionRyusuke Konishi1-10/+12
2024-09-01nilfs2: treat missing sufile header block as metadata corruptionRyusuke Konishi1-5/+18
2024-09-01ocfs2: use max() to improve ocfs2_dlm_seq_show()Thorsten Blum1-5/+2
2024-09-01ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()qasdev1-2/+2
2024-09-01ocfs2: fix unexpected zeroing of virtual diskChi Zhiling1-1/+1
2024-09-01ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu3-33/+7
2024-09-01nilfs2: fix missing initial short descriptions of kernel-doc commentsRyusuke Konishi4-39/+32
2024-09-01nilfs2: fix inconsistencies in kernel-doc comments in segment.hRyusuke Konishi1-3/+4
2024-09-01nilfs2: describe the members of nilfs_bmap_operations structureRyusuke Konishi1-1/+14
2024-09-01nilfs2: add missing description of nilfs_btree_path structureRyusuke Konishi1-0/+1
2024-09-01nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structureRyusuke Konishi1-1/+1
2024-09-01nilfs2: improve kernel-doc comments for b-tree node helpersRyusuke Konishi1-9/+54
2024-09-01nilfs2: add missing argument descriptions for ioctl-related helpersRyusuke Konishi1-2/+15
2024-09-01nilfs2: add missing argument description for __nilfs_error()Ryusuke Konishi1-0/+4
2024-09-01nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi4-23/+10
2024-09-01nilfs2: add support for FS_IOC_SETFSLABELRyusuke Konishi1-0/+65
2024-09-01nilfs2: add support for FS_IOC_GETFSLABELRyusuke Konishi2-0/+39
2024-09-01nilfs2: add support for FS_IOC_GETFSSYSFSPATHRyusuke Konishi1-0/+1
2024-09-01nilfs2: add support for FS_IOC_GETUUIDRyusuke Konishi1-0/+3
2024-09-01fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko1-15/+0
2024-09-01ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-09-01mm: remove PG_errorMatthew Wilcox (Oracle)1-1/+0
2024-09-01mm/hugetlb: remove hugetlb_follow_page_mask() leftoverDavid Hildenbrand1-9/+2
2024-09-01mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes1-75/+6
2024-09-01userfaultfd: move core VMA manipulation logic to mm/userfaultfd.cLorenzo Stoakes1-149/+11
2024-09-01mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand1-0/+4
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-1/+1
2024-09-01nilfs2: fix state management in error path of log writing functionRyusuke Konishi1-4/+6
2024-09-01nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi1-2/+33
2024-09-01nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi1-10/+33
2024-09-01bcachefs: fix rebalance accountingKent Overstreet1-1/+1
2024-09-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong14-33/+40
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong9-122/+198
2024-09-01xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong1-5/+5
2024-09-01xfs: fix FITRIM reporting againDarrick J. Wong1-1/+1
2024-09-01xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong1-2/+3
2024-09-01xfs: refactor loading quota inodes in the regular caseDarrick J. Wong4-36/+81
2024-09-01xfs: move xfs_ioc_getfsmap out of xfs_ioctl.cDarrick J. Wong3-136/+134
2024-09-01xfs: rearrange xfs_fsmap.c a little bitDarrick J. Wong1-134/+134
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig7-25/+19
2024-09-01xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig2-38/+0
2024-09-01xfs: add xchk_setup_nothing and xchk_nothing helpersDarrick J. Wong2-40/+18
2024-09-01xfs: make the rtalloc start hint a xfs_rtblock_tChristoph Hellwig1-7/+11
2024-09-01xfs: factor out a xfs_rtallocate_align helperChristoph Hellwig1-34/+59
2024-09-01xfs: rework the rtalloc fallback handlingChristoph Hellwig1-35/+34
2024-09-01xfs: factor out a xfs_rtallocate helperChristoph Hellwig1-31/+50
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig1-24/+33
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig4-41/+30