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
/
linux-2.6
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs ioctl __user annotations
Al Viro
2007-07-26
1
-2
/
+2
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-2
/
+2
*
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
2007-07-19
1
-0
/
+16
|
\
|
*
[XFS] Implement ->page_mkwrite in XFS.
David Chinner
2007-07-19
1
-0
/
+16
*
|
mm: fault feedback #1
Nick Piggin
2007-07-19
1
-8
/
+6
*
|
mm: merge populate and nopage into fault (fixes nonlinear)
Nick Piggin
2007-07-19
1
-12
/
+11
*
|
mm: fix fault vs invalidate race for linear mappings
Nick Piggin
2007-07-19
1
-0
/
+1
|
/
*
knfsd: exportfs: add exportfs.h header
Christoph Hellwig
2007-07-17
1
-0
/
+2
*
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
2007-07-17
1
-0
/
+1
*
mm: clean up and kernelify shrinker registration
Rusty Russell
2007-07-17
1
-8
/
+6
*
[XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode
Michal Marek
2007-07-14
2
-24
/
+202
*
[XFS] Compat ioctl handler for handle operations
Michal Marek
2007-07-14
1
-5
/
+52
*
[XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1.
Michal Marek
2007-07-14
1
-1
/
+41
*
[XFS] Concurrent Multi-File Data Streams
David Chinner
2007-07-14
4
-0
/
+15
*
[XFS] XFS should not be looking at filp reference counts
Christoph Hellwig
2007-07-14
2
-16
/
+0
*
[XFS] Fix remount,readonly path to flush everything correctly.
David Chinner
2007-07-14
2
-1
/
+15
*
[XFS] Map unwritten extents correctly for I/o completion processing
David Chinner
2007-07-14
1
-1
/
+12
*
[XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().
David Chinner
2007-07-14
1
-0
/
+2
*
[XFS] Block on unwritten extent conversion during synchronous direct I/O.
David Chinner
2007-07-14
1
-8
/
+20
*
[XFS] Flush the block device before closing it on unmount.
David Chinner
2007-07-14
1
-0
/
+1
*
[XFS] Lazy Superblock Counters
David Chinner
2007-07-14
2
-1
/
+3
*
[XFS] Use generic shrinker interfaces in XFS.
Andrew Morton
2007-07-14
2
-22
/
+3
*
[XFS] Fix double free in xfs_buf_get_noaddr error handling path
Christoph Hellwig
2007-07-14
1
-1
/
+2
*
[XFS] Only use refcounted pages for I/O
Christoph Hellwig
2007-07-14
2
-29
/
+22
*
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
2007-07-10
5
-80
/
+0
*
[XFS] s/memclear_highpage_flush/zero_user_page/
Christoph Hellwig
2007-06-19
1
-1
/
+1
*
[XFS] Write at EOF may not update filesize correctly.
David Chinner
2007-05-29
1
-9
/
+17
*
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2007-05-17
1
-2
/
+1
*
Merge git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
2007-05-08
8
-90
/
+212
|
\
|
*
[XFS] Add lockdep support for XFS
Lachlan McIlroy
2007-05-08
1
-0
/
+12
|
*
[XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.
Lachlan McIlroy
2007-05-08
1
-27
/
+26
|
*
[XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.
Tim Shimmin
2007-05-08
2
-1
/
+12
|
*
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
Lachlan McIlroy
2007-05-08
2
-48
/
+132
|
*
[XFS] Fix race condition in xfs_write().
Lachlan McIlroy
2007-05-08
1
-29
/
+32
|
*
[XFS] propogate return codes from flush routines
Lachlan McIlroy
2007-05-08
4
-12
/
+25
*
|
mm: move common segment checks to separate helper function
Dmitriy Monakhov
2007-05-08
1
-19
/
+3
|
/
*
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2007-05-07
1
-2
/
+1
*
[PATCH] Make XFS workqueues nonfreezable
Rafael J. Wysocki
2007-03-22
1
-2
/
+2
*
[PATCH] xfs warning fix
Andrew Morton
2007-02-20
1
-1
/
+1
*
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
2007-02-14
1
-1
/
+1
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[PATCH] mark struct inode_operations const 3
Arjan van de Ven
2007-02-12
2
-6
/
+6
*
[PATCH] Make XFS use BH_Unwritten and BH_Delay correctly
David Chinner
2007-02-12
1
-3
/
+0
*
[PATCH] Make BH_Unwritten a first class bufferhead flag V2
David Chinner
2007-02-12
1
-10
/
+0
*
[XFS] Don't use kmap in xfs_iozero.
David Chinner
2007-02-10
1
-7
/
+3
*
[XFS] Remove unused header files for MAC and CAP checking functionality.
Eric Sandeen
2007-02-10
4
-8
/
+0
*
[XFS] Make freeze code a little cleaner.
David Chinner
2007-02-10
2
-3
/
+2
*
[XFS] Clean up use of VFS attr flags
Eric Sandeen
2007-02-10
1
-18
/
+13
*
[XFS] Remove useless memory barrier
Ralf Baechle
2007-02-10
1
-1
/
+0
*
[XFS] XFS sysctl cleanups
Eric W. Biederman
2007-02-10
1
-79
/
+181
[next]