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
/
ntfs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-7
/
+7
2011-01-12
NTFS: writev() fix and maintenance/contact details update
Anton Altaparmakov
1
-3
/
+3
2010-10-29
new helper: mount_bdev()
Al Viro
1
-5
/
+4
2010-10-25
new helper: ihold()
Al Viro
1
-2
/
+2
2010-10-25
ntfs: don't call invalidate_inodes()
Al Viro
1
-15
/
+0
2010-10-04
BKL: Remove BKL from NTFS
Jan Blunck
1
-27
/
+2
2010-10-04
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
1
-0
/
+5
2010-08-09
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
1
-1
/
+1
2010-03-17
ntfs: use bitmap_weight
Akinobu Mita
1
-12
/
+13
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
1
-0
/
+8
2009-09-24
fs: Make unload_nls() NULL pointer safe
Thomas Gleixner
1
-6
/
+4
2009-06-11
Push BKL down into ->remount_fs()
Alessio Igor Bogani
1
-1
/
+14
2009-06-11
ntfs: remove old debug check for dirty data in ntfs_put_super()
Jens Axboe
1
-30
/
+3
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
1
-1
/
+5
2009-05-22
block: Do away with the notion of hardsect_size
Martin K. Petersen
1
-3
/
+3
2009-04-01
ntfs: remove private wrapper of endian helpers
Harvey Harrison
1
-25
/
+25
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-1
/
+1
2007-10-17
writeback: fix ntfs with sb_has_dirty_inodes()
Fengguang Wu
1
-2
/
+2
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-2
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-5
/
+5
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
1
-2
/
+1
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
1
-2
/
+1
2007-05-07
mm: make read_cache_page synchronous
Nick Piggin
1
-26
/
+4
2007-02-12
[PATCH] Mark struct super_operations const
Josef 'Jeff' Sipek
1
-1
/
+1
2007-01-18
NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().
Anton Altaparmakov
1
-5
/
+2
2006-10-01
[PATCH] fs/ntfs: Conversion to generic boolean
Richard Knutsson
1
-89
/
+89
2006-09-27
[PATCH] Really ignore kmem_cache_destroy return value
Alexey Dobriyan
1
-23
/
+5
2006-07-03
[PATCH] lockdep: annotate NTFS locking rules
Ingo Molnar
1
-0
/
+31
2006-06-23
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
1
-3
/
+4
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
1
-3
/
+4
2006-03-24
[PATCH] cpuset memory spread: slab cache filesystems
Paul Jackson
1
-2
/
+2
2006-03-23
NTFS: 2.1.27 - Various bug fixes and cleanups.
Anton Altaparmakov
1
-1
/
+1
2006-03-23
NTFS: Semaphore to mutex conversion.
Ingo Molnar
1
-21
/
+21
2006-03-23
NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there are
Anton Altaparmakov
1
-13
/
+25
2006-03-23
NTFS: Fix an (innocent) off-by-one error in the runlist code.
Anton Altaparmakov
1
-1
/
+1
2006-02-24
NTFS: Do more detailed reporting of why we cannot mount read-write by
Anton Altaparmakov
1
-7
/
+27
2006-02-24
NTFS: Implement support for sector sizes above 512 bytes (up to the maximum
Anton Altaparmakov
1
-52
/
+99
2006-02-05
NTFS: We have struct kmem_cache now so use it instead of the typedef.
Pekka Enberg
1
-6
/
+6
2006-01-10
[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignments
Christoph Hellwig
1
-14
/
+14
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-8
/
+8
2005-10-24
NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton)
Anton Altaparmakov
1
-1
/
+1
2005-09-12
NTFS: Change the mount options {u,f,d}mask to always parse the number as
Anton Altaparmakov
1
-3
/
+11
2005-09-08
NTFS: 2.1.24 release and some minor final fixes.
Anton Altaparmakov
1
-1
/
+1
2005-09-08
NTFS: Support more clean journal ($LogFile) states.
Anton Altaparmakov
1
-4
/
+12
2005-06-25
NTFS: Detect the case when Windows has been suspended to disk on the volume
Anton Altaparmakov
1
-11
/
+168
2005-06-25
NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it
Anton Altaparmakov
1
-3
/
+251
2005-05-27
NTFS: Use C99 style structure initialization after memory allocation where
Anton Altaparmakov
1
-28
/
+11
2005-05-05
NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant instead
Anton Altaparmakov
1
-3
/
+3
2005-05-05
NTFS: Some utilities modify the boot sector but do not update the checksum.
Anton Altaparmakov
1
-4
/
+8
2005-05-05
NTFS: Remove checks for NULL before calling kfree() since kfree() does the
Jesper Juhl
1
-2
/
+1
[next]