Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c527f81475aaa18123eebe3d72a40a25d8e244af
/
fs
/
ufs
/
super.c
d28619f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
d27d7a9
ufs: permit mounting of BorderWare filesystems
by Thomas Stewart
· 14 years ago
8f45c33
ufs: Remove dead quota code
by Jan Kara
· 14 years ago
287a809
quota: rename default quotactl methods to dquot_
by Christoph Hellwig
· 14 years ago
123e9ca
quota: explicitly set ->dq_op and ->s_qcop
by Christoph Hellwig
· 14 years ago
e0ccfd9
quota: move unmount handling into the filesystem
by Christoph Hellwig
· 14 years ago
0f0dd62
quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers
by Christoph Hellwig
· 14 years ago
c79d967
quota: move remount handling into the filesystem
by Christoph Hellwig
· 14 years ago
b3a0fd4
fs/ufs: recognize Solaris-specific file system state
by Alex Viskovatoff
· 15 years ago
9f75475
dquot: cleanup dquot drop routine
by Christoph Hellwig
· 15 years ago
257ba15
dquot: move dquot drop responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
f3e2a52
ufs: NFS support
by Alexey Dobriyan
· 15 years ago
8c80065
ufs: add ->sync_fs
by Christoph Hellwig
· 15 years ago
337eb00
Push BKL down into ->remount_fs()
by Alessio Igor Bogani
· 15 years ago
ebc1ac1
->write_super lock_super pushdown
by Christoph Hellwig
· 15 years ago
bbd6851
Push lock_super() into the ->remount_fs() of filesystems that care about it
by Al Viro
· 15 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
8c85e12
remove ->write_super call in generic_shutdown_super
by Christoph Hellwig
· 16 years ago
41d577a
fs/ufs: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
9e6766c
ufs: validate maximum fast symlink size from superblock
by Duane Griffin
· 16 years ago
f762dd6
Update my email address
by Gertjan van Wingerde
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
1a3f7d98
Revert "UFS: add const to parser token table"
by Linus Torvalds
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
74abb98
quota: move function-macros from quota.h to quotaops.h
by Jan Kara
· 16 years ago
f924727
UFS: add const to parser token table
by Steven Whitehouse
· 16 years ago
e542059
drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h
by Mike Frysinger
· 17 years ago
90b315a
ufs: fix symlink creation on ufs2
by Evgeniy Dushistov
· 17 years ago
b55c460
iget: stop UFS from using iget() and read_inode()
by David Howells
· 17 years ago
0c664f9
ufs: fix nexstep dir block size
by Evgeniy Dushistov
· 17 years ago
f664f1f
revert "ufs: Fix mount check in ufs_fill_super()"
by Andrew Morton
· 17 years ago
48ef09a
ufs: Fix mount check in ufs_fill_super()
by Satyam Sharma
· 17 years ago
bcd6d4e
ufs: move non-layout parts of ufs_fs.h to fs/ufs/
by Christoph Hellwig
· 17 years ago
2a9807c0
ufs: implement show_options
by Evgeniy Dushistov
· 17 years ago
252e211
Add in SunOS 4.1.x compatible mode for UFS
by Mark Fortescue
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
f9b7cba
ufs: fix sun state
by Evgeniy Dushistov
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
9e8c427
is_power_of_2: ufs/super.c
by vignesh babu
· 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
3313e29
[PATCH] ufs2 write: inodes write
by Evgeniy Dushistov
· 18 years ago
cbcae39
[PATCH] ufs2 write: mount as rw
by Evgeniy Dushistov
· 18 years ago
f336953
[PATCH] ufs: restore back support of openstep
by Evgeniy Dushistov
· 18 years ago
4a6e617
[PATCH] fs/*: trivial vsnprintf() conversion
by Alexey Dobriyan
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
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
5c81a41
[PATCH] lockdep: annotate the quota code
by Arjan van de Ven
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
ee3ffd6
[PATCH] ufs: make fsck -f happy
by Evgeniy Dushistov
· 18 years ago
647b7e8
[PATCH] ufs: one way to access super block
by Evgeniy Dushistov
· 18 years ago
96710b2
[PATCH] ufs: printk warning fixes
by Andrew Morton
· 18 years ago
abf5d15
[PATCH] ufs: easy debug
by Evgeniy Dushistov
· 18 years ago
9695ef1
[PATCH] ufs: wrong type cast
by Evgeniy Dushistov
· 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
c690a72
typo patch for fs/ufs/super.c
by Michael Owen
· 19 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
e295cfc
[PATCH] ufs: fix oops with `ufs1' type
by Evgeniy Dushistov
· 19 years ago
7b4ee73
[PATCH] ufs cleanup
by Evgeniy
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
15b2fe3
[PATCH] UFS: inode->i_sem is not released in error path
by Evgeniy Polyakov
· 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