Age | Commit message (Expand) | Author |
2024-06-26 | xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs | Darrick J. Wong |
2024-06-26 | xfs: fix direction in XFS_IOC_EXCHANGE_RANGE | Darrick J. Wong |
2024-06-26 | xfs: allow unlinked symlinks and dirs with zero size | Darrick J. Wong |
2024-06-26 | xfs: restrict when we try to align cow fork delalloc to cowextsz hints | Darrick J. Wong |
2024-06-26 | xfs: fix freeing speculative preallocations for preallocated files | Christoph Hellwig |
2024-06-17 | xfs: fix unlink vs cluster buffer instantiation race | Dave Chinner |
2024-06-10 | xfs: make sure sb_fdblocks is non-negative | Wengang Wang |
2024-05-27 | xfs: Add cond_resched to block unmap range and reflink remap path | Ritesh Harjani (IBM) |
2024-05-27 | xfs: don't open-code u64_to_user_ptr | Darrick J. Wong |
2024-05-27 | xfs: allow symlinks with short remote targets | Darrick J. Wong |
2024-05-27 | xfs: fix xfs_init_attr_trans not handling explicit operation codes | Darrick J. Wong |
2024-05-27 | xfs: drop xfarray sortinfo folio on error | Darrick J. Wong |
2024-05-27 | xfs: Stop using __maybe_unused in xfs_alloc.c | John Garry |
2024-05-27 | xfs: Clear W=1 warning in xfs_iwalk_run_callbacks() | John Garry |
2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) |
2024-05-21 | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-05-20 | Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2024-05-13 | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada |
2024-05-03 | xfs: simplify iext overflow checking and upgrade | Christoph Hellwig |
2024-05-03 | xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent | Christoph Hellwig |
2024-05-03 | xfs: upgrade the extent counters in xfs_reflink_end_cow_extent later | Christoph Hellwig |
2024-05-03 | xfs: xfs_quota_unreserve_blkres can't fail | Christoph Hellwig |
2024-05-03 | xfs: consolidate the xfs_quota_reserve_blkres definitions | Christoph Hellwig |
2024-05-03 | xfs: clean up buffer allocation in xlog_do_recovery_pass | Christoph Hellwig |
2024-05-03 | xfs: fix log recovery buffer allocation for the legacy h_size fixup | Christoph Hellwig |
2024-05-02 | set_blocksize(): switch to passing struct file * | Al Viro |
2024-05-02 | xfs: widen flags argument to the xfs_iflags_* helpers | Darrick J. Wong |
2024-05-02 | xfs: minor cleanups of xfs_attr3_rmt_blocks | Darrick J. Wong |
2024-05-02 | xfs: create a helper to compute the blockcount of a max sized remote value | Darrick J. Wong |
2024-05-02 | xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function | Darrick J. Wong |
2024-05-02 | xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c | Darrick J. Wong |
2024-04-30 | xfs: do not allocate the entire delalloc extent in xfs_bmapi_write | Christoph Hellwig |
2024-04-30 | xfs: fix xfs_bmap_add_extent_delay_real for partial conversions | Christoph Hellwig |
2024-04-30 | xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate | Christoph Hellwig |
2024-04-30 | xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate | Christoph Hellwig |
2024-04-30 | xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write | Christoph Hellwig |
2024-04-30 | xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate | Christoph Hellwig |
2024-04-30 | xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate | Christoph Hellwig |
2024-04-30 | xfs: fix error returns from xfs_bmapi_write | Christoph Hellwig |
2024-04-29 | xfs: convert delayed extents to unwritten when zeroing post eof blocks | Zhang Yi |
2024-04-29 | xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset | Zhang Yi |
2024-04-29 | xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional | Zhang Yi |
2024-04-29 | xfs: match lock mode in xfs_buffered_write_iomap_begin() | Zhang Yi |
2024-04-26 | xfs: refactor dir format helpers | Christoph Hellwig |
2024-04-26 | xfs: factor out a xfs_dir_replace_args helper | Christoph Hellwig |
2024-04-26 | xfs: factor out a xfs_dir_removename_args helper | Christoph Hellwig |
2024-04-26 | xfs: factor out a xfs_dir_createname_args helper | Christoph Hellwig |
2024-04-26 | xfs: factor out a xfs_dir_lookup_args helper | Christoph Hellwig |