summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-19Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner
2024-09-10iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig
2024-09-10iomap: pass the iomap to the punch callbackChristoph Hellwig
2024-09-10iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-09-03iomap: fix handling of dirty folios over unwritten extentsBrian Foster
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig
2024-09-03xfs: use LIST_HEAD() to simplify codeHongbo Li
2024-09-03xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong
2024-09-03xfs: remove unnecessary checkDan Carpenter
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig
2024-09-03xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig
2024-09-03xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig
2024-09-03xfs: only free posteof blocks on first closeDarrick J. Wong
2024-09-03xfs: don't free post-EOF blocks on read closeDave Chinner
2024-09-03xfs: skip all of xfs_file_release when shut downChristoph Hellwig
2024-09-03xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig
2024-09-03xfs: remove the i_mode check in xfs_releaseChristoph Hellwig
2024-09-02xfs: make the calculation generic in xfs_sb_validate_fsb_count()Pankaj Raghav
2024-09-02xfs: expose block size in statPankaj Raghav
2024-09-02xfs: use kvmalloc for xattr buffersDave Chinner
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich
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