index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext3
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
1
-6
/
+4
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
1
-2
/
+1
2007-05-07
mm: remove destroy_dirty_buffers from invalidate_bdev()
Peter Zijlstra
1
-2
/
+2
2007-02-12
[PATCH] Mark struct super_operations const
Josef 'Jeff' Sipek
1
-1
/
+1
2007-02-11
[PATCH] fix umask when noACL kernel meets extN tuned for ACLs
Hugh Dickins
1
-0
/
+4
2007-02-11
[PATCH] ext3: refuse ro to rw remount of fs with orphan inodes
Eric Sandeen
1
-0
/
+16
2006-12-08
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells
1
-4
/
+2
2006-12-07
[PATCH] ext3/4: don't do orphan processing on readonly devices
Eric Sandeen
1
-0
/
+6
2006-12-07
[PATCH] ext3: fsid for statvfs
Pekka Enberg
1
-0
/
+5
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-2
/
+2
2006-12-07
[PATCH] slab: remove SLAB_NOFS
Christoph Lameter
1
-1
/
+1
2006-10-11
[PATCH] ext3: errors behaviour fix
Dmitry Mishin
1
-0
/
+2
2006-09-27
[PATCH] Really ignore kmem_cache_destroy return value
Alexey Dobriyan
1
-2
/
+1
2006-09-27
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
1
-2
/
+1
2006-09-27
[PATCH] ext3: Fix sparse warnings
Dave Kleikamp
1
-3
/
+1
2006-09-27
[PATCH] ext3: More whitespace cleanups
Dave Kleikamp
1
-3
/
+3
2006-09-27
[PATCH] ext3: wrong error behavior
Vasily Averin
1
-5
/
+6
2006-09-27
[PATCH] ext3: inode numbers are unsigned long
Eric Sandeen
1
-12
/
+13
2006-09-27
[PATCH] fix ext3 mounts at 16T
Eric Sandeen
1
-15
/
+19
2006-09-27
[PATCH] ext3 and jbd cleanup: remove whitespace
Mingming Cao
1
-12
/
+12
2006-09-16
[PATCH] knfsd: Make ext3 reject filehandles referring to invalid inode number
NeilBrown
1
-0
/
+42
2006-07-03
[PATCH] lockdep: annotate the quota code
Arjan van de Ven
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] ext3: Add "-o bh" option
Badari Pulavarty
1
-1
/
+5
2006-06-25
[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversion
Mingming Cao
1
-16
/
+16
2006-06-25
[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixes
Mingming Cao
1
-1
/
+1
2006-06-25
[PATCH] ext3: remove inconsistent space before exclamation point in mount code
Theodore Ts'o
1
-1
/
+1
2006-06-25
[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystem
Mingming Cao
1
-0
/
+10
2006-06-23
[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...
Mingming Cao
1
-17
/
+19
2006-06-23
[PATCH] ext3_clear_inode(): avoid kfree(NULL)
Andrew Morton
1
-11
/
+12
2006-06-23
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
1
-2
/
+3
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
1
-3
/
+3
2006-03-26
[PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesize
Badari Pulavarty
1
-6
/
+0
2006-03-24
[PATCH] fast ext3_statfs
Alex Tomas
1
-3
/
+4
2006-03-24
[PATCH] cpuset memory spread: slab cache format
Paul Jackson
1
-1
/
+2
2006-03-24
[PATCH] cpuset memory spread: slab cache filesystems
Paul Jackson
1
-1
/
+1
2006-03-23
[PATCH] convert ext3's truncate_sem to a mutex
Arjan van de Ven
1
-1
/
+1
2006-03-23
[PATCH] sem2mutex: quota
Ingo Molnar
1
-2
/
+2
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock
Ingo Molnar
1
-1
/
+1
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-2
/
+2
2006-01-08
[PATCH] ext3: external journal device as a mount option
Johann Lombardi
1
-10
/
+44
2005-11-09
[PATCH] remove CONFIG_EXT{2,3}_CHECK
Adrian Bunk
1
-16
/
+1
2005-10-30
[PATCH] ext3: sparse fixes
Ben Dooks
1
-1
/
+3
2005-10-28
[PATCH] Fix ext3 warning for unused var
Peter Osterlund
1
-10
/
+16
2005-09-22
[PATCH] ext3: ext3_show_options fix
OGAWA Hirofumi
1
-6
/
+5
2005-09-07
[PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts
Mark Bellon
1
-11
/
+81
2005-07-12
[PATCH] ext3: fix options parsing
Jan Kara
1
-10
/
+60
2005-06-28
[PATCH] coverity: fs/ext3/super.c: match_int return check
KAMBAROV, ZAUR
1
-1
/
+2
2005-06-24
[PATCH] quota: ext3: Improve quota credit estimates
Jan Kara
1
-10
/
+27
2005-06-23
[PATCH] quota: consolidate code surrounding vfs_quota_on_mount
Christoph Hellwig
1
-16
/
+2
[next]