index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
udf: avoid unnecessary synchronous writes
Mike Galbraith
2008-02-08
1
-1
/
+1
*
udf: fix signedness issue
Marcin Slusarz
2008-02-08
1
-1
/
+1
*
udf: fix 3 signedness & 1 unitialized variable warnings
Marcin Slusarz
2008-02-08
3
-9
/
+9
*
udf: remove wrong prototype of udf_readdir
Marcin Slusarz
2008-02-08
1
-62
/
+56
*
kill UDFFS_{DATE,VERSION}
Adrian Bunk
2008-02-08
2
-5
/
+1
*
udf: improve readability of udf_load_partition
Marcin Slusarz
2008-02-08
1
-29
/
+30
*
udf: fix udf_debug macro
Marcin Slusarz
2008-02-08
1
-2
/
+2
*
udf: cache struct udf_inode_info
Marcin Slusarz
2008-02-08
11
-290
/
+338
*
udf: remove UDF_I_* macros and open code them
Marcin Slusarz
2008-02-08
14
-314
/
+315
*
udf: convert byte order of constant instead of variable
Marcin Slusarz
2008-02-08
4
-24
/
+24
*
udf: replace loops coded with goto to real loops
Marcin Slusarz
2008-02-08
1
-59
/
+59
*
udf: create common function for changing free space counter
Marcin Slusarz
2008-02-08
1
-29
/
+20
*
udf: create common function for tag checksumming
Marcin Slusarz
2008-02-08
5
-56
/
+22
*
udf: fix coding style
Marcin Slusarz
2008-02-08
14
-830
/
+1306
*
udf: fix sparse warnings (shadowing & mismatch between declaration and defini...
Marcin Slusarz
2008-02-08
1
-2
/
+1
*
udf: move calculating of nr_groups into helper function
Marcin Slusarz
2008-02-08
3
-9
/
+13
*
udf: convert macros related to bitmaps to functions
Marcin Slusarz
2008-02-08
2
-44
/
+55
*
udf: check if udf_load_logicalvol failed
Marcin Slusarz
2008-02-08
1
-1
/
+4
*
udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps function
Marcin Slusarz
2008-02-08
2
-15
/
+23
*
udf: remove some ugly macros
Marcin Slusarz
2008-02-08
11
-442
/
+509
*
udf: fix coding style of super.c
Marcin Slusarz
2008-02-08
1
-129
/
+166
*
libfs: rename simple_attr_close to simple_attr_release
Christoph Hellwig
2008-02-08
3
-5
/
+5
*
libfs: make simple attributes interruptible
Christoph Hellwig
2008-02-08
1
-2
/
+8
*
libfs: allow error return from simple attributes
Christoph Hellwig
2008-02-08
7
-47
/
+69
*
Nuke duplicate header from sysctl.c
Jesper Juhl
2008-02-08
1
-1
/
+0
*
Nuke a duplicate include from profile.c
Jesper Juhl
2008-02-08
1
-1
/
+0
*
Nuke duplicate include from printk.c
Jesper Juhl
2008-02-08
1
-1
/
+0
*
write_inode_now(): avoid unnecessary synchronous write
Mike Galbraith
2008-02-08
1
-1
/
+1
*
Allow executables larger than 2GB
Andi Kleen
2008-02-08
1
-2
/
+3
*
asm-*/posix_types.h: scrub __GLIBC__
Mike Frysinger
2008-02-08
16
-81
/
+27
*
ufs: fix symlink creation on ufs2
Evgeniy Dushistov
2008-02-08
1
-2
/
+4
*
ext2: remove unused ext2_put_inode prototype
Christoph Hellwig
2008-02-08
1
-1
/
+0
*
aio: negative offset should return -EINVAL
Rusty Russell
2008-02-08
1
-0
/
+4
*
aio: partial write should not return error code
Rusty Russell
2008-02-08
1
-0
/
+7
*
Fix container_of() usage
Alexey Dobriyan
2008-02-08
2
-2
/
+2
*
ext3: replace all adds to little endians variables with le*_add_cpu
Marcin Slusarz
2008-02-08
5
-26
/
+13
*
byteorder: move le32_add_cpu & friends from OCFS2 to core
Marcin Slusarz
2008-02-08
6
-78
/
+30
*
Use pgoff_t instead of unsigned long
Jan Kara
2008-02-08
2
-2
/
+3
*
aoe: statically initialise devlist_lock
Andrew Morton
2008-02-08
1
-3
/
+1
*
aoe: update copyright date
Ed L. Cashin
2008-02-08
7
-7
/
+7
*
aoe: make error messages more specific
Ed L. Cashin
2008-02-08
1
-8
/
+7
*
aoe: the aoeminor doesn't need a long format
Ed L. Cashin
2008-02-08
2
-5
/
+7
*
aoe: add module parameter for users who need more outstanding I/O
Ed L. Cashin
2008-02-08
1
-3
/
+7
*
aoe: only install new AoE device once
Ed L. Cashin
2008-02-08
1
-0
/
+2
*
aoe: dynamically allocate a capped number of skbs when necessary
Ed L. Cashin
2008-02-08
3
-41
/
+133
*
aoe: user can ask driver to forget previously detected devices
Ed L. Cashin
2008-02-08
5
-19
/
+77
*
aoe: eliminate goto and improve readability
Ed L. Cashin
2008-02-08
1
-35
/
+34
*
aoe: clean up udev configuration example
Ed L. Cashin
2008-02-08
2
-8
/
+12
*
aoe: mac_addr: avoid 64-bit arch compiler warnings
Ed L. Cashin
2008-02-08
4
-10
/
+9
*
aoe: handle multiple network paths to AoE device
Ed L. Cashin
2008-02-08
6
-335
/
+653
[next]