aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
5 daysxfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)
6 daysxfs: don't open-code u64_to_user_ptrDarrick J. Wong
6 daysxfs: allow symlinks with short remote targetsDarrick J. Wong
6 daysxfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong
6 daysxfs: drop xfarray sortinfo folio on errorDarrick J. Wong
6 daysxfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry
6 daysxfs: Clear W=1 warning in xfs_iwalk_run_callbacks()John Garry
10 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
11 daysMerge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
12 daysMerge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig
2024-05-03xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig
2024-05-03xfs: upgrade the extent counters in xfs_reflink_end_cow_extent laterChristoph Hellwig
2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig
2024-05-03xfs: consolidate the xfs_quota_reserve_blkres definitionsChristoph Hellwig
2024-05-03xfs: clean up buffer allocation in xlog_do_recovery_passChristoph Hellwig
2024-05-03xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-05-02xfs: widen flags argument to the xfs_iflags_* helpersDarrick J. Wong
2024-05-02xfs: minor cleanups of xfs_attr3_rmt_blocksDarrick J. Wong
2024-05-02xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong
2024-05-02xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a functionDarrick J. Wong
2024-05-02xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.cDarrick J. Wong
2024-04-30xfs: do not allocate the entire delalloc extent in xfs_bmapi_writeChristoph Hellwig
2024-04-30xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig
2024-04-30xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: pass the actual offset and len to allocate to xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_writeChristoph Hellwig
2024-04-30xfs: lift a xfs_valid_startblock into xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocateChristoph Hellwig
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-29xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi
2024-04-29xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi
2024-04-29xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi
2024-04-29xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi
2024-04-26xfs: refactor dir format helpersChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig
2024-04-24xfs: don't call xfs_file_open from xfs_dir_openChristoph Hellwig
2024-04-24xfs: drop fop_flags for directoriesChristoph Hellwig
2024-04-24xfs: fix overly long line in the file_operationsChristoph Hellwig
2024-04-24xfs: Remove unused function xrep_dir_self_parentJiapeng Chong
2024-04-23xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong
2024-04-23xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong
2024-04-23xfs: fix iunlock calls in xrep_adoption_trans_allocDarrick J. Wong