Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
046136170a56ba47338fbd10fdf4db4214b30567
/
fs
/
ocfs2
d102a56
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
38b52ef
ocfs2: bump up o2cb network protocol version
by Junxiao Bi
· 8 years ago
6633ca5
ocfs2: o2hb: fix hb hung time
by Junxiao Bi
· 8 years ago
88dbe98
ocfs2: o2hb: don't negotiate if last hb fail
by Junxiao Bi
· 8 years ago
1bd1290
ocfs2: o2hb: add some user/debug log
by Junxiao Bi
· 8 years ago
e76f823
ocfs2: o2hb: add NEGOTIATE_APPROVE message
by Junxiao Bi
· 8 years ago
34069b8
ocfs2: o2hb: add NEGO_TIMEOUT message
by Junxiao Bi
· 8 years ago
e0cbb79
ocfs2: o2hb: add negotiate timer
by Junxiao Bi
· 8 years ago
5930122
switch xattr_handler->set() to passing dentry and inode separately
by Al Viro
· 8 years ago
1f3a437
ocfs2: fix improper handling of return errno
by Eric Ren
· 8 years ago
0e01df1
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
087afe8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
8f9b180
ocfs2: clean up an unneeded goto in ocfs2_put_slot()
by Guozhonghua
· 8 years ago
aa6913d
ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()
by Jun Piao
· 8 years ago
c14688e
ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec
by piaojun
· 8 years ago
8ba4422
ocfs2: fix comment in struct ocfs2_extended_slot
by Guozhonghua
· 8 years ago
e1daca2
ocfs2/cluster: block BH in TCP callbacks
by Eric Dumazet
· 8 years ago
c2e7b20
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
7f427d3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
0e0162b
Merge branch 'ovl-fixes' into for-linus
by Al Viro
· 8 years ago
c25a1e0
ocfs2: fix posix_acl_create deadlock
by Junxiao Bi
· 9 years ago
5ee0fbd
ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
by Junxiao Bi
· 9 years ago
9902af7
parallel lookups: actual switch to rwsem
by Al Viro
· 9 years ago
7b9743e
ocfs2: don't open-code inode_lock/inode_unlock
by Al Viro
· 9 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
b734136
ocfs2/dlm: return zero if deref_done message is successfully handled
by xuejiufei
· 9 years ago
41617e1
jbd2: add support for avoiding data writes during transaction commits
by Jan Kara
· 9 years ago
b296821
xattr_handler: pass dentry and inode as separate arguments of ->get()
by Al Viro
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
e865f49
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
ea1754a
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
by Kirill A. Shutemov
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
b8a7a3a
posix_acl: Inode acl caching fixes
by Andreas Gruenbacher
· 9 years ago
8f9e8f5
ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotas
by Jan Kara
· 9 years ago
102c259
ocfs2: extend enough credits for freeing one truncate record while replaying truncate records
by Xue jiufei
· 9 years ago
1721598
ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et
by Xue jiufei
· 9 years ago
e5054c9
ocfs2/dlm: move lock to the tail of grant queue while doing in-place convert
by xuejiufei
· 9 years ago
584dca3
ocfs2: solve a problem of crossing the boundary in updating backups
by jiangyiwen
· 9 years ago
35ddf78
ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local
by jiangyiwen
· 9 years ago
be12b29
ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
by Joseph Qi
· 9 years ago
ac7cf24
ocfs2/dlm: fix race between convert and recovery
by Joseph Qi
· 9 years ago
2888868
ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()
by Ryan Ding
· 9 years ago
ce17082
ocfs2: fix disk file size and memory file size mismatch
by Ryan Ding
· 9 years ago
a86a72a
ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_write
by Ryan Ding
· 9 years ago
e63890f
ocfs2: fix ip_unaligned_aio deadlock with dio work queue
by Ryan Ding
· 9 years ago
f1f973f
ocfs2: code clean up for direct io
by Ryan Ding
· 9 years ago
c15471f
ocfs2: fix sparse file & data ordering issue in direct io
by Ryan Ding
· 9 years ago
4506cfb
ocfs2: record UNWRITTEN extents when populate write desc
by Ryan Ding
· 9 years ago
2de6a3c
ocfs2: return the physical address in ocfs2_write_cluster
by Ryan Ding
· 9 years ago
46e6255
ocfs2: do not change i_size in write_end for direct io
by Ryan Ding
· 9 years ago
65c4db8
ocfs2: test target page before change it
by Ryan Ding
· 9 years ago
b46637d
ocfs2: use c_new to indicate newly allocated extents
by Ryan Ding
· 9 years ago
c1ad1e3
ocfs2: add ocfs2_write_type_t type to identify the caller of write
by Ryan Ding
· 9 years ago
9e13f1f
ocfs2: o2hb: fix double free bug
by Junxiao Bi
· 9 years ago
d56a8f3
ocfs2: check/fix inode block for online file check
by Gang He
· 9 years ago
a849d46
ocfs2: create/remove sysfile for online file check
by Gang He
· 9 years ago
a860f6e
ocfs2: sysfile interfaces for online file check
by Gang He
· 9 years ago
9dde5e4
ocfs2: export ocfs2_kset for online file check
by Gang He
· 9 years ago
77d9131
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
53d2e69
Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
364e8dd
Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs
by Linus Torvalds
· 9 years ago
8d67d3c
ocfs2/dlm: fix a variable overflow problem in dlmdomain.c
by Jun Piao
· 9 years ago
814ce69
ocfs2: fix a tiny race that leads file system read-only
by Jiufei Xue
· 9 years ago
d277f33
ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_REF state
by xuejiufei
· 9 years ago
8c03439
ocfs2/dlm: clear DROPPING_REF flag when the master goes down
by xuejiufei
· 9 years ago
842b90b
ocfs2/dlm: return in progress if master can not clear the refmap bit right now
by xuejiufei
· 9 years ago
60d663c
ocfs2/dlm: add DEREF_DONE message
by xuejiufei
· 9 years ago
39b29af
ocfs2/dlm: fix a typo in dlmcommon.h
by Joseph Qi
· 9 years ago
bfd97a0
ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()
by jiangyiwen
· 9 years ago
4d548f6
ocfs2/cluster: replace the interrupt safe spinlocks with common ones
by jiangyiwen
· 9 years ago
566e8df
ocfs2: fix return value from ocfs2_page_mkwrite()
by Jan Kara
· 9 years ago
1ae1602
configfs: switch ->default groups to a linked list
by Christoph Hellwig
· 9 years ago
a4a8481f
ocfs2: unlock inode if deleting inode from orphan fails
by Guozhonghua
· 9 years ago
5a9530e
ocfs2: Implement get_next_id()
by Jan Kara
· 9 years ago
187372a
direct-io: always call ->end_io if non-NULL
by Christoph Hellwig
· 9 years ago
c95a518
ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup
by xuejiufei
· 9 years ago
a4a1dfa
ocfs2/cluster: fix memory leak in o2hb_region_release
by Joseph Qi
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
b1b1e15
ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock
by Tariq Saeed
· 9 years ago
71e4634
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
1d3671d
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
3c973b0
ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h
by Joseph Qi
· 9 years ago
98e141f
ocfs2: dlm: remove redundant code
by Junxiao Bi
· 9 years ago
074a6c6
ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del
by Joseph Qi
· 9 years ago
32e4932
ocfs2/dlm: do not insert a new mle when another process is already migrating
by xuejiufei
· 9 years ago
bef5502
ocfs2/dlm: ignore cleaning the migration mle that is inuse
by xuejiufei
· 9 years ago
1cce4df
ocfs2: do not lock/unlock() inode DLM lock
by Goldwyn Rodrigues
· 9 years ago
1247017
ocfs2: fix slot overwritten if storage link down during mount
by jiangyiwen
· 9 years ago
c372f21
ocfs2/dlm: return appropriate value when dlm_grab() returns NULL
by Xue jiufei
· 9 years ago
72865d9
ocfs2: clean up redundant NULL check before iput
by Joseph Qi
· 9 years ago
b556014
ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_worker
by jiangyiwen
· 9 years ago
9e62dc0
ocfs2: constify ocfs2_extent_tree_operations structures
by Julia Lawall
· 9 years ago
30bee89
ocfs2/dlm: fix a race between purge and migration
by Xue jiufei
· 9 years ago
a84ac33
ocfs2: o2hb: increase unsteady iterations
by Junxiao Bi
· 9 years ago
d636462
ocfs2: return non-zero st_blocks for inline data
by John Haxby
· 9 years ago
3eb5bdf
ocfs2: optimize bad declarations and redundant assignment
by Norton.Zhu
· 9 years ago
ddf1d62
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
32fb378
Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
Next »