index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-02-23
xfs: pass mp to XFS_WANT_CORRUPTED_GOTO
Eric Sandeen
4
-113
/
+121
2015-02-23
xfs: remove xfs_mod_incore_sb API
Dave Chinner
1
-62
/
+0
[next]