Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d31b53e3cd069e02290ed8a648aa8c7618d6fe77
/
fs
/
ntfs
/
super.c
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
2818ef5
NTFS: writev() fix and maintenance/contact details update
by Anton Altaparmakov
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
70fd136
ntfs: don't call invalidate_inodes()
by Al Viro
· 14 years ago
efdffb5
BKL: Remove BKL from NTFS
by Jan Blunck
· 15 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
c4af964
ntfs: use bitmap_weight
by Akinobu Mita
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
6d729e4
fs: Make unload_nls() NULL pointer safe
by Thomas Gleixner
· 15 years ago
337eb00
Push BKL down into ->remount_fs()
by Alessio Igor Bogani
· 15 years ago
13205fb
ntfs: remove old debug check for dirty data in ntfs_put_super()
by Jens Axboe
· 15 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
63cd8854
ntfs: remove private wrapper of endian helpers
by Harvey Harrison
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
08d8e97
writeback: fix ntfs with sb_has_dirty_inodes()
by Fengguang Wu
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
6fe6900
mm: make read_cache_page synchronous
by Nick Piggin
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
8331191
NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().
by Anton Altaparmakov
· 18 years ago
c49c311
[PATCH] fs/ntfs: Conversion to generic boolean
by Richard Knutsson
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
5934537
[PATCH] lockdep: annotate NTFS locking rules
by Ingo Molnar
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
e750d1c
NTFS: 2.1.27 - Various bug fixes and cleanups.
by Anton Altaparmakov
· 19 years ago
4e5e529
NTFS: Semaphore to mutex conversion.
by Ingo Molnar
· 19 years ago
949763b
NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there are
by Anton Altaparmakov
· 19 years ago
67b1dfe
NTFS: Fix an (innocent) off-by-one error in the runlist code.
by Anton Altaparmakov
· 19 years ago
1cf3109f
NTFS: Do more detailed reporting of why we cannot mount read-write by
by Anton Altaparmakov
· 19 years ago
78af34f
NTFS: Implement support for sector sizes above 512 bytes (up to the maximum
by Anton Altaparmakov
· 19 years ago
64419d9
NTFS: We have struct kmem_cache now so use it instead of the typedef.
by Pekka Enberg
· 19 years ago
24a44dc
[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignments
by Christoph Hellwig
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
d04bd1f
NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton)
by Anton Altaparmakov
· 19 years ago
5d46770
NTFS: Change the mount options {u,f,d}mask to always parse the number as
by Anton Altaparmakov
· 19 years ago
7d333d6
NTFS: 2.1.24 release and some minor final fixes.
by Anton Altaparmakov
· 19 years ago
e7a1033
NTFS: Support more clean journal ($LogFile) states.
by Anton Altaparmakov
· 19 years ago
ca8fd7a
NTFS: Detect the case when Windows has been suspended to disk on the volume
by Anton Altaparmakov
· 19 years ago
3f2faef
NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it
by Anton Altaparmakov
· 19 years ago
442d207
NTFS: Use C99 style structure initialization after memory allocation where
by Anton Altaparmakov
· 19 years ago
7fafb8b
NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant instead
by Anton Altaparmakov
· 20 years ago
b0d2374
NTFS: Some utilities modify the boot sector but do not update the checksum.
by Anton Altaparmakov
· 20 years ago
251c842
NTFS: Remove checks for NULL before calling kfree() since kfree() does the
by Jesper Juhl
· 20 years ago
4138268
NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the
by Anton Altaparmakov
· 20 years ago
c002f42
NTFS: - Add disable_sparse mount option together with a per volume sparse
by Anton Altaparmakov
· 20 years ago
218357f
NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cached
by Anton Altaparmakov
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago