Age | Commit message (Expand) | Author | Files | Lines |
2022-01-12 | Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux | Linus Torvalds | 2 | -12/+14 |
2022-01-11 | Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 22 | -168/+176 |
2022-01-11 | Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -6/+7 |
2022-01-06 | xfs: warn about inodes with project id of -1 | Darrick J. Wong | 1 | -0/+14 |
2022-01-06 | xfs: hold quota inode ILOCK_EXCL until the end of dqalloc | Darrick J. Wong | 1 | -51/+28 |
2022-01-06 | xfs: Remove redundant assignment of mp | Jiapeng Chong | 1 | -2/+0 |
2022-01-06 | xfs: reduce kvmalloc overhead for CIL shadow buffers | Dave Chinner | 1 | -11/+35 |
2022-01-06 | xfs: sysfs: use default_groups in kobj_type | Greg Kroah-Hartman | 2 | -7/+12 |
2021-12-22 | xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate | Darrick J. Wong | 1 | -1/+2 |
2021-12-22 | xfs: prevent UAF in xfs_log_item_in_current_chkpt | Darrick J. Wong | 1 | -3/+3 |
2021-12-21 | xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list() | Dan Carpenter | 2 | -3/+4 |
2021-12-21 | xfs: Fix comments mentioning xfs_ialloc | Yang Xu | 2 | -4/+5 |
2021-12-21 | xfs: check sb_meta_uuid for dabuf buffer recovery | Dave Chinner | 1 | -1/+1 |
2021-12-21 | xfs: fix a bug in the online fsck directory leaf1 bestcount check | Darrick J. Wong | 1 | -4/+11 |
2021-12-21 | xfs: only run COW extent recovery when there are no live extents | Darrick J. Wong | 4 | -21/+27 |
2021-12-21 | xfs: don't expose internal symlink metadata buffers to the vfs | Darrick J. Wong | 2 | -43/+20 |
2021-12-21 | xfs: fix quotaoff mutex usage now that we don't support disabling it | Darrick J. Wong | 5 | -17/+6 |
2021-12-21 | xfs: shut down filesystem if we xfs_trans_cancel with deferred work items | Darrick J. Wong | 1 | -1/+10 |
2021-12-18 | xfs: Support large folios | Matthew Wilcox (Oracle) | 1 | -0/+2 |
2021-12-18 | iomap,xfs: Convert ->discard_page to ->discard_folio | Matthew Wilcox (Oracle) | 1 | -12/+12 |
2021-12-07 | xfs: remove all COW fork extents when remounting readonly | Darrick J. Wong | 1 | -3/+11 |
2021-12-05 | fs: port higher-level mapping helpers | Christian Brauner | 2 | -6/+6 |
2021-12-03 | fs: move mapping helpers | Christian Brauner | 1 | -0/+1 |
2021-12-01 | xfs: remove incorrect ASSERT in xfs_rename | Eric Sandeen | 1 | -1/+0 |
2021-11-24 | xfs: remove xfs_inew_wait | Christoph Hellwig | 2 | -24/+1 |
2021-11-24 | xfs: Fix the free logic of state in xfs_attr_node_hasname | Yang Xu | 1 | -10/+7 |
2021-11-14 | Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 4 | -7/+12 |
2021-11-11 | xfs: sync xfs_btree_split macros with userspace libxfs | Darrick J. Wong | 1 | -0/+4 |
2021-11-10 | xfs: #ifdef out perag code for userspace | Eric Sandeen | 2 | -3/+7 |
2021-11-08 | xfs: use swap() to make dabtree code cleaner | Yang Guang | 1 | -4/+1 |
2021-11-02 | Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 88 | -900/+1649 |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+3 |
2021-11-01 | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
2021-10-30 | xfs: use swap() to make code cleaner | Changcheng Deng | 1 | -8/+2 |
2021-10-30 | xfs: Remove duplicated include in xfs_super | Wan Jiabing | 1 | -1/+0 |
2021-10-24 | iomap: Add done_before argument to iomap_dio_rw | Andreas Gruenbacher | 1 | -3/+3 |
2021-10-22 | xfs: punch out data fork delalloc blocks on COW writeback failure | Brian Foster | 1 | -3/+12 |
2021-10-22 | xfs: remove unused parameter from refcount code | Darrick J. Wong | 1 | -11/+8 |
2021-10-22 | xfs: reduce the size of struct xfs_extent_free_item | Darrick J. Wong | 3 | -14/+32 |
2021-10-22 | xfs: rename xfs_bmap_add_free to xfs_free_extent_later | Darrick J. Wong | 12 | -106/+118 |
2021-10-22 | xfs: create slab caches for frequently-used deferred items | Darrick J. Wong | 12 | -16/+154 |
2021-10-22 | xfs: compact deferred intent item structures | Darrick J. Wong | 3 | -3/+3 |
2021-10-22 | xfs: rename _zone variables to _cache | Darrick J. Wong | 36 | -216/+215 |
2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong | 37 | -54/+50 |
2021-10-20 | xfs: Use kvcalloc() instead of kvzalloc() | Gustavo A. R. Silva | 1 | -3/+3 |
2021-10-19 | xfs: use separate btree cursor cache for each btree type | Darrick J. Wong | 13 | -29/+185 |
2021-10-19 | xfs: compute absolute maximum nlevels for each btree type | Darrick J. Wong | 14 | -17/+203 |
2021-10-19 | xfs: kill XFS_BTREE_MAXLEVELS | Darrick J. Wong | 1 | -2/+0 |
2021-10-19 | xfs: compute the maximum height of the rmap btree when reflink enabled | Darrick J. Wong | 5 | -18/+85 |
2021-10-19 | xfs: clean up xfs_btree_{calc_size,compute_maxlevels} | Darrick J. Wong | 2 | -36/+37 |