Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d0b7eb6ff2985c9350fdb297fa5727c35324d4df
/
fs
/
hpfs
/
super.c
a28e4b2
hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead
by Joe Perches
· 10 years ago
ce65761
hpfs: kstrdup() out of memory handling
by Sanidhya Kashyap
· 10 years ago
d7b0409
hpfs: Remove unessary cast
by Firo Yang
· 10 years ago
a27b5b9
hpfs: add fstrim support
by Mikulas Patocka
· 9 years ago
a19189e
fs/hpfs: increase pr_warn level
by Fabian Frederick
· 10 years ago
14da17f
fs/hpfs: use pr_fmt for logging
by Fabian Frederick
· 10 years ago
b7cb1ce
fs/hpfs: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
2cbe5c7
hpfs: remember free space
by Mikulas Patocka
· 11 years ago
30687e0
hpfs: make freeing sbi and codetables rcu-delayed
by Al Viro
· 11 years ago
275f495
hpfs: implement prefetch to improve performance
by Mikulas Patocka
· 11 years ago
3ebacb0
hpfs: better test for errors
by Mikulas Patocka
· 11 years ago
3e64fe5
fs: Limit sys_mount to only request filesystem modules. (Part 3)
by Eric W. Biederman
· 12 years ago
f6e12dc
hpfs: drop lock/unlock super
by Marco Stornelli
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
0e1a43c
userns: Convert hpfs to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 years ago
28fe3c1
hpfs: assorted endianness annotations
by Al Viro
· 13 years ago
de5e2b3
hpfs: endianness bugs
by Al Viro
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
0b69760
HPFS: Fix endianity. Make hpfs work on big-endian machines
by Mikulas Patocka
· 13 years ago
dab4c82a
HPFS: Fix a bug that filesystem was not marked dirty when remounting it
by Mikulas Patocka
· 13 years ago
f739768
HPFS: When marking or clearing the dirty bit, sync the filesystem
by Mikulas Patocka
· 13 years ago
0fe105a
HPFS: Remove CR/LF conversion option
by Mikulas Patocka
· 13 years ago
7d23ce3
HPFS: Remove remaining locks
by Mikulas Patocka
· 13 years ago
7dd29d8
HPFS: Introduce a global mutex and lock it on every callback from VFS.
by Mikulas Patocka
· 13 years ago
637b424
HPFS: Make HPFS compile on preempt and SMP
by Mikulas Patocka
· 13 years ago
9a311b9
hpfs: remove the BKL
by Arnd Bergmann
· 14 years ago
43d344d
switch hpfs
by Al Viro
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
82279e6
Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
117bf5f
hpfs: Convert sbi->hpfs_creation_de to mutex
by Thomas Gleixner
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
ea54400
switch hpfs to ->evict_inode()
by Al Viro
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f4c54fc
hpfs: use bitmap_weight()
by Akinobu Mita
· 15 years ago
c2923c3
hpfs: use hweight32
by Akinobu Mita
· 15 years ago
337eb00
Push BKL down into ->remount_fs()
by Alessio Igor Bogani
· 15 years ago
bbd6851
Push lock_super() into the ->remount_fs() of filesystems that care about it
by Al Viro
· 16 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
2a32ceb
Fix races around the access to ->s_options
by Al Viro
· 15 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
604d295
fs/hpfs: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
de395b8
CRED: Wrap task credential accesses in the HPFS filesystem
by David Howells
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
6d9c1fd
mount options: fix hpfs
by Miklos Szeredi
· 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
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 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
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
352d94d
[PATCH] hpfs: bring hpfs_error() into shape
by Alexey Dobriyan
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
f8314dc
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
by Panagiotis Issaris
· 18 years ago
e18fa70
Move several *_SUPER_MAGIC symbols to include/linux/magic.h.
by Jeff Garzik
· 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
fffb60f
[PATCH] cpuset memory spread: slab cache format
by Paul Jackson
· 19 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
7bf6d78
[PATCH] sem2mutex: HPFS
by Ingo Molnar
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago