index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-30
[XFS] kill deleted inodes list
David Chinner
8
-29
/
+10
2008-10-30
[XFS] use the inode radix tree for reclaiming inodes
David Chinner
1
-10
/
+71
2008-10-30
[XFS] mark inodes for reclaim via a tag in the inode radix tree
David Chinner
5
-0
/
+54
2008-10-30
[XFS] rename inode reclaim functions
David Chinner
4
-9
/
+9
2008-10-30
[XFS] move inode reclaim functions to xfs_sync.c
David Chinner
4
-92
/
+94
2008-10-30
[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement
Lachlan McIlroy
1
-0
/
+1
2008-10-30
[XFS] Prevent use-after-free caused by synchronous inode reclaim
David Chinner
1
-18
/
+14
2008-10-30
[XFS] Combine the XFS and Linux inodes
David Chinner
7
-203
/
+108
2008-10-30
Inode: Allow external list initialisation
David Chinner
1
-21
/
+46
2008-10-30
Inode: Allow external initialisers
David Chinner
1
-62
/
+78
2008-10-30
[XFS] Never call mark_inode_dirty_sync() directly
David Chinner
3
-3
/
+3
2008-10-30
[XFS] factor xfs_iget_core() into hit and miss cases
David Chinner
1
-157
/
+191
2008-10-30
[XFS] fix instant oops with tracing enabled
Christoph Hellwig
1
-1
/
+1
2008-10-30
[XFS] Move remaining quiesce code.
David Chinner
5
-59
/
+59
2008-10-30
[XFS] Kill xfs_sync()
David Chinner
4
-153
/
+29
2008-10-30
[XFS] Kill SYNC_CLOSE
David Chinner
3
-40
/
+2
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
[next]