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
...
|
*
|
|
ocfs2: use all extent block suballocators
Mark Fasheh
2007-07-10
2
-12
/
+0
|
*
|
|
ocfs2: plug truncate into cached dealloc routines
Mark Fasheh
2007-07-10
5
-94
/
+29
|
*
|
|
ocfs2: simplify deallocation locking
Mark Fasheh
2007-07-10
4
-21
/
+242
|
*
|
|
ocfs2: harden buffer check during mapping of page blocks
Mark Fasheh
2007-07-10
1
-1
/
+2
|
*
|
|
ocfs2: shared writeable mmap
Mark Fasheh
2007-07-10
4
-39
/
+200
|
*
|
|
ocfs2: factor out write aops into nolock variants
Mark Fasheh
2007-07-10
1
-40
/
+80
|
*
|
|
ocfs2: rework ocfs2_buffered_write_cluster()
Mark Fasheh
2007-07-10
3
-438
/
+551
|
*
|
|
ocfs2: take ip_alloc_sem during entire truncate
Mark Fasheh
2007-07-10
2
-6
/
+9
|
*
|
|
ocfs2: Add "preferred slot" mount option
Sunil Mushran
2007-07-10
3
-5
/
+31
|
*
|
|
[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...
Shani Moideen
2007-07-10
1
-1
/
+1
|
*
|
|
[PATCH] ocfs2: use list_for_each_entry where benefical
Christoph Hellwig
2007-07-10
6
-105
/
+47
|
*
|
|
ocfs2: Wake up a starting region if it gets killed in the background.
Joel Becker
2007-07-10
1
-1
/
+20
|
*
|
|
ocfs2: live heartbeat depends on the local node configuration
Joel Becker
2007-07-10
3
-3
/
+46
|
*
|
|
ocfs2: Depend on configfs heartbeat items.
Joel Becker
2007-07-10
7
-17
/
+92
|
*
|
|
configfs: config item dependancies.
Joel Becker
2007-07-10
4
-3
/
+280
|
*
|
|
configfs: accessing item hierarchy during rmdir(2)
Joel Becker
2007-07-10
3
-1
/
+41
|
*
|
|
[PATCH] configsfs buffer: use mutex
Johannes Berg
2007-07-10
1
-7
/
+8
|
*
|
|
configfs: Convert subsystem semaphore to mutex
Joel Becker
2007-07-10
6
-26
/
+26
|
*
|
|
[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearly
Satyam Sharma
2007-07-10
3
-16
/
+11
|
*
|
|
[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.h
Satyam Sharma
2007-07-10
2
-8
/
+16
|
*
|
|
configfs: misc cleanups
Satyam Sharma
2007-07-10
2
-13
/
+3
|
*
|
|
configfs: consistent attribute size
Joel Becker
2007-07-10
1
-3
/
+10
*
|
|
|
Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2007-07-16
13
-91
/
+1341
|
\
\
\
\
|
*
|
|
|
bsg: Kconfig updates
FUJITA Tomonori
2007-07-16
1
-1
/
+2
|
*
|
|
|
bsg: add SCSI transport-level request support
FUJITA Tomonori
2007-07-16
2
-6
/
+27
|
*
|
|
|
bsg: add bidi support
FUJITA Tomonori
2007-07-16
1
-25
/
+49
|
*
|
|
|
add a struct request pointer to the request structure
FUJITA Tomonori
2007-07-16
2
-0
/
+6
|
*
|
|
|
bsg: fix the deadlock on discarding done commands
FUJITA Tomonori
2007-07-16
1
-0
/
+1
|
*
|
|
|
bsg: fix a blocking read bug
FUJITA Tomonori
2007-07-16
1
-61
/
+23
|
*
|
|
|
bsg: minor bug fixes
FUJITA Tomonori
2007-07-16
2
-2
/
+4
|
*
|
|
|
improve bsg device allocation
FUJITA Tomonori
2007-07-16
1
-8
/
+41
|
*
|
|
|
bind bsg to all SCSI devices
FUJITA Tomonori
2007-07-16
2
-15
/
+52
|
*
|
|
|
bsg: bind bsg to request_queue instead of gendisk
FUJITA Tomonori
2007-07-16
5
-29
/
+29
|
*
|
|
|
bsg: add a request_queue argument to scsi_cmd_ioctl()
FUJITA Tomonori
2007-07-16
8
-14
/
+13
|
*
|
|
|
bsg: simplify __bsg_alloc_command failpath
FUJITA Tomonori
2007-07-16
1
-3
/
+2
|
*
|
|
|
bsg: add cheasy error checks for sysfs stuff
Jens Axboe
2007-07-16
1
-1
/
+10
|
*
|
|
|
Add queue resizing support
Jens Axboe
2007-07-16
1
-64
/
+32
|
*
|
|
|
Replace s32, u32 and u64 with __s32, __u32 and __u64 in bsg.h for userspace
FUJITA Tomonori
2007-07-16
1
-29
/
+29
|
*
|
|
|
bsg: silence a bogus gcc warning
Jens Axboe
2007-07-16
1
-1
/
+1
|
*
|
|
|
bsg: style cleanup
Jens Axboe
2007-07-16
1
-2
/
+2
|
*
|
|
|
bsg: use u32 etc instead of uint32_t
Jens Axboe
2007-07-16
1
-29
/
+29
|
*
|
|
|
bsg: add SG_IO to SG v4
FUJITA Tomonori
2007-07-16
1
-2
/
+21
|
*
|
|
|
bsg: replace SG v3 with SG v4
FUJITA Tomonori
2007-07-16
1
-77
/
+121
|
*
|
|
|
bsg: add sg_io_v4 structure
FUJITA Tomonori
2007-07-16
1
-0
/
+43
|
*
|
|
|
block: export blk_verify_command for SG v4
FUJITA Tomonori
2007-07-16
2
-3
/
+5
|
*
|
|
|
bsg: minor cleanups
FUJITA Tomonori
2007-07-16
1
-7
/
+6
|
*
|
|
|
block: changes for blk_rq_unmap_user new API
FUJITA Tomonori
2007-07-16
1
-12
/
+1
|
*
|
|
|
bsg: support for full generic block layer SG v3
Jens Axboe
2007-07-16
10
-79
/
+1171
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2007-07-16
27
-5517
/
+9
|
\
\
\
\
|
*
|
|
|
splice: direct splicing updates ppos twice
Jens Axboe
2007-07-16
1
-1
/
+3
[prev]
[next]