index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: retry COW fork delalloc conversion when no extent was found
Christoph Hellwig
2019-02-17
1
-2
/
+16
*
xfs: remove the truncate short cut in xfs_map_blocks
Christoph Hellwig
2019-02-17
1
-20
/
+0
*
xfs: move xfs_iomap_write_allocate to xfs_aops.c
Christoph Hellwig
2019-02-17
3
-89
/
+45
*
xfs: move stat accounting to xfs_bmapi_convert_delalloc
Christoph Hellwig
2019-02-17
2
-4
/
+3
*
xfs: move transaction handling to xfs_bmapi_convert_delalloc
Christoph Hellwig
2019-02-17
3
-35
/
+40
*
xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write
Christoph Hellwig
2019-02-17
2
-52
/
+58
*
xfs: factor out two helpers from xfs_bmapi_write
Christoph Hellwig
2019-02-17
1
-34
/
+44
*
xfs: simplify the xfs_bmap_btree_to_extents calling conventions
Christoph Hellwig
2019-02-17
1
-52
/
+26
*
xfs: remove the s_maxbytes checks in xfs_map_blocks
Christoph Hellwig
2019-02-17
1
-6
/
+2
*
xfs: remove the io_type field from the writeback context and ioend
Christoph Hellwig
2019-02-17
5
-98
/
+63
*
xfs: don't ever put nlink > 0 inodes on the unlinked list
Darrick J. Wong
2019-02-15
2
-12
/
+17
*
xfs: reserve blocks for ifree transaction during log recovery
Darrick J. Wong
2019-02-15
2
-0
/
+8
*
xfs: rename m_inotbt_nores to m_finobt_nores
Darrick J. Wong
2019-02-15
4
-5
/
+5
*
xfs: don't overflow xattr listent buffer
Darrick J. Wong
2019-02-14
2
-0
/
+4
*
xfs: compile time offset checks for common v4/v5 metadata
Brian Foster
2019-02-12
1
-0
/
+21
*
xfs: use buf ops magic to detect btree block type
Darrick J. Wong
2019-02-12
3
-10
/
+2
*
xfs: add magic numbers to dquot buffer ops
Darrick J. Wong
2019-02-12
1
-0
/
+4
*
xfs: add inode magic to inode verifier
Darrick J. Wong
2019-02-12
2
-2
/
+6
*
xfs: factor xfs_da3_blkinfo verification into common helper
Brian Foster
2019-02-12
4
-37
/
+43
*
xfs: miscellaneous verifier magic value fixups
Brian Foster
2019-02-12
13
-46
/
+57
*
xfs: use verifier magic field in dir2 leaf verifiers
Brian Foster
2019-02-12
1
-68
/
+19
*
xfs: distinguish between bnobt and cntbt magic values
Brian Foster
2019-02-12
1
-35
/
+25
*
xfs: split up allocation btree verifier
Brian Foster
2019-02-12
5
-11
/
+20
*
xfs: distinguish between inobt and finobt magic values
Brian Foster
2019-02-12
3
-9
/
+28
*
xfs: create a separate finobt verifier
Brian Foster
2019-02-12
5
-5
/
+15
*
xfs: always check magic values in on-disk byte order
Brian Foster
2019-02-12
5
-7
/
+8
*
xfs: clarify documentation for the function to reverify buffers
Brian Foster
2019-02-12
3
-22
/
+17
*
xfs: cache unlinked pointers in an rhashtable
Darrick J. Wong
2019-02-12
7
-7
/
+306
*
xfs: add tracepoints for high level iunlink operations
Darrick J. Wong
2019-02-12
2
-0
/
+28
*
xfs: refactor inode update in iunlink_remove
Darrick J. Wong
2019-02-12
1
-21
/
+13
*
xfs: refactor unlinked list search and mapping to a separate function
Darrick J. Wong
2019-02-12
1
-38
/
+96
*
xfs: refactor inode unlinked pointer update functions
Darrick J. Wong
2019-02-12
2
-92
/
+125
*
xfs: strengthen AGI unlinked inode bucket pointer checks
Darrick J. Wong
2019-02-12
1
-11
/
+14
*
xfs: refactor AGI unlinked bucket updates
Darrick J. Wong
2019-02-12
2
-20
/
+71
*
xfs: add xfs_verify_agino_or_null helper
Darrick J. Wong
2019-02-12
4
-7
/
+19
*
xfs: clean up iunlink functions
Darrick J. Wong
2019-02-12
1
-47
/
+32
*
xfs: use the latest extent at writeback delalloc conversion time
Brian Foster
2019-02-12
3
-124
/
+64
*
xfs: create delalloc bmapi wrapper for full extent allocation
Brian Foster
2019-02-12
2
-4
/
+59
*
xfs: remove superfluous writeback mapping eof trimming
Brian Foster
2019-02-12
3
-27
/
+0
*
xfs: validate writeback mapping using data fork seq counter
Brian Foster
2019-02-12
2
-16
/
+49
*
xfs: update fork seq counter on data fork changes
Brian Foster
2019-02-12
2
-8
/
+7
*
xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic mask
Marco Benatto
2019-02-12
4
-3
/
+6
*
xfs: remove duplicated xfs_defer.h
YueHaibing
2019-02-12
4
-4
/
+0
*
xfs: check attribute name validity
Darrick J. Wong
2019-02-12
3
-1
/
+24
*
xfs: check directory name validity
Darrick J. Wong
2019-02-12
3
-0
/
+24
*
xfs: fix off-by-one error in rtbitmap cross-reference
Darrick J. Wong
2019-02-12
1
-3
/
+2
*
xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_t
Darrick J. Wong
2019-02-12
3
-0
/
+39
*
xfs: abort xattr scrub if fatal signals are pending
Darrick J. Wong
2019-02-12
1
-0
/
+5
*
xfs: consolidate scrub dinode mapping code into a single function
Darrick J. Wong
2019-02-12
1
-30
/
+32
*
xfs: scrub big block inode btrees correctly
Darrick J. Wong
2019-02-12
1
-1
/
+9
[next]