index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-30
[XFS] Add ail pointer into log items
David Chinner
6
-14
/
+40
2008-10-30
[XFS] Given the log a pointer to the AIL
David Chinner
3
-22
/
+24
2008-10-30
[XFS] Move the AIL lock into the struct xfs_ail
David Chinner
12
-58
/
+59
2008-10-30
[XFS] Allow 64 bit machines to avoid the AIL lock during flushes
David Chinner
3
-14
/
+32
2008-10-30
[XFS] move the AIl traversal over to a consistent interface
David Chinner
5
-92
/
+58
2008-10-30
[XFS] Use a cursor for AIL traversal.
David Chinner
4
-109
/
+218
2008-10-30
[XFS] Allocate the struct xfs_ail
David Chinner
4
-65
/
+77
2008-10-30
[XFS] Account for allocated blocks when expanding directories
David Chinner
2
-0
/
+11
2008-10-30
[XFS] Prevent looping in xfs_sync_inodes_ag
David Chinner
1
-4
/
+22
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
2
-21
/
+47
2008-10-30
Inode: Allow external initialisers
David Chinner
2
-62
/
+79
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
[next]