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: zero initialize highstale and lowstale in xfs_dir2_leaf_addname
Darrick J. Wong
2019-03-10
1
-2
/
+2
*
xfs: clean up xfs_dir2_leafn_add
Darrick J. Wong
2019-03-08
1
-12
/
+8
*
xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add
Nathan Chancellor
2019-03-08
1
-0
/
+2
*
xfs: fix reporting supported extra file attributes for statx()
Luis R. Rodriguez
2019-03-01
1
-0
/
+8
*
xfs: fix backwards endian conversion in scrub
Darrick J. Wong
2019-02-25
1
-1
/
+1
*
xfs: fix uninitialized error variables
Darrick J. Wong
2019-02-25
2
-2
/
+2
*
xfs: rework breaking of shared extents in xfs_file_iomap_begin
Darrick J. Wong
2019-02-25
1
-5
/
+7
*
xfs: don't pass iomap flags to xfs_reflink_allocate_cow
Darrick J. Wong
2019-02-25
3
-9
/
+10
*
xfs: fix uninitialized error variable
Colin Ian King
2019-02-21
1
-1
/
+1
*
xfs: introduce an always_cow mode
Christoph Hellwig
2019-02-21
10
-32
/
+116
*
xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
Christoph Hellwig
2019-02-21
1
-3
/
+4
*
xfs: make COW fork unwritten extent conversions more robust
Christoph Hellwig
2019-02-21
3
-33
/
+45
*
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
2019-02-21
4
-111
/
+94
*
xfs: also truncate holes covered by COW blocks
Christoph Hellwig
2019-02-21
1
-15
/
+16
*
xfs: don't use delalloc extents for COW on files with extsize hints
Christoph Hellwig
2019-02-21
3
-13
/
+29
*
xfs: fix SEEK_DATA for speculative COW fork preallocation
Christoph Hellwig
2019-02-21
3
-2
/
+89
*
xfs: make xfs_bmbt_to_iomap more useful
Christoph Hellwig
2019-02-21
3
-49
/
+41
*
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
2019-02-18
8
-23
/
+45
*
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
[next]