index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-22
xfs: lift writable fs check up into log worker task
Brian Foster
1
-10
/
+8
2021-01-22
xfs: sync lazy sb accounting on quiesce of read-only mounts
Brian Foster
3
-10
/
+22
2021-01-22
xfs: set inode size after creating symlink
Jeffrey Mitchell
1
-0
/
+1
2021-01-22
xfs: don't drain buffer lru on freeze and read-only remount
Brian Foster
3
-7
/
+20
2021-01-22
xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
Brian Foster
5
-17
/
+17
2021-01-22
xfs: Fix assert failure in xfs_setattr_size()
Yumei Huang
1
-1
/
+1
2021-01-22
xfs: fix up non-directory creation in SGID directories
Christoph Hellwig
1
-7
/
+7
2021-01-22
xfs: remove a stale comment from xfs_file_aio_write_checks()
Eric Biggers
1
-6
/
+0
2021-01-22
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
5
-25
/
+159
2021-01-22
xfs: Process allocated extent in a separate function
Chandan Babu R
1
-29
/
+45
2021-01-22
xfs: Compute bmap extent alignments in a separate function
Chandan Babu R
1
-37
/
+52
2021-01-22
xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
Chandan Babu R
1
-1
/
+0
2021-01-22
xfs: Introduce error injection to reduce maximum inode fork extent count
Chandan Babu R
3
-1
/
+10
2021-01-22
xfs: Check for extent overflow when swapping extents
Chandan Babu R
2
-0
/
+23
2021-01-22
xfs: Check for extent overflow when remapping an extent
Chandan Babu R
1
-0
/
+11
2021-01-22
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
2
-0
/
+14
2021-01-22
xfs: Check for extent overflow when writing to unwritten extent
Chandan Babu R
2
-0
/
+14
2021-01-22
xfs: Check for extent overflow when adding/removing xattrs
Chandan Babu R
2
-0
/
+23
2021-01-22
xfs: Check for extent overflow when renaming dir entries
Chandan Babu R
2
-1
/
+46
2021-01-22
xfs: Check for extent overflow when removing dir entries
Chandan Babu R
1
-0
/
+18
2021-01-22
xfs: Check for extent overflow when adding dir entries
Chandan Babu R
3
-0
/
+28
2021-01-22
xfs: Check for extent overflow when punching a hole
Chandan Babu R
3
-6
/
+26
2021-01-22
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
7
-1
/
+41
2021-01-22
xfs: Add helper for checking per-inode extent count overflow
Chandan Babu R
2
-0
/
+25
2021-01-22
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
3
-20
/
+26
2021-01-20
mm: Cleanup faultaround and finish_fault() codepaths
Kirill A. Shutemov
1
-2
/
+4
2020-12-18
Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
48
-705
/
+695
2020-12-16
xfs: remove xfs_buf_t typedef
Dave Chinner
15
-78
/
+78
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+2
2020-12-12
fs/xfs: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-12
xfs: open code updating i_mode in xfs_set_acl
Christoph Hellwig
3
-31
/
+27
2020-12-12
xfs: remove xfs_vn_setattr_nonsize
Christoph Hellwig
2
-20
/
+7
2020-12-12
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
1
-13
/
+9
2020-12-12
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
3
-37
/
+48
2020-12-12
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
3
-94
/
+24
2020-12-12
xfs: move on-disk inode allocation out of xfs_ialloc()
Dave Chinner
3
-161
/
+86
2020-12-12
xfs: introduce xfs_dialloc_roll()
Dave Chinner
3
-30
/
+41
2020-12-12
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
1
-4
/
+4
2020-12-09
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
2
-8
/
+0
2020-12-09
xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks
Darrick J. Wong
1
-1
/
+1
2020-12-09
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
7
-46
/
+0
2020-12-09
xfs: introduce xfs_validate_stripe_geometry()
Gao Xiang
2
-11
/
+69
2020-12-09
xfs: show the proper user quota options
Kaixu Xia
1
-4
/
+6
2020-12-09
xfs: remove the unused XFS_B_FSB_OFFSET macro
Kaixu Xia
1
-1
/
+0
2020-12-09
xfs: remove unnecessary null check in xfs_generic_create
Kaixu Xia
1
-4
/
+2
2020-12-09
xfs: directly return if the delta equal to zero
Kaixu Xia
1
-14
/
+9
2020-12-09
xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
Kaixu Xia
3
-19
/
+3
2020-12-09
xfs: delete duplicated tp->t_dqinfo null check and allocation
Kaixu Xia
1
-7
/
+0
2020-12-09
xfs: rename xfs_fc_* back to xfs_fs_*
Darrick J. Wong
1
-13
/
+13
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
8
-5
/
+37
[prev]
[next]