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
*
ocfs2: one more warning fix in ocfs2_file_aio_write(), v2
Coly Li
2010-03-30
1
-3
/
+3
*
ocfs2_dlmfs: User DLM_* when decoding file open flags.
Tao Ma
2010-03-30
1
-6
/
+6
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2010-03-29
11
-74
/
+223
|
\
|
*
ocfs2: Fix a race in o2dlm lockres mastery
Srinivas Eeda
2010-03-23
1
-3
/
+1
|
*
Ocfs2: Handle deletion of reflinked oprhan inodes correctly.
Tristan Ye
2010-03-23
1
-0
/
+15
|
*
Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir.
Tristan Ye
2010-03-23
1
-5
/
+23
|
*
ocfs2: Clear undo bits when local alloc is freed
Mark Fasheh
2010-03-23
4
-46
/
+95
|
*
ocfs2: Init meta_ac properly in ocfs2_create_empty_xattr_block.
Tao Ma
2010-03-19
1
-6
/
+4
|
*
ocfs2: Fix the update of name_offset when removing xattrs
Tao Ma
2010-03-19
1
-1
/
+1
|
*
ocfs2: Always try for maximum bits with new local alloc windows
Mark Fasheh
2010-03-18
1
-2
/
+2
|
*
ocfs2: set i_mode on disk during acl operations
Mark Fasheh
2010-03-17
1
-5
/
+72
|
*
ocfs2: Update i_blocks in reflink operations.
Tao Ma
2010-03-17
1
-0
/
+1
|
*
ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.
Tao Ma
2010-03-17
1
-5
/
+8
|
*
[PATCH] Skip check for mandatory locks when unlocking
Sachin Prabhu
2010-03-17
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2010-03-29
12
-91
/
+182
|
\
\
|
*
|
ceph: fix use after free on mds __unregister_request
Sage Weil
2010-03-28
1
-1
/
+2
|
*
|
ceph: fix possible double-free of mds request reference
Sage Weil
2010-03-23
1
-1
/
+3
|
*
|
ceph: fix session check on mds reply
Sage Weil
2010-03-23
1
-1
/
+1
|
*
|
ceph: handle kmalloc() failure
Dan Carpenter
2010-03-23
1
-0
/
+2
|
*
|
ceph: propagate mds session allocation failures to caller
Sage Weil
2010-03-23
1
-1
/
+6
|
*
|
ceph: make write_begin wait propagate ERESTARTSYS
Sage Weil
2010-03-23
1
-2
/
+8
|
*
|
ceph: fix snap rebuild condition
Sage Weil
2010-03-23
1
-2
/
+2
|
*
|
ceph: avoid reopening osd connections when address hasn't changed
Sage Weil
2010-03-23
3
-1
/
+23
|
*
|
ceph: rename r_sent_stamp r_stamp
Sage Weil
2010-03-23
2
-7
/
+7
|
*
|
ceph: fix connection fault con_work reentrancy problem
Sage Weil
2010-03-23
1
-2
/
+0
|
*
|
ceph: prevent dup stale messages to console for restarting mds
Sage Weil
2010-03-23
1
-1
/
+1
|
*
|
ceph: fix pg pool decoding from incremental osdmap update
Sage Weil
2010-03-23
1
-7
/
+10
|
*
|
ceph: fix mds sync() race with completing requests
Sage Weil
2010-03-23
1
-7
/
+20
|
*
|
ceph: only release unused caps with mds requests
Sage Weil
2010-03-23
1
-3
/
+10
|
*
|
ceph: clean up handle_cap_grant, handle_caps wrt session mutex
Sage Weil
2010-03-23
1
-32
/
+25
|
*
|
ceph: fix session locking in handle_caps, ceph_check_caps
Sage Weil
2010-03-23
1
-5
/
+9
|
*
|
ceph: drop unnecessary WARN_ON in caps migration
Sage Weil
2010-03-23
1
-2
/
+1
|
*
|
ceph: fix null pointer deref of r_osd in debug output
Sage Weil
2010-03-23
1
-1
/
+1
|
*
|
ceph: clean up service ticket decoding
Sage Weil
2010-03-23
1
-8
/
+20
|
*
|
ceph: release old ticket_blob buffer
Sage Weil
2010-03-20
1
-1
/
+5
|
*
|
ceph: fix authenticator buffer size calculation
Sage Weil
2010-03-20
1
-6
/
+13
|
*
|
ceph: fix authenticator timeout
Sage Weil
2010-03-20
1
-8
/
+1
|
*
|
ceph: fix inode removal from snap realm when racing with migration
Sage Weil
2010-03-20
1
-0
/
+16
|
*
|
ceph: add missing locking to protect i_snap_realm_item during split
Sage Weil
2010-03-20
1
-0
/
+2
|
*
|
ceph: implemented caps should always be superset of issued caps
Sage Weil
2010-03-20
1
-0
/
+2
*
|
|
ext3: fix broken handling of EXT3_STATE_NEW
Linus Torvalds
2010-03-29
2
-2
/
+4
*
|
|
SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUG
David Howells
2010-03-29
2
-5
/
+5
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2010-03-26
2
-12
/
+11
|
\
\
\
|
*
|
|
nilfs2: fix imperfect completion wait in nilfs_wait_on_logs
Ryusuke Konishi
2010-03-24
1
-4
/
+4
|
*
|
|
nilfs2: fix hang-up of cleaner after log writer returned with error
Ryusuke Konishi
2010-03-24
1
-2
/
+1
|
*
|
|
nilfs2: fix duplicate call to nilfs_segctor_cancel_freev
Ryusuke Konishi
2010-03-22
1
-6
/
+6
|
|
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-03-26
1
-8
/
+10
|
\
\
\
|
*
|
|
Restore LOOKUP_DIRECTORY hint handling in final lookup on open()
Al Viro
2010-03-26
1
-8
/
+10
*
|
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2010-03-25
3
-15
/
+22
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs
Eric Sandeen
2010-03-23
1
-2
/
+2
[next]