index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
xfs: replace open-coded XFS_ICI_NO_TAG
Darrick J. Wong
1
-3
/
+3
2020-05-27
xfs: move eofblocks conversion function to xfs_ioctl.c
Darrick J. Wong
2
-35
/
+35
2020-05-27
xfs: allow individual quota grace period extension
Eric Sandeen
1
-20
/
+28
2020-05-27
xfs: per-type quota timers and warn limits
Eric Sandeen
6
-54
/
+55
2020-05-27
xfs: switch xfs_get_defquota to take explicit type
Eric Sandeen
5
-15
/
+26
2020-05-27
xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
Eric Sandeen
5
-5
/
+6
2020-05-27
xfs: fix up some whitespace in quota code
Eric Sandeen
2
-26
/
+26
2020-05-27
xfs: always return -ENOSPC on project quota reservation failure
Eric Sandeen
3
-18
/
+8
2020-05-27
xfs: group quota should return EDQUOT when prj quota enabled
Eric Sandeen
1
-1
/
+2
2020-05-27
xfs: remove the m_active_trans counter
Dave Chinner
3
-29
/
+16
2020-05-27
xfs: separate read-only variables in struct xfs_mount
Dave Chinner
1
-66
/
+82
2020-05-27
xfs: reduce free inode accounting overhead
Dave Chinner
3
-39
/
+13
2020-05-27
xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()
Dave Chinner
1
-143
/
+20
2020-05-19
xfs: cleanup xfs_idestroy_fork
Christoph Hellwig
6
-37
/
+28
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
27
-215
/
+182
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
24
-162
/
+132
2020-05-19
xfs: remove xfs_ifree_local_data
Christoph Hellwig
1
-20
/
+10
2020-05-19
xfs: remove the XFS_DFORK_Q macro
Christoph Hellwig
2
-6
/
+5
2020-05-19
xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_Q
Darrick J. Wong
1
-21
/
+13
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
5
-33
/
+16
2020-05-19
xfs: refactor xfs_inode_verify_forks
Christoph Hellwig
3
-36
/
+40
2020-05-19
xfs: remove xfs_ifork_ops
Christoph Hellwig
3
-29
/
+9
2020-05-19
xfs: remove xfs_iread
Christoph Hellwig
3
-76
/
+32
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
2
-15
/
+13
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
3
-6
/
+6
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: don't allow SWAPEXT if we'd screw up quota accounting
Darrick J. Wong
1
-0
/
+7
2020-05-19
xfs: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
2
-14
/
+52
2020-05-19
xfs: don't fail verifier on empty attr3 leaf block
Brian Foster
1
-8
/
+7
2020-05-14
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
21
-21
/
+21
2020-05-14
xfs: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-14
xfs: ensure f_bfree returned by statfs() is non-negative
Zheng Bin
1
-1
/
+2
2020-05-08
xfs: remove duplicate headers
Chen Zhou
1
-1
/
+0
2020-05-08
xfs: fix unused variable warning in buffer completion on !DEBUG
Brian Foster
1
-2
/
+1
2020-05-08
xfs: remove unnecessary includes from xfs_log_recover.c
Darrick J. Wong
1
-8
/
+0
2020-05-08
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
3
-104
/
+104
2020-05-08
xfs: hoist setting of XFS_LI_RECOVERED to caller
Darrick J. Wong
5
-19
/
+2
2020-05-08
xfs: refactor intent item iop_recover calls
Darrick J. Wong
5
-137
/
+54
2020-05-08
xfs: refactor intent item RECOVERED flag into the log item
Darrick J. Wong
9
-42
/
+20
2020-05-08
xfs: refactor adding recovered intent items to the log
Darrick J. Wong
6
-28
/
+26
2020-05-08
xfs: refactor releasing finished intents during log recovery
Darrick J. Wong
7
-129
/
+78
2020-05-08
xfs: refactor xlog_item_is_intent now that we're done converting
Darrick J. Wong
1
-14
/
+6
2020-05-08
xfs: refactor recovered BUI log item playback
Darrick J. Wong
3
-73
/
+41
2020-05-08
xfs: refactor recovered CUI log item playback
Darrick J. Wong
3
-58
/
+35
[next]