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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-30
[XFS] make SYNC_DELWRI no longer use xfs_sync
David Chinner
4
-21
/
+50
2008-10-30
[XFS] make SYNC_ATTR no longer use xfs_sync
David Chinner
4
-15
/
+14
2008-10-30
[XFS] xfssyncd: don't call xfs_sync
David Chinner
1
-2
/
+14
2008-10-30
[XFS] kill xfs_syncsub
David Chinner
1
-79
/
+62
2008-10-30
[XFS] use xfs_sync_inodes rather than xfs_syncsub
David Chinner
5
-25
/
+16
2008-10-30
[XFS] Use struct inodes instead of vnodes to kill vn_grab
David Chinner
4
-43
/
+37
2008-10-30
[XFS] split out two helpers from xfs_syncsub
Christoph Hellwig
1
-69
/
+93
2008-10-30
[XFS] Move XFS_BMAP_SANITY_CHECK out of line.
Christoph Hellwig
2
-10
/
+19
2008-10-30
[XFS] Always use struct xfs_btree_block instead of short / longform
Christoph Hellwig
15
-187
/
+165
2008-10-30
[XFS] cleanup btree record / key / ptr addressing macros.
Christoph Hellwig
9
-97
/
+113
2008-10-30
[XFS] remove the mount inode list
David Chinner
4
-55
/
+1
2008-10-30
[XFS] Cleanup maxrecs calculation.
Christoph Hellwig
13
-122
/
+158
2008-10-30
[XFS] Traverse inode trees when releasing dquots
David Chinner
1
-68
/
+59
2008-10-30
[XFS] Use the inode tree for finding dirty inodes
David Chinner
1
-260
/
+101
2008-10-30
[XFS] don't block in xfs_qm_dqflush() during async writeback.
David Chinner
1
-7
/
+5
2008-10-30
[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()
David Chinner
6
-64
/
+22
2008-10-30
[XFS] move xfssyncd code to xfs_sync.c
David Chinner
6
-182
/
+223
2008-10-30
[XFS] move sync code to its own file
David Chinner
6
-560
/
+615
2008-10-30
[XFS] Show buffer address with debug hexdump on corruption
Barry Naujok
1
-1
/
+1
2008-10-30
[XFS] Check agf_btreeblks is valid when reading in the AGF
Barry Naujok
1
-0
/
+4
2008-10-30
[XFS] Sync up kernel and user-space headers
Barry Naujok
14
-389
/
+383
2008-10-30
[XFS] Make xfs_btree_check_ptr() debug-only code.
Lachlan McIlroy
1
-0
/
+2
2008-10-30
[XFS] Fix build brakage from patch "Clean up dquot pincount code"
Peter Leckie
1
-1
/
+1
2008-10-30
[XFS] Clean up dquot pincount code.
Peter Leckie
5
-34
/
+16
2008-10-30
[XFS] Wait for all I/O on truncate to zero file size
Lachlan McIlroy
1
-1
/
+1
2008-10-30
[XFS] make btree tracing generic
Christoph Hellwig
2
-0
/
+365
2008-10-30
[XFS] mark various functions in xfs_btree.c static
Christoph Hellwig
2
-78
/
+11
2008-10-30
[XFS] add keys_inorder and recs_inorder btree methods
Christoph Hellwig
6
-161
/
+135
2008-10-30
[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs
Christoph Hellwig
5
-96
/
+10
2008-10-30
[XFS] implement generic xfs_btree_get_rec
Christoph Hellwig
9
-101
/
+91
2008-10-30
[XFS] implement generic xfs_btree_delete/delrec
Christoph Hellwig
11
-1839
/
+723
2008-10-30
[XFS] move xfs_bmbt_killroot to common code
Christoph Hellwig
5
-94
/
+185
2008-10-30
[XFS] implement generic xfs_btree_insert/insrec
Christoph Hellwig
11
-873
/
+494
2008-10-30
[XFS] move xfs_bmbt_newroot to common code
Christoph Hellwig
5
-119
/
+104
2008-10-30
[XFS] implement semi-generic xfs_btree_new_root
Christoph Hellwig
4
-305
/
+172
2008-10-30
[XFS] implement generic xfs_btree_split
Christoph Hellwig
5
-503
/
+460
2008-10-30
[XFS] implement generic xfs_btree_lshift
Christoph Hellwig
5
-425
/
+192
2008-10-30
[XFS] implement generic xfs_btree_rshift
Christoph Hellwig
5
-408
/
+331
2008-10-30
[XFS] implement generic xfs_btree_update
Christoph Hellwig
11
-182
/
+228
2008-10-30
[XFS] implement generic xfs_btree_updkey
Christoph Hellwig
5
-134
/
+103
2008-10-30
[XFS] implement generic xfs_btree_lookup
Christoph Hellwig
12
-735
/
+487
2008-10-30
[XFS] implement generic xfs_btree_decrement
Christoph Hellwig
11
-292
/
+137
2008-10-30
[XFS] implement generic xfs_btree_increment
Christoph Hellwig
12
-305
/
+262
2008-10-30
[XFS] add helpers for addressing entities inside a btree block
Christoph Hellwig
5
-0
/
+152
2008-10-30
[XFS] add get_maxrecs btree operation
Christoph Hellwig
5
-27
/
+32
2008-10-30
[XFS] make btree tracing generic
Christoph Hellwig
10
-266
/
+309
2008-10-30
[XFS] add new btree statistics
David Chinner
3
-0
/
+97
2008-10-30
[XFS] refactor btree validation helpers
Christoph Hellwig
2
-138
/
+155
2008-10-30
[XFS] refactor xfs_btree_readahead
Christoph Hellwig
3
-72
/
+76
2008-10-30
[XFS] add a long pointers flag to xfs_btree_cur
Christoph Hellwig
3
-9
/
+5
[next]