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
...
|
*
ext4: remove EXT4_MB_{BITMAP,BUDDY} macros
Theodore Ts'o
2012-02-20
2
-18
/
+16
|
*
ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate()
Dan Carpenter
2012-02-20
1
-1
/
+1
|
*
ext4: remove an unneeded NULL check in __ext4_check_dir_entry()
Dan Carpenter
2012-02-20
1
-4
/
+4
|
*
ext4: remove unneeded variable in ext4_xattr_check_block()
Zheng Liu
2012-02-20
1
-4
/
+1
|
*
ext4: remove the resize mount option
Eric Sandeen
2012-02-20
2
-28
/
+6
|
*
ext4: remove the journal=update mount option
Eric Sandeen
2012-02-20
3
-85
/
+1
|
*
ext4: mark possibly unused variable in ext4_mb_normalize_request()
Curt Wohlgemuth
2012-02-20
1
-1
/
+2
|
*
jbd2: use KMEM_CACHE instead of kmem_cache_create()
Yongqiang Yang
2012-02-20
1
-8
/
+4
|
*
jbd2: rename functions which initialize slab caches
Yongqiang Yang
2012-02-20
1
-6
/
+6
|
*
jbd2: allocate transaction from separate slab cache
Yongqiang Yang
2012-02-20
5
-5
/
+43
|
*
ext4: expand commit callback and
Bobi Jam
2012-02-20
4
-88
/
+171
|
*
jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer
Eric Sandeen
2012-02-20
1
-0
/
+2
|
*
ext4: fix INCOMPAT feature codepoint reservation for INLINEDATA
Theodore Ts'o
2012-02-20
1
-1
/
+2
|
*
jbd2: add drop_transaction/update_superblock_end tracepoints
Seiji Aguchi
2012-02-20
3
-0
/
+32
|
*
ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc
Lukas Czerner
2012-02-20
2
-41
/
+51
|
*
ext4: fix race when setting bitmap_uptodate flag
Theodore Ts'o
2012-02-20
4
-93
/
+86
|
*
ext4: fold ext4_claim_inode into ext4_new_inode
Theodore Ts'o
2012-02-06
1
-133
/
+76
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2012-03-28
13
-603
/
+868
|
\
\
|
*
|
rbd: move snap_rwsem to the device, rename to header_rwsem
Josh Durgin
2012-03-22
1
-11
/
+11
|
*
|
ceph: fix three bugs, two in ceph_vxattrcb_file_layout()
Alex Elder
2012-03-22
1
-3
/
+8
|
*
|
libceph: isolate kmap() call in write_partial_msg_pages()
Alex Elder
2012-03-22
1
-11
/
+2
|
*
|
libceph: rename "page_shift" variable to something sensible
Alex Elder
2012-03-22
1
-5
/
+6
|
*
|
libceph: get rid of zero_page_address
Alex Elder
2012-03-22
1
-9
/
+2
|
*
|
libceph: only call kernel_sendpage() via helper
Alex Elder
2012-03-22
1
-6
/
+2
|
*
|
libceph: use kernel_sendpage() for sending zeroes
Alex Elder
2012-03-22
1
-5
/
+15
|
*
|
libceph: fix inverted crc option logic
Alex Elder
2012-03-22
1
-10
/
+10
|
*
|
libceph: some simple changes
Alex Elder
2012-03-22
1
-4
/
+9
|
*
|
libceph: small refactor in write_partial_kvec()
Alex Elder
2012-03-22
1
-11
/
+12
|
*
|
libceph: do crc calculations outside loop
Alex Elder
2012-03-22
1
-14
/
+12
|
*
|
libceph: separate CRC calculation from byte swapping
Alex Elder
2012-03-22
1
-14
/
+17
|
*
|
libceph: use "do" in CRC-related Boolean variables
Alex Elder
2012-03-22
2
-21
/
+21
|
*
|
ceph: ensure Boolean options support both senses
Alex Elder
2012-03-22
2
-0
/
+20
|
*
|
libceph: a few small changes
Alex Elder
2012-03-22
1
-14
/
+18
|
*
|
libceph: make ceph_tcp_connect() return int
Alex Elder
2012-03-22
1
-8
/
+6
|
*
|
libceph: encapsulate some messenger cleanup code
Alex Elder
2012-03-22
1
-18
/
+20
|
*
|
libceph: make ceph_msgr_wq private
Alex Elder
2012-03-22
2
-3
/
+1
|
*
|
libceph: encapsulate connection kvec operations
Alex Elder
2012-03-22
1
-61
/
+56
|
*
|
libceph: move prepare_write_banner()
Alex Elder
2012-03-22
1
-3
/
+4
|
*
|
rbd: don't drop the rbd_id too early
Alex Elder
2012-03-22
1
-5
/
+9
|
*
|
rbd: small changes
Alex Elder
2012-03-22
2
-37
/
+52
|
*
|
rbd: do some refactoring
Alex Elder
2012-03-22
1
-40
/
+40
|
*
|
rbd: fix module sysfs setup/teardown code
Alex Elder
2012-03-22
1
-3
/
+5
|
*
|
rbd: don't allocate mon_addrs buffer in rbd_add()
Alex Elder
2012-03-22
1
-12
/
+9
|
*
|
rbd: have rbd_parse_args() report found mon_addrs size
Alex Elder
2012-03-22
1
-7
/
+13
|
*
|
rbd: do a few checks at build time
Alex Elder
2012-03-22
1
-3
/
+13
|
*
|
rbd: don't use sscanf() in rbd_add_parse_args()
Alex Elder
2012-03-22
1
-14
/
+85
|
*
|
rbd: encapsulate argument parsing for rbd_add()
Alex Elder
2012-03-22
1
-26
/
+42
|
*
|
rbd: simplify error handling in rbd_add()
Alex Elder
2012-03-22
1
-23
/
+17
|
*
|
rbd: reduce memory used for rbd_dev fields
Alex Elder
2012-03-22
1
-2
/
+2
|
*
|
rbd: have rbd_get_client() return a rbd_client
Alex Elder
2012-03-22
1
-20
/
+12
[prev]
[next]