summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-11-05xfs: remove xfs_page_mkwrite_iomap_opsChristoph Hellwig
2024-11-05xfs: remove __xfs_filemap_faultChristoph Hellwig
2024-11-05xfs: split write fault handling out of __xfs_filemap_faultChristoph Hellwig
2024-11-05xfs: split the page fault trace eventChristoph Hellwig
2024-11-05xfs: sb_spino_align is not verifiedDave Chinner
2024-11-05xfs: simplify sector number calculation in xfs_zero_extentChristoph Hellwig
2024-11-05xfs: remove the redundant xfs_alloc_log_agfLong Li
2024-11-04xfs: Support setting FMODE_CAN_ATOMIC_WRITEJohn Garry
2024-11-04xfs: Validate atomic writesJohn Garry
2024-11-04xfs: Support atomic write for statxJohn Garry
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-03simplify xfs_find_handle() a bitAl Viro
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-30xfs: streamline xfs_filestream_pick_agChristoph Hellwig
2024-10-30xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig
2024-10-30xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling
2024-10-30xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig
2024-10-22xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong
2024-10-15xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig
2024-10-15xfs: set IOMAP_F_SHARED for all COW fork allocationsChristoph Hellwig
2024-10-15xfs: share more code in xfs_buffered_write_iomap_beginChristoph Hellwig
2024-10-15xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig
2024-10-15xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lockChristoph Hellwig
2024-10-15xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig
2024-10-15xfs: factor out a xfs_file_write_zero_eof helperChristoph Hellwig
2024-10-15iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig
2024-10-11xfs: fix integer overflow in xrep_bmapDarrick J. Wong
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner
2024-10-10xfs: switch to multigrain timestampsJeff Layton
2024-10-09xfs: fix a typoAndrew Kreimer
2024-10-09xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster
2024-10-08Merge patch series "fsdax/xfs: unshare range fixes for 6.12"Christian Brauner
2024-10-07xfs: don't allocate COW extents when unsharing a holeDarrick J. Wong
2024-10-07xfs: skip background cowblock trims on inodes open for writeBrian Foster
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig
2024-10-07xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig