- fbc04bf Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 2 years, 11 months ago
- ea7b3e6 Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 2 years, 11 months ago
- cea267c xfs: ensure log flush at the end of a synchronous fallocate call by Dave Chinner · 2 years, 11 months ago
- b39a0463 xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c by Dave Chinner · 2 years, 11 months ago
- 0b02c8c xfs: set prealloc flag in xfs_alloc_file_space() by Dave Chinner · 2 years, 11 months ago
- fbe7e52 xfs: fallocate() should call file_modified() by Dave Chinner · 2 years, 11 months ago
- 472c6e4 xfs: remove XFS_PREALLOC_SYNC by Dave Chinner · 2 years, 11 months ago
- 29d650f xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* by Darrick J. Wong · 3 years ago
- 2d86293 xfs: return errors in xfs_fs_sync_fs by Darrick J. Wong · 2 years, 11 months ago
- ebb7fb1 xfs, iomap: limit individual ioend chain lengths in writeback by Dave Chinner · 3 years ago
- 1cb69c8 Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- 31d9497 Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- d701a8c Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- 12a8fb2 Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- 6191cf3 xfs: flush inodegc workqueue tasks before cancel by Brian Foster · 3 years ago
- a8e422a xfs: remove unused xfs_ioctl32.h declarations by Darrick J. Wong · 3 years ago
- b3bb941 xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions by Darrick J. Wong · 3 years ago
- 4d1b97f xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls by Darrick J. Wong · 3 years ago
- 9dec036 xfs: remove the XFS_IOC_FSSETDM definitions by Darrick J. Wong · 3 years ago
- f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- 4034247 mm: introduce memalloc_retry_wait() by NeilBrown · 3 years ago
- a33f5c3 Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
- f079ab0 Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux by Linus Torvalds · 3 years ago
- 4a9bca8 xfs: fix online fsck handling of v5 feature bits on secondary supers by Darrick J. Wong · 3 years ago
- 65552b0 xfs: take the ILOCK when readdir inspects directory mapping data by Darrick J. Wong · 3 years ago
- 11fc88c Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- 5dfbfe7 Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years ago
- 7e937bb xfs: warn about inodes with project id of -1 by Darrick J. Wong · 3 years ago
- eae44cb xfs: hold quota inode ILOCK_EXCL until the end of dqalloc by Darrick J. Wong · 3 years ago
- f4901a1 xfs: Remove redundant assignment of mp by Jiapeng Chong · 3 years ago
- 8dc9384 xfs: reduce kvmalloc overhead for CIL shadow buffers by Dave Chinner · 3 years ago
- 219aac5 xfs: sysfs: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years ago
- 983d8e6 xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate by Darrick J. Wong · 3 years ago
- f8d92a6 xfs: prevent UAF in xfs_log_item_in_current_chkpt by Darrick J. Wong · 3 years ago
- 6ed6356 xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list() by Dan Carpenter · 3 years ago
- 132c460 xfs: Fix comments mentioning xfs_ialloc by Yang Xu · 3 years ago
- 09654ed xfs: check sb_meta_uuid for dabuf buffer recovery by Dave Chinner · 3 years ago
- e5d1802 xfs: fix a bug in the online fsck directory leaf1 bestcount check by Darrick J. Wong · 3 years ago
- 7993f1a xfs: only run COW extent recovery when there are no live extents by Darrick J. Wong · 3 years ago
- 7b7820b xfs: don't expose internal symlink metadata buffers to the vfs by Darrick J. Wong · 3 years ago
- 59d7fab xfs: fix quotaoff mutex usage now that we don't support disabling it by Darrick J. Wong · 3 years ago
- 47a6df7 xfs: shut down filesystem if we xfs_trans_cancel with deferred work items by Darrick J. Wong · 3 years ago
- 6795801 xfs: Support large folios by Matthew Wilcox (Oracle) · 3 years, 7 months ago
- 6e47852 iomap,xfs: Convert ->discard_page to ->discard_folio by Matthew Wilcox (Oracle) · 3 years, 5 months ago
- 089558b xfs: remove all COW fork extents when remounting readonly by Darrick J. Wong · 3 years, 1 month ago
- 209188c fs: port higher-level mapping helpers by Christian Brauner · 3 years, 1 month ago
- de20511 fsdax: shift partition offset handling into the file systems by Christoph Hellwig · 3 years, 1 month ago
- cd913c7 dax: return the partition offset from fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 1 month ago
- 952da06 iomap: add a IOMAP_DAX flag by Christoph Hellwig · 3 years, 1 month ago
- 740fd67 xfs: pass the mapping flags to xfs_bmbt_to_iomap by Christoph Hellwig · 3 years, 1 month ago
- a50f6ab xfs: use xfs_direct_write_iomap_ops for DAX zeroing by Christoph Hellwig · 3 years, 1 month ago
- 5b5abbe xfs: move dax device handling into xfs_{alloc,free}_buftarg by Christoph Hellwig · 3 years, 1 month ago
- c6f4046 fsdax: decouple zeroing from the iomap buffered I/O code by Christoph Hellwig · 3 years, 1 month ago
- f1ba5fa xfs: add xfs_zero_range and xfs_truncate_page helpers by Shiyang Ruan · 3 years, 1 month ago
- 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 1 month ago
- 679a994 xfs: factor out a xfs_setup_dax_always helper by Christoph Hellwig · 3 years, 1 month ago
- a793d79 fs: move mapping helpers by Christian Brauner · 3 years, 1 month ago
- e445976 xfs: remove incorrect ASSERT in xfs_rename by Eric Sandeen · 3 years, 1 month ago
- 1090427 xfs: remove xfs_inew_wait by Christoph Hellwig · 3 years, 1 month ago
- a1de97f xfs: Fix the free logic of state in xfs_attr_node_hasname by Yang Xu · 3 years, 1 month ago
- ce49bfc Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 1 month ago
- 4a6b35b xfs: sync xfs_btree_split macros with userspace libxfs by Darrick J. Wong · 3 years, 2 months ago
- 29f11fc xfs: #ifdef out perag code for userspace by Eric Sandeen · 3 years, 2 months ago
- 5b068aa xfs: use swap() to make dabtree code cleaner by Yang Guang · 3 years, 2 months ago
- bba7d68 Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 2 months ago
- c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
- bf95391 Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 2 months ago
- 2a09b57 xfs: use swap() to make code cleaner by Changcheng Deng · 3 years, 2 months ago
- 0b9007e xfs: Remove duplicated include in xfs_super by Wan Jiabing · 3 years, 2 months ago
- 4fdccaa iomap: Add done_before argument to iomap_dio_rw by Andreas Gruenbacher · 3 years, 5 months ago
- 5ca5916 xfs: punch out data fork delalloc blocks on COW writeback failure by Brian Foster · 3 years, 2 months ago
- c04c51c xfs: remove unused parameter from refcount code by Darrick J. Wong · 3 years, 3 months ago
- b3b5ff4 xfs: reduce the size of struct xfs_extent_free_item by Darrick J. Wong · 3 years, 3 months ago
- c201d9c xfs: rename xfs_bmap_add_free to xfs_free_extent_later by Darrick J. Wong · 3 years, 3 months ago
- f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 3 months ago
- 9e25395 xfs: compact deferred intent item structures by Darrick J. Wong · 3 years, 3 months ago
- 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
- e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 3 months ago
- c2e4e3b xfs: Use kvcalloc() instead of kvzalloc() by Gustavo A. R. Silva · 3 years, 3 months ago
- 9fa47bd xfs: use separate btree cursor cache for each btree type by Darrick J. Wong · 3 years, 3 months ago
- 0ed5f73 xfs: compute absolute maximum nlevels for each btree type by Darrick J. Wong · 3 years, 3 months ago
- bc8883e xfs: kill XFS_BTREE_MAXLEVELS by Darrick J. Wong · 3 years, 3 months ago
- 9ec6912 xfs: compute the maximum height of the rmap btree when reflink enabled by Darrick J. Wong · 3 years, 3 months ago
- 1b236ad xfs: clean up xfs_btree_{calc_size,compute_maxlevels} by Darrick J. Wong · 3 years, 3 months ago
- b74e15d xfs: compute maximum AG btree height for critical reservation calculation by Darrick J. Wong · 3 years, 3 months ago
- 7cb3efb xfs: rename m_ag_maxlevels to m_allocbt_maxlevels by Darrick J. Wong · 3 years, 3 months ago
- c940a0c xfs: dynamically allocate cursors based on maxlevels by Darrick J. Wong · 3 years, 3 months ago
- c0643f6 xfs: encode the max btree height in the cursor by Darrick J. Wong · 3 years, 3 months ago
- 56370ea xfs: refactor btree cursor allocation function by Darrick J. Wong · 3 years, 3 months ago
- 69724d9 xfs: rearrange xfs_btree_cur fields for better packing by Darrick J. Wong · 3 years, 3 months ago
- 6ca444cf xfs: prepare xfs_btree_cur for dynamic cursor heights by Darrick J. Wong · 3 years, 3 months ago
- eae5db4 xfs: dynamically allocate btree scrub context structure by Darrick J. Wong · 3 years, 3 months ago
- d47fef9 xfs: don't track firstrec/firstkey separately in xchk_btree by Darrick J. Wong · 3 years, 3 months ago
- efb79ea xfs: reduce the size of nr_ops for refcount btree cursors by Darrick J. Wong · 3 years, 3 months ago
- cc41174 xfs: remove xfs_btree_cur.bc_blocklog by Darrick J. Wong · 3 years, 3 months ago
- 94a14cf xfs: fix incorrect decoding in xchk_btree_cur_fsbno by Darrick J. Wong · 3 years, 3 months ago
- 892a666f xfs: fix perag reference leak on iteration race with growfs by Brian Foster · 3 years, 2 months ago
- 8ed004e xfs: terminate perag iteration reliably on agcount by Brian Foster · 3 years, 2 months ago
- f1788b5 xfs: rename the next_agno perag iteration variable by Brian Foster · 3 years, 2 months ago