index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inode: Allow external list initialisation
David Chinner
2008-10-30
2
-21
/
+47
*
Inode: Allow external initialisers
David Chinner
2008-10-30
2
-62
/
+79
*
[XFS] Never call mark_inode_dirty_sync() directly
David Chinner
2008-10-30
3
-3
/
+3
*
[XFS] factor xfs_iget_core() into hit and miss cases
David Chinner
2008-10-30
1
-157
/
+191
*
[XFS] fix instant oops with tracing enabled
Christoph Hellwig
2008-10-30
1
-1
/
+1
*
[XFS] Move remaining quiesce code.
David Chinner
2008-10-30
5
-59
/
+59
*
[XFS] Kill xfs_sync()
David Chinner
2008-10-30
4
-153
/
+29
*
[XFS] Kill SYNC_CLOSE
David Chinner
2008-10-30
3
-40
/
+2
*
[XFS] make SYNC_DELWRI no longer use xfs_sync
David Chinner
2008-10-30
4
-21
/
+50
*
[XFS] make SYNC_ATTR no longer use xfs_sync
David Chinner
2008-10-30
4
-15
/
+14
*
[XFS] xfssyncd: don't call xfs_sync
David Chinner
2008-10-30
1
-2
/
+14
*
[XFS] kill xfs_syncsub
David Chinner
2008-10-30
1
-79
/
+62
*
[XFS] use xfs_sync_inodes rather than xfs_syncsub
David Chinner
2008-10-30
5
-25
/
+16
*
[XFS] Use struct inodes instead of vnodes to kill vn_grab
David Chinner
2008-10-30
4
-43
/
+37
*
[XFS] split out two helpers from xfs_syncsub
Christoph Hellwig
2008-10-30
1
-69
/
+93
*
[XFS] Move XFS_BMAP_SANITY_CHECK out of line.
Christoph Hellwig
2008-10-30
2
-10
/
+19
*
[XFS] Always use struct xfs_btree_block instead of short / longform
Christoph Hellwig
2008-10-30
15
-187
/
+165
*
[XFS] cleanup btree record / key / ptr addressing macros.
Christoph Hellwig
2008-10-30
9
-97
/
+113
*
[XFS] remove the mount inode list
David Chinner
2008-10-30
4
-55
/
+1
*
[XFS] Cleanup maxrecs calculation.
Christoph Hellwig
2008-10-30
13
-122
/
+158
*
[XFS] Traverse inode trees when releasing dquots
David Chinner
2008-10-30
1
-68
/
+59
*
[XFS] Use the inode tree for finding dirty inodes
David Chinner
2008-10-30
1
-260
/
+101
*
[XFS] don't block in xfs_qm_dqflush() during async writeback.
David Chinner
2008-10-30
1
-7
/
+5
*
[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()
David Chinner
2008-10-30
6
-64
/
+22
*
[XFS] move xfssyncd code to xfs_sync.c
David Chinner
2008-10-30
6
-182
/
+223
*
[XFS] move sync code to its own file
David Chinner
2008-10-30
6
-560
/
+615
*
[XFS] Show buffer address with debug hexdump on corruption
Barry Naujok
2008-10-30
1
-1
/
+1
*
[XFS] Check agf_btreeblks is valid when reading in the AGF
Barry Naujok
2008-10-30
1
-0
/
+4
*
[XFS] Sync up kernel and user-space headers
Barry Naujok
2008-10-30
14
-389
/
+383
*
[XFS] Make xfs_btree_check_ptr() debug-only code.
Lachlan McIlroy
2008-10-30
1
-0
/
+2
*
[XFS] Fix build brakage from patch "Clean up dquot pincount code"
Peter Leckie
2008-10-30
1
-1
/
+1
*
[XFS] Clean up dquot pincount code.
Peter Leckie
2008-10-30
5
-34
/
+16
*
[XFS] Wait for all I/O on truncate to zero file size
Lachlan McIlroy
2008-10-30
1
-1
/
+1
*
[XFS] make btree tracing generic
Christoph Hellwig
2008-10-30
2
-0
/
+365
*
[XFS] mark various functions in xfs_btree.c static
Christoph Hellwig
2008-10-30
2
-78
/
+11
*
[XFS] add keys_inorder and recs_inorder btree methods
Christoph Hellwig
2008-10-30
6
-161
/
+135
*
[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs
Christoph Hellwig
2008-10-30
5
-96
/
+10
*
[XFS] implement generic xfs_btree_get_rec
Christoph Hellwig
2008-10-30
9
-101
/
+91
*
[XFS] implement generic xfs_btree_delete/delrec
Christoph Hellwig
2008-10-30
11
-1839
/
+723
*
[XFS] move xfs_bmbt_killroot to common code
Christoph Hellwig
2008-10-30
5
-94
/
+185
*
[XFS] implement generic xfs_btree_insert/insrec
Christoph Hellwig
2008-10-30
11
-873
/
+494
*
[XFS] move xfs_bmbt_newroot to common code
Christoph Hellwig
2008-10-30
5
-119
/
+104
*
[XFS] implement semi-generic xfs_btree_new_root
Christoph Hellwig
2008-10-30
4
-305
/
+172
*
[XFS] implement generic xfs_btree_split
Christoph Hellwig
2008-10-30
5
-503
/
+460
*
[XFS] implement generic xfs_btree_lshift
Christoph Hellwig
2008-10-30
5
-425
/
+192
*
[XFS] implement generic xfs_btree_rshift
Christoph Hellwig
2008-10-30
5
-408
/
+331
*
[XFS] implement generic xfs_btree_update
Christoph Hellwig
2008-10-30
11
-182
/
+228
*
[XFS] implement generic xfs_btree_updkey
Christoph Hellwig
2008-10-30
5
-134
/
+103
*
[XFS] implement generic xfs_btree_lookup
Christoph Hellwig
2008-10-30
12
-735
/
+487
*
[XFS] implement generic xfs_btree_decrement
Christoph Hellwig
2008-10-30
11
-292
/
+137
[next]