aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2021-01-22xfs: lift writable fs check up into log worker taskBrian Foster1-10/+8
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster3-10/+22
2021-01-22xfs: set inode size after creating symlinkJeffrey Mitchell1-0/+1
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster3-7/+20
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster5-17/+17
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Yumei Huang1-1/+1
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig1-7/+7
2021-01-22xfs: remove a stale comment from xfs_file_aio_write_checks()Eric Biggers1-6/+0
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R5-25/+159
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R1-29/+45
2021-01-22xfs: Compute bmap extent alignments in a separate functionChandan Babu R1-37/+52
2021-01-22xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R1-1/+0
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R3-1/+10
2021-01-22xfs: Check for extent overflow when swapping extentsChandan Babu R2-0/+23
2021-01-22xfs: Check for extent overflow when remapping an extentChandan Babu R1-0/+11
2021-01-22xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R2-0/+14
2021-01-22xfs: Check for extent overflow when writing to unwritten extentChandan Babu R2-0/+14
2021-01-22xfs: Check for extent overflow when adding/removing xattrsChandan Babu R2-0/+23
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R2-1/+46
2021-01-22xfs: Check for extent overflow when removing dir entriesChandan Babu R1-0/+18
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R3-0/+28
2021-01-22xfs: Check for extent overflow when punching a holeChandan Babu R3-6/+26
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R7-1/+41
2021-01-22xfs: Add helper for checking per-inode extent count overflowChandan Babu R2-0/+25
2021-01-22xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong3-20/+26
2021-01-20mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov1-2/+4
2020-12-18Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds48-705/+695
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner15-78/+78
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+2
2020-12-12fs/xfs: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-12xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig3-31/+27
2020-12-12xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig2-20/+7
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang1-13/+9
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner3-37/+48
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner3-94/+24
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner3-161/+86
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner3-30/+41
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang1-4/+4
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2-8/+0
2020-12-09xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong1-1/+1
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi7-46/+0
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2-11/+69
2020-12-09xfs: show the proper user quota optionsKaixu Xia1-4/+6
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia1-1/+0
2020-12-09xfs: remove unnecessary null check in xfs_generic_createKaixu Xia1-4/+2
2020-12-09xfs: directly return if the delta equal to zeroKaixu Xia1-14/+9
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia3-19/+3
2020-12-09xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia1-7/+0
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong1-13/+13
2020-12-09xfs: refactor file range validationDarrick J. Wong8-5/+37