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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[XFS] endianess annotations for xfs_inobt_rec_t / xfs_inobt_key_t
Christoph Hellwig
2006-09-28
6
-46
/
+51
*
[XFS] endianess annotation for xfs_agfl_t. Trivial, xfs_agfl_t is always
Christoph Hellwig
2006-09-28
2
-4
/
+4
*
[XFS] Fix sparse warning found when page tracing enabled, due to
Nathan Scott
2006-09-28
1
-4
/
+4
*
[XFS] Fix rounding bug in xfs_free_file_space found by sparse checking.
Nathan Scott
2006-09-28
1
-3
/
+2
*
[XFS] move XFS_IOC_GETVERSION to main multiplexer
Alexey Dobriyan
2006-09-28
1
-7
/
+2
*
[XFS] cleanup the field types of some item format structures
Tim Shimmin
2006-09-28
2
-54
/
+62
*
[XFS] Improve xfsbufd delayed write submission patterns, after blktrace
Nathan Scott
2006-09-28
1
-10
/
+14
*
[XFS] pass inode to xfs_ioc_space(), simplify some code. There is trivial
Alexey Dobriyan
2006-09-28
1
-5
/
+5
*
[PATCH] de_thread: Use tsk not current
Eric W. Biederman
2006-09-27
1
-23
/
+23
*
[PATCH] fs/nfs/: make code static
Adrian Bunk
2006-09-27
1
-3
/
+9
*
[PATCH] add newline to nfs dprintk
Martin Bligh
2006-09-27
1
-1
/
+1
*
[PATCH] pid: Implement transfer_pid and use it to simplify de_thread
Eric W. Biederman
2006-09-27
1
-7
/
+4
*
[PATCH] sysctl: Allow /proc/sys without sys_sysctl
Eric W. Biederman
2006-09-27
1
-0
/
+19
*
[PATCH] alloc_fdtable() cleanup
Andrew Morton
2006-09-27
1
-4
/
+2
*
[PATCH] reiserfs: warn about the useless nolargeio option
Adrian Bunk
2006-09-27
1
-19
/
+2
*
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
2006-09-27
62
-98
/
+14
*
[PATCH] inode-diet: Move i_cdev into a union
Theodore Ts'o
2006-09-27
2
-2
/
+2
*
[PATCH] inode-diet: Move i_bdev into a union
Theodore Ts'o
2006-09-27
1
-1
/
+1
*
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
Theodore Ts'o
2006-09-27
13
-38
/
+38
*
[PATCH] fat: cleanup fat_get_block(s)
OGAWA Hirofumi
2006-09-27
1
-17
/
+12
*
[PATCH] autofs4 needs to force fail return revalidate
Ian Kent
2006-09-27
2
-23
/
+65
*
[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place
David Howells
2006-09-27
1
-5
/
+0
*
[PATCH] NOMMU: Implement /proc/pid/maps for NOMMU
David Howells
2006-09-27
3
-20
/
+75
*
[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmem
David Howells
2006-09-27
1
-0
/
+20
*
[PATCH] Really ignore kmem_cache_destroy return value
Alexey Dobriyan
2006-09-27
33
-107
/
+42
*
[PATCH] fs: Removing useless casts
Panagiotis Issaris
2006-09-27
21
-48
/
+37
*
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
2006-09-27
35
-84
/
+43
*
[PATCH] more ext3 16T overflow fixes
Eric Sandeen
2006-09-27
2
-6
/
+23
*
[PATCH] ext3: Fix sparse warnings
Dave Kleikamp
2006-09-27
3
-14
/
+13
*
[PATCH] ext3: More whitespace cleanups
Dave Kleikamp
2006-09-27
11
-41
/
+41
*
[PATCH] ext3: wrong error behavior
Vasily Averin
2006-09-27
1
-5
/
+6
*
[PATCH] ext3: more comments about block allocation/reservation code
Mingming Cao
2006-09-27
1
-45
/
+247
*
[PATCH] ext3: turn on reservation dump on block allocation errors
Mingming Cao
2006-09-27
1
-4
/
+8
*
[PATCH] JBD: 16T fixes
Eric Sandeen
2006-09-27
1
-3
/
+3
*
[PATCH] ext3: inode numbers are unsigned long
Eric Sandeen
2006-09-27
5
-26
/
+27
*
[PATCH] ext2: fix mounts at 16T
Eric Sandeen
2006-09-27
1
-13
/
+19
*
[PATCH] fix ext3 mounts at 16T
Eric Sandeen
2006-09-27
1
-15
/
+19
*
[PATCH] jbd: use BUILD_BUG_ON in journal init
Alexey Dobriyan
2006-09-27
1
-7
/
+1
*
[PATCH] ext3 and jbd cleanup: remove whitespace
Mingming Cao
2006-09-27
15
-274
/
+274
*
[PATCH] jbd: add lock annotation to jbd_sync_bh
Josh Triplett
2006-09-27
1
-0
/
+1
*
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
2006-09-26
2
-3
/
+5
|
\
|
*
[PATCH] Check return value of copy_to_user in compat_sys_pselect7
Andi Kleen
2006-09-26
1
-2
/
+3
|
*
[PATCH] i386/x86-64: Don't randomize stack top when no randomization personal...
Andi Kleen
2006-09-26
1
-1
/
+2
*
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2006-09-26
8
-61
/
+62
|
\
\
|
*
|
sysfs: add proper sysfs_init() prototype
Andrew Morton
2006-09-25
1
-9
/
+1
|
*
|
sysfs_remove_bin_file: no return value, dump_stack on error
Randy.Dunlap
2006-09-25
3
-9
/
+17
|
*
|
SYSFS: allow sysfs_create_link to create symlinks in the root of sysfs
Greg Kroah-Hartman
2006-09-25
1
-2
/
+12
|
*
|
Debugfs: kernel-doc fixes for debugfs
Randy Dunlap
2006-09-25
2
-40
/
+31
|
*
|
sysfs: Make poll behaviour consistent
Juha Yrjölä
2006-09-25
1
-1
/
+1
|
|
/
*
|
[PATCH] binfmt_elf: consistently use loff_t
Andrew Morton
2006-09-26
1
-5
/
+5
[next]