index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
2021-01-22
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
2021-01-22
xfs: Check for extent overflow when writing to unwritten extent
Chandan Babu R
2021-01-22
xfs: Check for extent overflow when adding/removing xattrs
Chandan Babu R
2021-01-22
xfs: Check for extent overflow when renaming dir entries
Chandan Babu R
2021-01-22
xfs: Check for extent overflow when removing dir entries
Chandan Babu R
2021-01-22
xfs: Check for extent overflow when adding dir entries
Chandan Babu R
2021-01-22
xfs: Check for extent overflow when punching a hole
Chandan Babu R
2021-01-22
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2021-01-22
xfs: Add helper for checking per-inode extent count overflow
Chandan Babu R
2021-01-22
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
2020-12-18
Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-12-16
xfs: remove xfs_buf_t typedef
Dave Chinner
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-12
fs/xfs: convert comma to semicolon
Zheng Yongjun
2020-12-12
xfs: open code updating i_mode in xfs_set_acl
Christoph Hellwig
2020-12-12
xfs: remove xfs_vn_setattr_nonsize
Christoph Hellwig
2020-12-12
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
2020-12-12
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
2020-12-12
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
2020-12-12
xfs: move on-disk inode allocation out of xfs_ialloc()
Dave Chinner
2020-12-12
xfs: introduce xfs_dialloc_roll()
Dave Chinner
2020-12-12
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
2020-12-09
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
2020-12-09
xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks
Darrick J. Wong
2020-12-09
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
2020-12-09
xfs: introduce xfs_validate_stripe_geometry()
Gao Xiang
2020-12-09
xfs: show the proper user quota options
Kaixu Xia
2020-12-09
xfs: remove the unused XFS_B_FSB_OFFSET macro
Kaixu Xia
2020-12-09
xfs: remove unnecessary null check in xfs_generic_create
Kaixu Xia
2020-12-09
xfs: directly return if the delta equal to zero
Kaixu Xia
2020-12-09
xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
Kaixu Xia
2020-12-09
xfs: delete duplicated tp->t_dqinfo null check and allocation
Kaixu Xia
2020-12-09
xfs: rename xfs_fc_* back to xfs_fs_*
Darrick J. Wong
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
2020-12-09
xfs: refactor data device extent validation
Darrick J. Wong
2020-12-09
xfs: scrub should mark a directory corrupt if any entries cannot be iget'd
Darrick J. Wong
2020-12-09
xfs: fix parent pointer scrubber bailing out on unallocated inodes
Darrick J. Wong
2020-12-09
xfs: detect overflows in bmbt records
Darrick J. Wong
2020-12-09
xfs: trace log intent item recovery failures
Darrick J. Wong
2020-12-09
xfs: validate feature support when recovering rmap/refcount intents
Darrick J. Wong
2020-12-09
xfs: improve the code that checks recovered extent-free intent items
Darrick J. Wong
2020-12-09
xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recover
Darrick J. Wong
2020-12-09
xfs: improve the code that checks recovered refcount intent items
Darrick J. Wong
2020-12-09
xfs: hoist recovered refcount intent checks out of xfs_cui_item_recover
Darrick J. Wong
2020-12-09
xfs: improve the code that checks recovered rmap intent items
Darrick J. Wong
2020-12-09
xfs: hoist recovered rmap intent checks out of xfs_rui_item_recover
Darrick J. Wong
2020-12-09
xfs: improve the code that checks recovered bmap intent items
Darrick J. Wong
2020-12-09
xfs: hoist recovered bmap intent checks out of xfs_bui_item_recover
Darrick J. Wong
2020-12-09
xfs: enable the needsrepair feature
Darrick J. Wong
[next]