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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-28
xfs: improve ondisk dquot flags checking
Darrick J. Wong
2
-3
/
+10
2020-07-28
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
3
-14
/
+20
2020-07-28
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
3
-11
/
+13
2020-07-28
xfs: drop the type parameter from xfs_dquot_verify
Darrick J. Wong
2
-10
/
+6
2020-07-28
xfs: remove qcore from incore dquots
Darrick J. Wong
1
-4
/
+3
2020-07-28
xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format
Darrick J. Wong
1
-0
/
+16
2020-07-28
xfs: rename dquot incore state flags
Darrick J. Wong
1
-5
/
+5
2020-07-28
xfs: fix inode allocation block res calculation precedence
Brian Foster
1
-1
/
+1
2020-07-14
xfs: get rid of unnecessary xfs_perag_{get,put} pairs
Gao Xiang
7
-64
/
+23
2020-07-07
xfs: remove xfs_inobp_check()
Dave Chinner
2
-30
/
+0
2020-07-07
xfs: attach inodes to the cluster buffer when dirtied
Dave Chinner
1
-3
/
+6
2020-07-07
xfs: pin inode backing buffer to the inode log item
Dave Chinner
2
-7
/
+49
2020-07-06
xfs: add an inode item lock
Dave Chinner
1
-26
/
+26
2020-07-06
xfs: Don't allow logging of XFS_ISTALE inodes
Dave Chinner
1
-0
/
+2
2020-07-06
xfs: redesign the reflink remap loop to fix blkres depletion crash
Darrick J. Wong
1
-4
/
+9
2020-07-06
xfs: rename xfs_bmap_is_real_extent to is_written_extent
Darrick J. Wong
2
-2
/
+2
2020-07-06
xfs: preserve rmapbt swapext block reservation from freed blocks
Brian Foster
1
-0
/
+1
2020-07-06
xfs: Couple of typo fixes in comments
Keyur Patel
1
-3
/
+3
2020-06-15
writeback: Drop I_DIRTY_TIME_EXPIRE
Jan Kara
1
-2
/
+2
2020-05-27
xfs: more lockdep whackamole with kmem_alloc*
Darrick J. Wong
1
-1
/
+1
2020-05-27
xfs: force writes to delalloc regions to unwritten
Darrick J. Wong
1
-12
/
+17
2020-05-27
xfs: always return -ENOSPC on project quota reservation failure
Eric Sandeen
1
-1
/
+0
2020-05-19
xfs: cleanup xfs_idestroy_fork
Christoph Hellwig
4
-29
/
+14
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
11
-141
/
+115
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
8
-98
/
+85
2020-05-19
xfs: remove the XFS_DFORK_Q macro
Christoph Hellwig
2
-6
/
+5
2020-05-19
xfs: remove the NULL fork handling in xfs_bmapi_read
Christoph Hellwig
1
-17
/
+5
2020-05-19
xfs: remove the special COW fork handling in xfs_bmapi_read
Christoph Hellwig
1
-12
/
+1
2020-05-19
xfs: improve local fork verification
Christoph Hellwig
1
-1
/
+7
2020-05-19
xfs: refactor xfs_inode_verify_forks
Christoph Hellwig
2
-19
/
+36
2020-05-19
xfs: remove xfs_ifork_ops
Christoph Hellwig
2
-27
/
+7
2020-05-19
xfs: remove xfs_iread
Christoph Hellwig
2
-75
/
+0
2020-05-19
xfs: don't reset i_delayed_blks in xfs_iread
Christoph Hellwig
1
-2
/
+0
2020-05-19
xfs: call xfs_dinode_verify from xfs_inode_from_disk
Christoph Hellwig
1
-10
/
+8
2020-05-19
xfs: handle unallocated inodes in xfs_inode_from_disk
Christoph Hellwig
1
-36
/
+14
2020-05-19
xfs: split xfs_iformat_fork
Christoph Hellwig
3
-106
/
+103
2020-05-19
xfs: call xfs_iformat_fork from xfs_inode_from_disk
Christoph Hellwig
2
-4
/
+5
2020-05-19
xfs: xfs_bmapi_read doesn't take a fork id as the last argument
Christoph Hellwig
1
-1
/
+1
2020-05-19
xfs: fix the warning message in xfs_validate_sb_common()
Kaixu Xia
1
-1
/
+1
2020-05-19
xfs: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
1
-1
/
+9
2020-05-19
xfs: don't fail verifier on empty attr3 leaf block
Brian Foster
1
-8
/
+7
2020-05-13
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
20
-20
/
+20
2020-05-13
xfs: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-08
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
1
-2
/
+0
2020-05-08
xfs: refactor releasing finished intents during log recovery
Darrick J. Wong
1
-0
/
+3
2020-05-08
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
1
-0
/
+23
2020-05-08
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
1
-0
/
+4
2020-05-08
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
1
-0
/
+6
2020-05-08
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
1
-2
/
+43
2020-05-08
xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
Darrick J. Wong
1
-2
/
+2
[prev]
[next]