index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: factor common post-write isize handling code
Dave Chinner
2011-01-11
1
-26
/
+28
*
xfs: ensure sync write errors are returned
Dave Chinner
2011-01-11
1
-26
/
+23
*
xfs: convert grant head manipulations to lockless algorithm
Dave Chinner
2010-12-21
2
-77
/
+49
*
xfs: introduce new locks for the log grant ticket wait queues
Dave Chinner
2010-12-21
3
-60
/
+97
*
xfs: convert log grant heads to atomic variables
Dave Chinner
2010-12-04
2
-10
/
+10
*
xfs: convert l_tail_lsn to an atomic variable.
Dave Chinner
2010-12-21
4
-46
/
+63
*
xfs: convert l_last_sync_lsn to an atomic variable
Dave Chinner
2010-12-03
3
-34
/
+36
*
xfs: make AIL tail pushing independent of the grant lock
Dave Chinner
2010-12-21
1
-57
/
+54
*
xfs: use wait queues directly for the log wait queues
Dave Chinner
2010-12-21
6
-106
/
+52
*
xfs: combine grant heads into a single 64 bit integer
Dave Chinner
2010-12-21
4
-91
/
+119
*
xfs: rework log grant space calculations
Dave Chinner
2010-12-21
1
-47
/
+48
*
xfs: fact out common grant head/log tail verification code
Dave Chinner
2010-12-21
1
-29
/
+22
*
xfs: convert log grant ticket queues to list heads
Dave Chinner
2010-12-21
3
-97
/
+53
*
xfs: use AIL bulk delete function to implement single delete
Dave Chinner
2010-12-20
2
-72
/
+11
*
xfs: use AIL bulk update function to implement single updates
Dave Chinner
2010-12-20
3
-96
/
+13
*
xfs: remove all the inodes on a buffer from the AIL in bulk
Dave Chinner
2010-12-20
3
-16
/
+151
*
xfs: consume iodone callback items on buffers as they are processed
Dave Chinner
2010-12-03
1
-11
/
+21
*
xfs: reduce the number of AIL push wakeups
Dave Chinner
2010-12-17
1
-4
/
+16
*
xfs: bulk AIL insertion during transaction commit
Dave Chinner
2010-12-20
4
-12
/
+195
*
xfs: clean up xfs_ail_delete()
Dave Chinner
2010-12-03
1
-20
/
+7
*
xfs: Pull EFI/EFD handling out from under the AIL lock
Dave Chinner
2010-12-20
4
-49
/
+59
*
xfs: fix EFI transaction cancellation.
Dave Chinner
2010-12-20
2
-12
/
+9
*
xfs: connect up buffer reclaim priority hooks
Dave Chinner
2010-12-02
4
-9
/
+14
*
xfs: add a lru to the XFS buffer cache
Dave Chinner
2010-12-02
2
-22
/
+150
*
xfs: convert xfsbud shrinker to a per-buftarg shrinker.
Dave Chinner
2010-11-30
2
-66
/
+27
*
xfs: convert pag_ici_lock to a spin lock
Dave Chinner
2010-12-16
4
-11
/
+11
*
xfs: convert inode cache lookups to use RCU locking
Dave Chinner
2010-12-17
3
-42
/
+141
*
xfs: rcu free inodes
Dave Chinner
2010-12-16
1
-1
/
+13
*
xfs: don't truncate prealloc from frequently accessed inodes
Dave Chinner
2010-12-23
2
-27
/
+47
*
xfs: dynamic speculative EOF preallocation
Dave Chinner
2011-01-04
4
-10
/
+110
*
xfs: use KM_NOFS for allocations during attribute list operations
Dave Chinner
2010-12-23
1
-2
/
+2
*
xfs: provide a inode iolock lockdep class
Dave Chinner
2010-12-23
3
-0
/
+23
*
xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helper
Christoph Hellwig
2010-12-16
1
-180
/
+113
*
xfs: clean up xfs_alloc_ag_vextent_exact
Christoph Hellwig
2010-12-16
2
-26
/
+33
*
xfs: simplify xfs_map_at_offset
Christoph Hellwig
2010-12-16
1
-11
/
+4
*
xfs: refactor xfs_vm_writepage
Christoph Hellwig
2010-12-16
1
-58
/
+39
*
xfs: remove the all_bh flag from xfs_convert_page
Christoph Hellwig
2010-12-16
1
-20
/
+13
*
xfs: remove xfs_probe_cluster
Christoph Hellwig
2010-12-16
1
-107
/
+4
*
xfs: simplify xfs_map_blocks
Christoph Hellwig
2010-12-16
1
-52
/
+25
*
xfs: kill xfs_iomap
Christoph Hellwig
2010-12-16
5
-213
/
+191
*
xfs: cleanup the xfs_iomap_write_* helpers
Christoph Hellwig
2010-12-16
1
-30
/
+15
*
xfs: a few small tweaks for overwrites in xfs_vm_writepage
Christoph Hellwig
2010-12-16
1
-8
/
+7
*
xfs: remove some dead bio handling code
Christoph Hellwig
2010-12-16
1
-11
/
+2
*
xfs: improve mapping type check in xfs_vm_writepage
Christoph Hellwig
2010-12-16
1
-9
/
+12
*
xfs: untangle phase1 vs phase2 recovery helpers
Christoph Hellwig
2010-12-16
1
-101
/
+93
*
xfs: refactor xlog_recover_commit_trans
Christoph Hellwig
2010-12-16
1
-64
/
+53
*
xfs: use struct list_head for the buf cancel table
Christoph Hellwig
2010-12-16
3
-111
/
+65
*
xfs: remove leftovers of old buffer log items in recovery code
Christoph Hellwig
2010-12-16
1
-115
/
+40
*
xfs: fix exporting with left over 64-bit inodes
Samuel Kvasnica
2010-12-16
1
-2
/
+10
*
xfs: log timestamp changes to the source inode in rename
Christoph Hellwig
2010-12-09
1
-0
/
+1
[next]