index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-29
xfs: remote attributes need to be considered data
Dave Chinner
1
-4
/
+11
2015-07-29
xfs: remote attribute headers contain an invalid LSN
Dave Chinner
1
-6
/
+23
2015-06-23
Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next
Dave Chinner
2
-7
/
+4
2015-06-23
Merge branch 'xfs-freelist-cleanup' into for-next
Dave Chinner
6
-129
/
+140
2015-06-22
xfs: clean up XFS_MIN_FREELIST macros
Dave Chinner
6
-20
/
+25
2015-06-22
xfs: sanitise error handling in xfs_alloc_fix_freelist
Dave Chinner
1
-56
/
+55
2015-06-22
xfs: factor out free space extent length check
Dave Chinner
1
-27
/
+44
2015-06-22
xfs: xfs_alloc_fix_freelist() can use incore perag structures
Dave Chinner
3
-45
/
+35
2015-06-22
xfs: return a void pointer from xfs_buf_offset
Christoph Hellwig
2
-7
/
+4
2015-06-04
Merge branch 'xfs-commit-cleanup' into for-next
Dave Chinner
4
-33
/
+18
2015-06-04
xfs: saner xfs_trans_commit interface
Christoph Hellwig
4
-13
/
+6
2015-06-04
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
4
-20
/
+12
2015-06-04
Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next
Dave Chinner
1
-7
/
+8
2015-06-04
xfs: check min blks for random debug mode sparse allocations
Brian Foster
1
-7
/
+8
2015-06-01
Merge branch 'xfs-sparse-inode' into for-next
Dave Chinner
9
-64
/
+715
2015-06-01
Merge branch 'xfs-misc-fixes-for-4.2' into for-next
Dave Chinner
2
-3
/
+11
2015-06-01
xfs: don't cast string literals
Eric Sandeen
1
-2
/
+2
2015-06-01
xfs: always log the inode on unwritten extent conversion
Brian Foster
1
-1
/
+9
2015-05-29
xfs: enable sparse inode chunks for v5 superblocks
Brian Foster
1
-1
/
+2
2015-05-29
xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()
Brian Foster
2
-12
/
+15
2015-05-29
xfs: only free allocated regions of inode chunks
Brian Foster
1
-3
/
+78
2015-05-29
xfs: filter out sparse regions from individual inode allocation
Brian Foster
1
-2
/
+13
2015-05-29
xfs: randomly do sparse inode allocations in DEBUG mode
Brian Foster
1
-2
/
+13
2015-05-29
xfs: allocate sparse inode chunks on full chunk allocation failure
Brian Foster
3
-14
/
+354
2015-05-29
xfs: helper to convert holemask to inode alloc. bitmap
Brian Foster
2
-0
/
+54
2015-05-29
xfs: pass inode count through ordered icreate log item
Brian Foster
2
-4
/
+5
2015-05-29
xfs: introduce inode record hole mask for sparse inode chunks
Brian Foster
3
-12
/
+81
2015-05-29
xfs: add fs geometry bit for sparse inode chunks
Brian Foster
1
-0
/
+1
2015-05-29
xfs: sparse inode chunks feature helpers and mount requirements
Brian Foster
2
-0
/
+28
2015-05-29
xfs: use sparse chunk alignment for min. inode allocation requirement
Brian Foster
2
-1
/
+6
2015-05-29
xfs: add sparse inode chunk alignment superblock field
Brian Foster
2
-4
/
+4
2015-05-29
xfs: support min/max agbno args in block allocator
Brian Foster
2
-5
/
+39
2015-05-29
xfs: update free inode record logic to support sparse inode records
Brian Foster
1
-4
/
+12
2015-05-29
xfs: create individual inode alloc. helper
Brian Foster
1
-2
/
+12
2015-05-29
xfs: xfs_attr_inactive leaves inconsistent attr fork state behind
Dave Chinner
2
-5
/
+5
2015-05-29
xfs: extent size hints can round up extents past MAXEXTLEN
Dave Chinner
1
-12
/
+19
2015-05-29
xfs: use percpu_counter_read_positive for mp->m_icount
George Wang
1
-3
/
+6
2015-04-13
Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next
Dave Chinner
3
-39
/
+131
2015-04-13
xfs: kill unnecessary firstused overflow check on attr3 leaf removal
Brian Foster
1
-2
/
+1
2015-04-13
xfs: use larger in-core attr firstused field and detect overflow
Brian Foster
2
-6
/
+92
2015-04-13
xfs: pass attr geometry to attr leaf header conversion functions
Brian Foster
2
-31
/
+38
2015-03-25
Merge branch 'fallocate-insert-range' into for-next
Dave Chinner
2
-46
/
+323
2015-03-25
Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next
Dave Chinner
2
-36
/
+4
2015-03-25
xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
Namjae Jeon
2
-46
/
+323
2015-03-25
xfs: fix shadow warning in xfs_da3_root_split()
Fabian Frederick
1
-4
/
+4
2015-03-25
xfs: remove xfs_bmap_sanity_check()
Dave Chinner
1
-33
/
+0
2015-02-24
Merge branch 'xfs-generic-sb-counters' into for-next
Dave Chinner
4
-93
/
+27
2015-02-24
xfs: xfs_alloc_fix_minleft can underflow near ENOSPC
Dave Chinner
1
-1
/
+3
2015-02-24
xfs: remove old and redundant comment in xfs_mount_validate_sb
Wang Sheng-Hui
1
-8
/
+0
2015-02-23
xfs: pass mp to XFS_WANT_CORRUPTED_RETURN
Eric Sandeen
5
-49
/
+56
[next]