summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix a typoAndrew Kreimer2024-10-091-1/+1
* xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster2024-10-093-7/+23
* xfs: skip background cowblock trims on inodes open for writeBrian Foster2024-10-071-8/+23
* xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig2024-10-071-1/+7
* xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig2024-10-071-48/+13
* xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig2024-10-073-14/+3
* xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig2024-10-071-45/+28
* xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig2024-10-071-5/+8
* xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2024-10-072-3/+7
* xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig2024-10-073-27/+25
* xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig2024-10-071-102/+74
* xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak2024-10-071-7/+4
* xfs: scrub: convert comma to semicolonYan Zhen2024-10-071-2/+2
* xfs: Remove empty declartion in header fileZhang Zekun2024-10-071-2/+0
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-233-21/+21
|\
| * struct fd: representation changeAl Viro2024-08-131-1/+1
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-133-18/+18
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-213-5/+5
|\ \
| * | mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel2024-09-102-4/+4
| * | mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich2024-09-021-1/+1
* | | Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-09-219-47/+51
|\ \ \
| * | | iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig2024-09-101-14/+3
| * | | iomap: pass the iomap to the punch callbackChristoph Hellwig2024-09-101-1/+2
| * | | iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig2024-09-101-2/+3
| * | | iomap: fix handling of dirty folios over unwritten extentsBrian Foster2024-09-031-10/+0
| * | | iomap: add a private argument for iomap_file_buffered_writeJosef Bacik2024-09-031-1/+1
| * | | xfs: enable block size larger than page size supportPankaj Raghav2024-09-035-11/+32
| * | | xfs: make the calculation generic in xfs_sb_validate_fsb_count()Pankaj Raghav2024-09-021-1/+6
| * | | xfs: expose block size in statPankaj Raghav2024-09-021-1/+1
| * | | xfs: use kvmalloc for xattr buffersDave Chinner2024-09-021-9/+6
| | |/ | |/|
* | | Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-09-1960-1452/+1770
|\ \ \
| * | | xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig2024-09-032-0/+18
| * | | xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig2024-09-032-29/+9
| * | | xfs: convert perag lookup to xarrayChristoph Hellwig2024-09-034-52/+35
| * | | xfs: simplify tagged perag iterationChristoph Hellwig2024-09-032-40/+35
| * | | xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig2024-09-033-62/+58
| * | | xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig2024-09-032-14/+1
| * | | xfs: use LIST_HEAD() to simplify codeHongbo Li2024-09-031-2/+1
| * | | xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong2024-09-031-1/+0
| * | | xfs: remove unnecessary checkDan Carpenter2024-09-031-1/+1
| * | | xfs: Use xfs set and clear mp state helpersJohn Garry2024-09-035-9/+9
| * | | xfs: reclaim speculative preallocations for append only filesChristoph Hellwig2024-09-033-8/+10
| * | | xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig2024-09-031-15/+7
| * | | xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig2024-09-031-3/+2
| * | | xfs: only free posteof blocks on first closeDarrick J. Wong2024-09-032-23/+13
| * | | xfs: don't free post-EOF blocks on read closeDave Chinner2024-09-031-1/+7
| * | | xfs: skip all of xfs_file_release when shut downChristoph Hellwig2024-09-031-4/+6
| * | | xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig2024-09-031-9/+9
| * | | xfs: refactor f_op->release handlingChristoph Hellwig2024-09-033-83/+68