summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: Check for extent overflow when renaming dir entriesChandan Babu R2021-01-222-1/+46
| * | xfs: Check for extent overflow when removing dir entriesChandan Babu R2021-01-221-0/+18
| * | xfs: Check for extent overflow when adding dir entriesChandan Babu R2021-01-223-0/+28
| * | xfs: Check for extent overflow when punching a holeChandan Babu R2021-01-223-6/+26
| * | xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-227-1/+41
| * | xfs: Add helper for checking per-inode extent count overflowChandan Babu R2021-01-222-0/+25
| * | xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2021-01-223-20/+26
| |/
* | xfs: reduce exclusive locking on unaligned dioDave Chinner2021-02-012-21/+66
* | xfs: split the unaligned DIO write code outDave Chinner2021-02-011-85/+85
* | xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig2021-02-012-3/+3
* | xfs: simplify the read/write tracepointsChristoph Hellwig2021-02-012-21/+17
* | xfs: remove the buffered I/O fallback assertChristoph Hellwig2021-02-011-6/+0
* | xfs: cleanup the read/write helper namingChristoph Hellwig2021-02-011-15/+15
* | xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-awareChristoph Hellwig2021-02-011-4/+21
* | xfs: factor out a xfs_ilock_iocb helperChristoph Hellwig2021-02-011-26/+29
* | iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-3/+2
|/
* Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-12-1848-705/+695
|\
| * xfs: remove xfs_buf_t typedefDave Chinner2020-12-1615-78/+78
| * fs/xfs: convert comma to semicolonZheng Yongjun2020-12-121-1/+1
| * xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig2020-12-123-31/+27
| * xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig2020-12-122-20/+7
| * xfs: kill ialloced in xfs_dialloc()Gao Xiang2020-12-121-13/+9
| * xfs: spilt xfs_dialloc() into 2 functionsDave Chinner2020-12-123-37/+48
| * xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner2020-12-123-94/+24
| * xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner2020-12-123-161/+86
| * xfs: introduce xfs_dialloc_roll()Dave Chinner2020-12-123-30/+41
| * xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang2020-12-121-4/+4
| * xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2020-12-092-8/+0
| * xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong2020-12-091-1/+1
| * xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-097-46/+0
| * xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2020-12-092-11/+69
| * xfs: show the proper user quota optionsKaixu Xia2020-12-091-4/+6
| * xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia2020-12-091-1/+0
| * xfs: remove unnecessary null check in xfs_generic_createKaixu Xia2020-12-091-4/+2
| * xfs: directly return if the delta equal to zeroKaixu Xia2020-12-091-14/+9
| * xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia2020-12-093-19/+3
| * xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia2020-12-091-7/+0
| * xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong2020-12-091-13/+13
| * xfs: refactor file range validationDarrick J. Wong2020-12-098-5/+37
| * xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-095-20/+23
| * xfs: refactor data device extent validationDarrick J. Wong2020-12-098-50/+32
| * xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong2020-12-091-3/+18
| * xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong2020-12-091-5/+5
| * xfs: detect overflows in bmbt recordsDarrick J. Wong2020-12-091-0/+5
| * xfs: trace log intent item recovery failuresDarrick J. Wong2020-12-092-1/+22
| * xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong2020-12-092-0/+6
| * xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong2020-12-091-8/+7
| * xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong2020-12-091-8/+25
| * xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong2020-12-091-12/+11
| * xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong2020-12-091-21/+38