index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-06
ocfs2/cluster: Track bitmap of live heartbeat regions
Sunil Mushran
1
-1
/
+8
2010-10-07
ocfs2/cluster: Track number of global heartbeat regions
Sunil Mushran
1
-2
/
+22
2010-10-06
ocfs2/cluster: Maintain live node bitmap per heartbeat region
Sunil Mushran
1
-0
/
+7
2010-10-07
ocfs2/cluster: Reorganize o2hb debugfs init
Sunil Mushran
1
-23
/
+78
2010-10-07
ocfs2/cluster: Check slots for unconfigured live nodes
Sunil Mushran
2
-7
/
+36
2010-10-07
ocfs2/cluster: Print messages when adding/removing nodes
Sunil Mushran
2
-1
/
+7
2010-10-06
ocfs2/cluster: Print messages when adding/removing heartbeat regions
Sunil Mushran
1
-1
/
+8
2010-10-07
ocfs2/dlm: Add message DLM_QUERY_NODEINFO
Sunil Mushran
2
-1
/
+198
2010-10-06
ocfs2: Print message if user mounts without starting global heartbeat
Sunil Mushran
1
-0
/
+2
2010-10-09
ocfs2/dlm: Add message DLM_QUERY_REGION
Sunil Mushran
3
-1
/
+235
2010-10-07
ocfs2/cluster: Get all heartbeat regions
Sunil Mushran
2
-0
/
+38
2010-10-06
ocfs2/dlm: Expose dlm_protocol in dlm_state
Sunil Mushran
1
-1
/
+3
2010-10-07
ocfs2: Add support for heartbeat=global mount option
Sunil Mushran
3
-15
/
+45
2010-10-09
ocfs2: Add an incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFO
Sunil Mushran
3
-9
/
+66
2010-10-07
ocfs2/cluster: Add heartbeat mode configfs parameter
Sunil Mushran
1
-0
/
+72
2010-09-29
ocfs2: Don't walk off the end of fast symlinks.
Joel Becker
1
-1
/
+1
2010-09-23
o2dlm: force free mles during dlm exit
Srinivas Eeda
3
-0
/
+42
2010-09-23
ocfs2: Sync inode flags with ext2.
Tao Ma
2
-16
/
+29
2010-09-23
ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.
Tao Ma
1
-12
/
+10
2010-09-23
ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.
Tao Ma
1
-2
/
+2
2010-09-23
ocfs2: update ctime when changing the file's permission by setfacl
Tao Ma
1
-0
/
+3
2010-09-18
ocfs2/net: fix uninitialized ret in o2net_send_message_vec()
Wu Fengguang
1
-1
/
+1
2010-09-10
Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.c
Tristan Ye
1
-1
/
+8
2010-09-10
Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes.
Tristan Ye
1
-8
/
+16
2010-09-10
ocfs2: Fix lockdep warning in reflink.
Tao Ma
2
-2
/
+4
2010-09-10
ocfs2/lockdep: Move ip_xattr_sem out of ocfs2_xattr_get_nolock.
Tao Ma
1
-2
/
+2
2010-09-08
ocfs2: Fix orphan add in ocfs2_create_inode_in_orphan
Mark Fasheh
1
-20
/
+107
2010-09-08
ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functions
Mark Fasheh
1
-32
/
+88
2010-09-08
ocfs2: allow return of new inode block location before allocation of the inode
Mark Fasheh
2
-0
/
+180
2010-09-08
ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open coding
Mark Fasheh
1
-13
/
+4
2010-09-08
ocfs2: split out inode alloc code from ocfs2_mknod_locked
Mark Fasheh
1
-18
/
+37
2010-09-08
Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef...
Tristan Ye
1
-1
/
+1
2010-09-08
ocfs2: Fix deadlock when allocating page
Jan Kara
3
-4
/
+5
2010-09-08
ocfs2: properly set and use inode group alloc hint
Mark Fasheh
1
-4
/
+20
2010-09-08
ocfs2: Use the right group in nfs sync check.
Tao Ma
1
-8
/
+11
2010-09-08
ocfs2: Flush drive's caches on fdatasync
Jan Kara
1
-1
/
+10
2010-09-08
ocfs2: make __ocfs2_page_mkwrite handle file end properly.
Tao Ma
1
-3
/
+5
2010-09-08
ocfs2: Fix incorrect checksum validation error
Sunil Mushran
1
-1
/
+5
2010-09-08
ocfs2: Fix metaecc error messages
Sunil Mushran
1
-2
/
+2
2010-08-13
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...
Linus Torvalds
6
-93
/
+122
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-34
/
+49
2010-08-09
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
1
-4
/
+3
2010-08-09
Make ->drop_inode() just return whether inode needs to be dropped
Al Viro
2
-4
/
+6
2010-08-09
convert ocfs2 to ->evict_inode()
Al Viro
3
-11
/
+16
2010-08-09
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
1
-3
/
+3
2010-08-09
remove inode_setattr
Christoph Hellwig
2
-7
/
+17
2010-08-09
sort out blockdev_direct_IO variants
Christoph Hellwig
1
-5
/
+4
2010-08-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-2
/
+2
2010-08-07
O2net: Disallow o2net accept connection request from itself.
Tristan Ye
1
-5
/
+12
2010-08-07
ocfs2/dlm: remove potential deadlock -V3
Wengang Wang
1
-4
/
+0
[next]