index
:
kernel_samsung_espresso10.git
replicant-4.2
replicant-6.0
kernel/samsung/espresso10
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
new helper: mount_bdev()
Al Viro
2010-10-29
1
-7
/
+4
*
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
1
-7
/
+0
|
\
|
*
BKL: Remove BKL from OCFS2
Arnd Bergmann
2010-10-04
1
-12
/
+0
|
*
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
2010-10-04
1
-0
/
+5
*
|
Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...
Joel Becker
2010-10-15
1
-15
/
+44
|
\
\
|
*
|
ocfs2: Add support for heartbeat=global mount option
Sunil Mushran
2010-10-07
1
-14
/
+41
|
*
|
ocfs2: Add an incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFO
Sunil Mushran
2010-10-09
1
-1
/
+3
|
|
/
*
|
ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIR...
Tristan Ye
2010-10-11
1
-0
/
+15
*
|
Initialize max_slots early
Goldwyn Rodrigues
2010-10-11
1
-9
/
+9
*
|
ocfs2: Cache system inodes of other slots.
Tao Ma
2010-09-10
1
-3
/
+17
*
|
OCFS2: Allow huge (> 16 TiB) volumes to mount
Patrick J. LoPresti
2010-09-10
1
-5
/
+46
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-08-10
1
-2
/
+1
|
\
|
*
convert ocfs2 to ->evict_inode()
Al Viro
2010-08-09
1
-2
/
+1
*
|
Merge branch 'master' into for-next
Jiri Kosina
2010-06-16
1
-27
/
+23
|
\
\
|
|
/
|
*
quota: rename default quotactl methods to dquot_
Christoph Hellwig
2010-05-24
1
-9
/
+9
|
*
quota: drop remount argument to ->quota_on and ->quota_off
Christoph Hellwig
2010-05-24
1
-8
/
+2
|
*
quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers
Christoph Hellwig
2010-05-24
1
-9
/
+5
|
*
ocfs2: Fix use after free on remount read-only
Jan Kara
2010-05-24
1
-1
/
+7
*
|
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
2010-06-16
1
-1
/
+1
|
/
*
ocfs2: Fix lock inversion in quotas during umount
Jan Kara
2010-05-21
1
-0
/
+4
*
Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into oc...
Joel Becker
2010-05-18
1
-1
/
+2
|
\
|
*
ocfs2: ocfs2_group_bitmap_size has to handle old volume.
Tao Ma
2010-04-13
1
-1
/
+2
|
*
ocfs2: Define data structures for discontiguous block groups.
Joel Becker
2010-04-13
1
-1
/
+1
*
|
ocfs2: Wrap signal blocking in void functions.
Joel Becker
2010-05-10
1
-0
/
+20
|
/
*
ocfs2: Make nointr a default mount option
Sunil Mushran
2010-05-05
1
-1
/
+1
*
ocfs2: Add dir_resv_level mount option
Mark Fasheh
2010-05-05
1
-0
/
+23
*
ocfs2: increase the default size of local alloc windows
Mark Fasheh
2010-05-05
1
-1
/
+2
*
ocfs2: clean up localalloc mount option size parsing
Mark Fasheh
2010-05-05
1
-5
/
+5
*
ocfs2: use allocation reservations during file write
Mark Fasheh
2010-05-05
1
-0
/
+2
*
ocfs2: allocation reservations
Mark Fasheh
2010-05-05
1
-0
/
+25
*
ocfs2: add extent block stealing for ocfs2 v5
Tiger Yang
2010-02-26
1
-3
/
+7
*
ocfs2/trivial: Remove trailing whitespaces
Sunil Mushran
2010-01-25
1
-1
/
+1
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-12-24
1
-47
/
+48
|
\
|
*
ocfs2: Set MS_POSIXACL on remount
Jan Kara
2009-10-28
1
-0
/
+4
|
*
ocfs2: Make acl use the default
Jan Kara
2009-10-28
1
-38
/
+44
|
*
ocfs2: Always include ACL support
Jan Kara
2009-10-28
1
-9
/
+0
*
|
ocfs2: return f_fsid info in ocfs2_statfs()
Coly Li
2009-10-29
1
-0
/
+4
|
/
*
ocfs2: Return -EINVAL when a device is not ocfs2.
Joel Becker
2009-10-28
1
-7
/
+9
*
const: constify remaining file_operations
Alexey Dobriyan
2009-10-01
1
-1
/
+1
*
headers: utsname.h redux
Alexey Dobriyan
2009-09-23
1
-1
/
+0
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-09-23
1
-4
/
+9
|
\
|
*
ocfs2: __ocfs2_abort() should not enable panic for local mounts
Sunil Mushran
2009-09-23
1
-1
/
+2
|
*
ocfs2: Add refcount tree lock mechanism.
Tao Ma
2009-09-22
1
-0
/
+5
|
*
ocfs2: move ip_created_trans to struct ocfs2_caching_info
Joel Becker
2009-09-04
1
-1
/
+0
|
*
ocfs2: move ip_last_trans to struct ocfs2_caching_info
Joel Becker
2009-09-04
1
-1
/
+0
|
*
ocfs2: Take the inode out of the metadata read/write paths.
Joel Becker
2009-09-04
1
-1
/
+1
|
*
ocfs2: Change metadata caching locks to an operations structure.
Joel Becker
2009-09-04
1
-2
/
+2
|
*
ocfs2: Make the ocfs2_caching_info structure self-contained.
Joel Becker
2009-09-04
1
-1
/
+2
*
|
const: make struct super_block::s_qcop const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
|
/
*
ocfs2: Don't oops in ocfs2_kill_sb on a failed mount
Jan Kara
2009-08-17
1
-1
/
+5
[next]