| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-08-06 | 4 | -7/+5 |
|\ |
|
| * | qstr: constify instances in ocfs2 | Al Viro | 2016-07-21 | 4 | -7/+5 |
* | | ocfs2/dlm: continue to purge recovery lockres when recovery master goes down | piaojun | 2016-08-02 | 4 | -46/+74 |
* | | ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_ref | piaojun | 2016-08-02 | 2 | -5/+17 |
* | | ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl... | piaojun | 2016-08-02 | 1 | -2/+11 |
* | | ocfs2: retry on ENOSPC if sufficient space in truncate log | Eric Ren | 2016-08-02 | 4 | -38/+58 |
* | | ocfs2: ensure that dlm lockspace is created by kernel module | Gang He | 2016-08-02 | 1 | -2/+9 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ \ |
|
| * | | ocfs: fix ocfs2_xattr_user_get() argument name | Andreas Gruenbacher | 2016-06-21 | 1 | -1/+1 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | quota: use time64_t internally | Arnd Bergmann | 2016-06-19 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere... | Al Viro | 2016-07-01 | 2 | -2/+5 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | file_inode(f)->i_mapping is f->f_mapping | Al Viro | 2016-05-30 | 1 | -1/+1 |
* | | | | Merge branch 'salted-string-hash' | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-11 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-07-27 | 8 | -73/+26 |
|\ \ \ \ |
|
| * | | | | ocfs2/cluster: clean up unnecessary assignment for 'ret' | piaojun | 2016-07-27 | 1 | -6/+2 |
| * | | | | ocfs2: remove obscure BUG_ON in dlmglue | Joseph Qi | 2016-07-27 | 1 | -9/+0 |
| * | | | | ocfs2: cleanup implemented prototypes | Joseph Qi | 2016-07-27 | 2 | -8/+0 |
| * | | | | ocfs2/dlm: fix memory leak of dlm_debug_ctxt | Joseph Qi | 2016-07-27 | 2 | -25/+2 |
| * | | | | ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locks | Joseph Qi | 2016-07-27 | 1 | -3/+1 |
| * | | | | ocfs2: improve recovery performance | Junxiao Bi | 2016-07-27 | 1 | -20/+21 |
| * | | | | ocfs2: fix a redundant re-initialization | Eric Ren | 2016-07-27 | 1 | -2/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 4 | -11/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | ocfs2: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -4/+6 |
| * | | | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 2016-06-07 | 2 | -2/+2 |
| * | | | fs: have submit_bh users pass in op and flags separately | Mike Christie | 2016-06-07 | 1 | -4/+4 |
| * | | | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2016-06-07 | 1 | -5/+7 |
| |/ / |
|
* / / | ocfs2: disable BUG assertions in reading blocks | Gang He | 2016-06-25 | 2 | -2/+5 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-28 | 1 | -10/+13 |
|\ \ |
|
| * | | switch xattr_handler->set() to passing dentry and inode separately | Al Viro | 2016-05-27 | 1 | -10/+13 |
* | | | ocfs2: bump up o2cb network protocol version | Junxiao Bi | 2016-05-27 | 1 | -1/+4 |
* | | | ocfs2: o2hb: fix hb hung time | Junxiao Bi | 2016-05-27 | 1 | -1/+1 |
* | | | ocfs2: o2hb: don't negotiate if last hb fail | Junxiao Bi | 2016-05-27 | 1 | -0/+10 |
* | | | ocfs2: o2hb: add some user/debug log | Junxiao Bi | 2016-05-27 | 1 | -7/+32 |
* | | | ocfs2: o2hb: add NEGOTIATE_APPROVE message | Junxiao Bi | 2016-05-27 | 1 | -1/+27 |
* | | | ocfs2: o2hb: add NEGO_TIMEOUT message | Junxiao Bi | 2016-05-27 | 1 | -1/+65 |
* | | | ocfs2: o2hb: add negotiate timer | Junxiao Bi | 2016-05-27 | 1 | -4/+47 |
* | | | ocfs2: fix improper handling of return errno | Eric Ren | 2016-05-27 | 1 | -6/+1 |
|/ / |
|
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-05-24 | 1 | -1/+1 |
|\ \ |
|
| * | | jbd2: add support for avoiding data writes during transaction commits | Jan Kara | 2016-04-24 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-05-21 | 1 | -8/+9 |
|\ \ \ |
|
| * | | | ocfs2/cluster: block BH in TCP callbacks | Eric Dumazet | 2016-05-19 | 1 | -8/+9 |
| | |/
| |/| |
|
* | | | ocfs2: clean up an unneeded goto in ocfs2_put_slot() | Guozhonghua | 2016-05-20 | 1 | -5/+1 |
* | | | ocfs2: clean up unused parameter 'count' in o2hb_read_block_input() | Jun Piao | 2016-05-20 | 1 | -3/+2 |
* | | | ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec | piaojun | 2016-05-20 | 1 | -2/+1 |
* | | | ocfs2: fix comment in struct ocfs2_extended_slot | Guozhonghua | 2016-05-20 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-18 | 1 | -5/+4 |
|\ \ |
|
| * | | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-02 | 1 | -5/+4 |
| |/ |
|