index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: rearrange xfs_inode_walk_ag parameters
Darrick J. Wong
2020-05-27
1
-5
/
+4
*
xfs: straighten out all the naming around incore inode tree walks
Darrick J. Wong
2020-05-27
3
-13
/
+13
*
xfs: move xfs_inode_ag_iterator to be closer to the perag walking code
Darrick J. Wong
2020-05-27
1
-40
/
+48
*
xfs: use bool for done in xfs_inode_ag_walk
Darrick J. Wong
2020-05-27
1
-3
/
+3
*
xfs: fix inode ag walk predicate function return values
Darrick J. Wong
2020-05-27
1
-17
/
+22
*
xfs: refactor eofb matching into a single helper
Darrick J. Wong
2020-05-27
1
-28
/
+34
*
xfs: remove __xfs_icache_free_eofblocks
Darrick J. Wong
2020-05-27
1
-12
/
+2
*
xfs: remove flags argument from xfs_inode_ag_walk
Darrick J. Wong
2020-05-27
3
-35
/
+27
*
xfs: remove xfs_inode_ag_iterator_flags
Darrick J. Wong
2020-05-27
3
-36
/
+16
*
xfs: remove unused xfs_inode_ag_iterator function
Darrick J. Wong
2020-05-27
2
-14
/
+0
*
xfs: replace open-coded XFS_ICI_NO_TAG
Darrick J. Wong
2020-05-27
1
-3
/
+3
*
xfs: move eofblocks conversion function to xfs_ioctl.c
Darrick J. Wong
2020-05-27
2
-35
/
+35
*
xfs: allow individual quota grace period extension
Eric Sandeen
2020-05-27
1
-20
/
+28
*
xfs: per-type quota timers and warn limits
Eric Sandeen
2020-05-27
6
-54
/
+55
*
xfs: switch xfs_get_defquota to take explicit type
Eric Sandeen
2020-05-27
5
-15
/
+26
*
xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
Eric Sandeen
2020-05-27
5
-5
/
+6
*
xfs: fix up some whitespace in quota code
Eric Sandeen
2020-05-27
2
-26
/
+26
*
xfs: always return -ENOSPC on project quota reservation failure
Eric Sandeen
2020-05-27
3
-18
/
+8
*
xfs: group quota should return EDQUOT when prj quota enabled
Eric Sandeen
2020-05-27
1
-1
/
+2
*
xfs: remove the m_active_trans counter
Dave Chinner
2020-05-27
3
-29
/
+16
*
xfs: separate read-only variables in struct xfs_mount
Dave Chinner
2020-05-27
1
-66
/
+82
*
xfs: reduce free inode accounting overhead
Dave Chinner
2020-05-27
3
-39
/
+13
*
xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()
Dave Chinner
2020-05-27
1
-143
/
+20
*
xfs: cleanup xfs_idestroy_fork
Christoph Hellwig
2020-05-19
6
-37
/
+28
*
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
27
-215
/
+182
*
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
24
-162
/
+132
*
xfs: remove xfs_ifree_local_data
Christoph Hellwig
2020-05-19
1
-20
/
+10
*
xfs: remove the XFS_DFORK_Q macro
Christoph Hellwig
2020-05-19
2
-6
/
+5
*
xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_Q
Darrick J. Wong
2020-05-19
1
-21
/
+13
*
xfs: remove the NULL fork handling in xfs_bmapi_read
Christoph Hellwig
2020-05-19
1
-17
/
+5
*
xfs: remove the special COW fork handling in xfs_bmapi_read
Christoph Hellwig
2020-05-19
1
-12
/
+1
*
xfs: improve local fork verification
Christoph Hellwig
2020-05-19
5
-33
/
+16
*
xfs: refactor xfs_inode_verify_forks
Christoph Hellwig
2020-05-19
3
-36
/
+40
*
xfs: remove xfs_ifork_ops
Christoph Hellwig
2020-05-19
3
-29
/
+9
*
xfs: remove xfs_iread
Christoph Hellwig
2020-05-19
3
-76
/
+32
*
xfs: don't reset i_delayed_blks in xfs_iread
Christoph Hellwig
2020-05-19
1
-2
/
+0
*
xfs: call xfs_dinode_verify from xfs_inode_from_disk
Christoph Hellwig
2020-05-19
1
-10
/
+8
*
xfs: handle unallocated inodes in xfs_inode_from_disk
Christoph Hellwig
2020-05-19
1
-36
/
+14
*
xfs: split xfs_iformat_fork
Christoph Hellwig
2020-05-19
3
-106
/
+103
*
xfs: call xfs_iformat_fork from xfs_inode_from_disk
Christoph Hellwig
2020-05-19
3
-6
/
+6
*
xfs: xfs_bmapi_read doesn't take a fork id as the last argument
Christoph Hellwig
2020-05-19
1
-1
/
+1
*
xfs: fix the warning message in xfs_validate_sb_common()
Kaixu Xia
2020-05-19
1
-1
/
+1
*
xfs: don't allow SWAPEXT if we'd screw up quota accounting
Darrick J. Wong
2020-05-19
1
-0
/
+7
*
xfs: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
2020-05-19
2
-14
/
+52
*
xfs: don't fail verifier on empty attr3 leaf block
Brian Foster
2020-05-19
1
-8
/
+7
*
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-05-14
21
-21
/
+21
*
xfs: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-14
1
-1
/
+1
*
xfs: ensure f_bfree returned by statfs() is non-negative
Zheng Bin
2020-05-14
1
-1
/
+2
*
xfs: remove duplicate headers
Chen Zhou
2020-05-08
1
-1
/
+0
*
xfs: fix unused variable warning in buffer completion on !DEBUG
Brian Foster
2020-05-08
1
-2
/
+1
[next]