aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-11Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds22-168/+176
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds3-6/+7
2022-01-06xfs: warn about inodes with project id of -1Darrick J. Wong1-0/+14
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong1-51/+28
2022-01-06xfs: Remove redundant assignment of mpJiapeng Chong1-2/+0
2022-01-06xfs: reduce kvmalloc overhead for CIL shadow buffersDave Chinner1-11/+35
2022-01-06xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2-7/+12
2021-12-22xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong1-1/+2
2021-12-22xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong1-3/+3
2021-12-21xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter2-3/+4
2021-12-21xfs: Fix comments mentioning xfs_iallocYang Xu2-4/+5
2021-12-21xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner1-1/+1
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong1-4/+11
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong4-21/+27
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong2-43/+20
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong5-17/+6
2021-12-21xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong1-1/+10
2021-12-07xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong1-3/+11
2021-12-05fs: port higher-level mapping helpersChristian Brauner2-6/+6
2021-12-03fs: move mapping helpersChristian Brauner1-0/+1
2021-12-01xfs: remove incorrect ASSERT in xfs_renameEric Sandeen1-1/+0
2021-11-24xfs: remove xfs_inew_waitChristoph Hellwig2-24/+1
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu1-10/+7
2021-11-14Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-7/+12
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong1-0/+4
2021-11-10xfs: #ifdef out perag code for userspaceEric Sandeen2-3/+7
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang1-4/+1
2021-11-02Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds88-900/+1649
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-3/+3
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-3/+3
2021-10-30xfs: use swap() to make code cleanerChangcheng Deng1-8/+2
2021-10-30xfs: Remove duplicated include in xfs_superWan Jiabing1-1/+0
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-3/+3
2021-10-22xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster1-3/+12
2021-10-22xfs: remove unused parameter from refcount codeDarrick J. Wong1-11/+8
2021-10-22xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong3-14/+32
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong12-106/+118
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong12-16/+154
2021-10-22xfs: compact deferred intent item structuresDarrick J. Wong3-3/+3
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong36-216/+215
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong37-54/+50
2021-10-20xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva1-3/+3
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong13-29/+185
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong14-17/+203
2021-10-19xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong1-2/+0
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong5-18/+85
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong2-36/+37
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong3-1/+17
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong8-19/+22
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong7-9/+22