Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c4806acdcec020fe5bbb054ce9dc75aaecaf29dd
/
fs
/
ocfs2
226291a
ocfs2_connection_find() returns pointer to bad structure
by dann frazier
· 14 years ago
a2a2f55
ocfs2: char is not always signed
by Milton Miller
· 14 years ago
1989a80
Ocfs2: Stop tracking a negative dentry after dentry_iput().
by Tristan Ye
· 14 years ago
1cf257f
ocfs2: fix memory leak
by Jiri Slaby
· 14 years ago
a48a982
fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lock
by David Sterba
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
1ca7318
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
1c66b36
ocfs2: Change some lock status member in ocfs2_lock_res to char.
by Tao Ma
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
ebdec24
fs: kill block_prepare_write
by Christoph Hellwig
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
f8cae0f
ocfs2: drop the BLKDEV_IFL_WAIT flag
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
79f14b7
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
2decd65
ocfs2: Avoid to evaluate xattr block flags again.
by Jeff Liu
· 14 years ago
fc37189
Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-window
by Joel Becker
· 14 years ago
d4396ea
by Sunil Mushran
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
7bdb0d1
ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIRECT writes.
by Tristan Ye
· 14 years ago
75d9bbc
Initialize max_slots early
by Goldwyn Rodrigues
· 14 years ago
f30d44f3
When I tried to compile I got the following warning:
by Poyo VL
· 14 years ago
9b5cd10
ocfs2: validate bg_free_bits_count after update
by Srinivas Eeda
· 14 years ago
4d94aa1
ocfs2/cluster: Bump up dlm protocol to version 1.1
by Sunil Mushran
· 14 years ago
43695d0
by Sunil Mushran
· 14 years ago
d6aa1c7
by Sunil Mushran
· 14 years ago
1f28530
by Sunil Mushran
· 14 years ago
a6de013
by Sunil Mushran
· 14 years ago
b1c5ebf
by Sunil Mushran
· 14 years ago
43182d2
by Sunil Mushran
· 14 years ago
e7d656b
by Sunil Mushran
· 14 years ago
536f074
by Sunil Mushran
· 14 years ago
823a637
by Sunil Mushran
· 14 years ago
8ca8b0bb
by Sunil Mushran
· 14 years ago
0e105d3
by Sunil Mushran
· 14 years ago
39a2985
ocfs2/cluster: Print messages when adding/removing nodes
by Sunil Mushran
· 14 years ago
18c50cb
by Sunil Mushran
· 14 years ago
18cfdf1
by Sunil Mushran
· 14 years ago
5f3c6d9
by Sunil Mushran
· 14 years ago
ea20344
by Sunil Mushran
· 14 years ago
b3c85c4
by Sunil Mushran
· 14 years ago
b1365d0
by Sunil Mushran
· 14 years ago
2c44271
by Sunil Mushran
· 14 years ago
98f486f2
by Sunil Mushran
· 14 years ago
54b5187
by Sunil Mushran
· 14 years ago
6005679
BKL: Remove BKL from OCFS2
by Arnd Bergmann
· 15 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
1fc8a11
ocfs2: Don't walk off the end of fast symlinks.
by Joel Becker
· 14 years ago
5dad6c3
o2dlm: force free mles during dlm exit
by Srinivas Eeda
· 14 years ago
0000b86
ocfs2: Sync inode flags with ext2.
by Tao Ma
· 14 years ago
4a452de
ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.
by Tao Ma
· 14 years ago
47dea42
ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.
by Tao Ma
· 14 years ago
1282806
ocfs2: update ctime when changing the file's permission by setfacl
by Tao Ma
· 14 years ago
817f2c8
Fix various typos of valid in comments
by Nikanth Karthikesan
· 14 years ago
50aff04
ocfs2/net: fix uninitialized ret in o2net_send_message_vec()
by Wu Fengguang
· 14 years ago
93f3b86
ocfs2: Initialize the bktcnt variable properly, and call it bucket_count
by Joel Becker
· 14 years ago
c0e1a3e
ocfs2: Silence unused warning.
by Joel Becker
· 14 years ago
228ac63
Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.c
by Tristan Ye
· 14 years ago
0f4da21
Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes.
by Tristan Ye
· 14 years ago
07eaac9
ocfs2: Fix lockdep warning in reflink.
by Tao Ma
· 14 years ago
5e64b0d
ocfs2/lockdep: Move ip_xattr_sem out of ocfs2_xattr_get_nolock.
by Tao Ma
· 14 years ago
5e98d49
Track negative entries v3
by Goldwyn Rodrigues
· 14 years ago
b4d693f
ocfs2: Cache system inodes of other slots.
by Tao Ma
· 14 years ago
3bdb8ef
OCFS2: Allow huge (> 16 TiB) volumes to mount
by Patrick J. LoPresti
· 14 years ago
729963a
Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2
by Joel Becker
· 14 years ago
17ae521
ocfs2: Remove obsolete comments before ocfs2_start_trans.
by Tao Ma
· 14 years ago
f9c57ad
ocfs2: Remove unused old_id in ocfs2_commit_cache.
by Tao Ma
· 14 years ago
4c38881
ocfs2: Remove ocfs2_sync_inode()
by Jan Kara
· 14 years ago
83fd9c7
Reorganize data elements to reduce struct sizes
by Goldwyn Rodrigues
· 14 years ago
95fa859
ocfs2: Remove obscure error handling in direct_write.
by Tao Ma
· 14 years ago
3c3f20c
ocfs2: Add some trace log for orphan scan.
by Tao Ma
· 14 years ago
ddee5cd
Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8.
by Tristan Ye
· 15 years ago
97b8f4a
ocfs2: Fix orphan add in ocfs2_create_inode_in_orphan
by Mark Fasheh
· 14 years ago
dd43bcd
ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functions
by Mark Fasheh
· 14 years ago
e49e276
ocfs2: allow return of new inode block location before allocation of the inode
by Mark Fasheh
· 14 years ago
d513498
ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open coding
by Mark Fasheh
· 14 years ago
021960c
ocfs2: split out inode alloc code from ocfs2_mknod_locked
by Mark Fasheh
· 14 years ago
81c8c82
Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef25f9b1ac7b45).
by Tristan Ye
· 14 years ago
9b4c0ff
ocfs2: Fix deadlock when allocating page
by Jan Kara
· 14 years ago
b2b6ebf
ocfs2: properly set and use inode group alloc hint
by Mark Fasheh
· 14 years ago
889f004
ocfs2: Use the right group in nfs sync check.
by Tao Ma
· 14 years ago
04eda1a
ocfs2: Flush drive's caches on fdatasync
by Jan Kara
· 14 years ago
f63afdb
ocfs2: make __ocfs2_page_mkwrite handle file end properly.
by Tao Ma
· 14 years ago
f5ce5a0
ocfs2: Fix incorrect checksum validation error
by Sunil Mushran
· 14 years ago
dc696ac
ocfs2: Fix metaecc error messages
by Sunil Mushran
· 14 years ago
a30bfd6
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
6ea4843
ocfs2: Add readhead during CoW.
by Tao Ma
· 14 years ago
7b61cf5
ocfs2: Add readahead support for CoW.
by Tao Ma
· 14 years ago
1550271
ocfs2: Add struct file to ocfs2_refcount_cow.
by Tao Ma
· 14 years ago
b890823
ocfs2: pass struct file* to ocfs2_prepare_inode_for_write.
by Tao Ma
· 14 years ago
0378da0f
ocfs2: pass struct file* to ocfs2_write_begin_nolock.
by Tao Ma
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
45321ac
Make ->drop_inode() just return whether inode needs to be dropped
by Al Viro
· 14 years ago
066d92d
convert ocfs2 to ->evict_inode()
by Al Viro
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
Next »