Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6fb1ca92a6409a9d5b0696447cd4997bc9aaf5a2
/
fs
/
super.c
« Previous
d3f2147
Move grabbing s_umount to callers of grab_super()
by Al Viro
· 15 years ago
7ed1ee6
Take statfs variants to fs/statfs.c
by Al Viro
· 15 years ago
01a05b3
new helper: iterate_supers()
by Al Viro
· 15 years ago
35cf7ba
Bury __put_super_and_need_restart()
by Al Viro
· 15 years ago
df40c01
In get_super() and user_get_super() restarts are unconditional
by Al Viro
· 15 years ago
1494583
fix get_active_super()/umount() race
by Al Viro
· 15 years ago
e7fe058
fix do_emergency_remount()/umount() races
by Al Viro
· 15 years ago
6754af6
Convert simple loops over superblocks to list_for_each_entry_safe
by Al Viro
· 15 years ago
8edd64b
get rid of restarts in sync_filesystems()
by Al Viro
· 15 years ago
551de6f
Leave superblocks on s_list until the end
by Al Viro
· 15 years ago
1712ac8
Saner locking around deactivate_super()
by Al Viro
· 15 years ago
b20bd1a
get rid of S_BIAS
by Al Viro
· 15 years ago
389b8be
get rid of open-coded grab_super() in get_active_super()
by Al Viro
· 15 years ago
a135aa2
remove incorrect comment in do_emergency_remount
by Christoph Hellwig
· 15 years ago
5477d0f
fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK
by Jens Axboe
· 15 years ago
5129a46
Catch filesystems lacking s_bdi
by Jörn Engel
· 15 years ago
8089352
Mirror MS_KERNMOUNT in ->mnt_flags
by Al Viro
· 15 years ago
d208bbd
fs: improve remount,ro vs buffercache coherency
by Nick Piggin
· 15 years ago
9329d1b
vfs: get_sb_single() - do not pass options twice
by Kay Sievers
· 15 years ago
4504230
freeze_bdev: grab active reference to frozen superblocks
by Christoph Hellwig
· 15 years ago
4fadd7b
freeze_bdev: kill bd_mount_sem
by Christoph Hellwig
· 15 years ago
42cb56a
vfs: change sb->s_maxbytes to a loff_t
by Jeff Layton
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
32a88aa
fs: Assign bdi in super_block
by Jens Axboe
· 15 years ago
03ba378
writeback: switch to per-bdi threads for flushing data
by Jens Axboe
· 15 years ago
66f3b8e
writeback: move dirty inodes from super_block to backing_dev_info
by Jens Axboe
· 15 years ago
f21f622
... and the same for vfsmount id/mount group id
by Al Viro
· 15 years ago
c63e09e
Make allocation of anon devices cheaper
by Al Viro
· 15 years ago
b089551
remove unlock_kernel() left accidentally
by J. R. Okajima
· 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
4aa98cf
Push BKL down into do_remount_sb()
by Al Viro
· 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
a9e220f
No need to do lock_super() for exclusion in generic_shutdown_super()
by Al Viro
· 16 years ago
443b94b
Make sure that all callers of remount hold s_umount exclusive
by Al Viro
· 16 years ago
e500475
cleanup sync_supers
by Christoph Hellwig
· 16 years ago
8c85e12
remove ->write_super call in generic_shutdown_super
by Christoph Hellwig
· 16 years ago
60b0680
vfs: Rename fsync_super() to sync_filesystem() (version 4)
by Jan Kara
· 16 years ago
c15c54f
vfs: Move syncing code from super.c to sync.c (version 4)
by Jan Kara
· 16 years ago
5cee581
vfs: Make sys_sync() use fsync_super() (version 4)
by Jan Kara
· 16 years ago
429479f
vfs: Make __fsync_super() a static function (version 4)
by Jan Kara
· 16 years ago
bfe8812
vfs: Call ->sync_fs() even if s_dirt is 0 (version 4)
by Jan Kara
· 16 years ago
5a3e5cb
vfs: Fix sys_sync() and fsync_super() reliability (version 4)
by Jan Kara
· 16 years ago
876a9f7
remove s_async_list
by Christoph Hellwig
· 16 years ago
864d7c4
fs: move mark_files_ro into file_table.c
by npiggin@suse.de
· 16 years ago
ddbaaf3
NULL noise in fs/super.c:kill_bdev_super()
by H Hartley Sweeten
· 16 years ago
74dbbdd
New helper: deactivate_locked_super()
by Al Viro
· 16 years ago
909e6d9
namespaces: move proc_net_get_sb to a generic fs/super.c helper
by Serge E. Hallyn
· 16 years ago
800a964
CacheFiles: Export things for CacheFiles
by David Howells
· 16 years ago
3ae5080
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
2c9e15a
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6
by Linus Torvalds
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
a2a9537
Get rid of pdflush_operation() in emergency sync and remount
by Jens Axboe
· 16 years ago
9e3509e
vfs: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
a3cfbb5
vfs: add missing unlock in sget()
by Li Zefan
· 16 years ago
ada723d
fs/super.c: add lockdep annotation to s_umount
by Peter Zijlstra
· 16 years ago
766ccb9
async: Rename _special -> _domain for clarity.
by Cornelia Huck
· 16 years ago
257ac26
[CVE-2009-0029] System call wrappers part 11
by Heiko Carstens
· 16 years ago
2150edc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
96777fe
async: Don't call async_synchronize_full_special() while holding sb_lock
by Dave Kleikamp
· 16 years ago
efaee19
async: make the final inode deletion an asynchronous event
by Arjan van de Ven
· 16 years ago
87d8fe1
add releasepage hooks to block devices which can be used by file systems
by Theodore Ts'o
· 16 years ago
12204e2
security: pass mount flags to security_sb_kern_mount()
by James Morris
· 16 years ago
2248485
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
by Linus Torvalds
· 16 years ago
ad76cbc
[PATCH 2/2] anondev: switch to IDA
by Alexey Dobriyan
· 16 years ago
6de24f0
[PATCH 1/2] anondev: init IDR statically
by Alexey Dobriyan
· 16 years ago
30c40d2
[PATCH] propagate mode through open_bdev_excl/close_bdev_excl
by Al Viro
· 17 years ago
da3bbdd
fix soft lock up at NFS mount via per-SB LRU-list of unused dentries
by Kentaro Makita
· 16 years ago
6b09ae6
make __put_super() static
by Adrian Bunk
· 17 years ago
0ff5af8
quota: quota core changes for quotaon on remount
by Jan Kara
· 17 years ago
6d59e7f
[PATCH] move a bunch of declarations to fs/internal.h
by Al Viro
· 17 years ago
ad775f5
[PATCH] r/o bind mounts: debugging for missed calls
by Dave Hansen
· 17 years ago
49e0d02
[PATCH] r/o bind mounts: drop write during emergency remount
by Dave Hansen
· 17 years ago
7ed7fe5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 17 years ago
a6b9191
fs: fix kernel-doc notation warnings
by Randy Dunlap
· 17 years ago
8a4e98d
[PATCH] restore export of do_kern_mount()
by Al Viro
· 17 years ago
e000752
LSM/SELinux: Interfaces to allow FS to control mount options
by Eric Paris
· 17 years ago
66191dc
quota: turn quotas off when remounting read-only
by Jan Kara
· 17 years ago
b3b304a
mount options: add generic_show_options()
by Miklos Szeredi
· 17 years ago
96de0e2
Convert files to UTF-8 and some cleanups
by Jan Engelhardt
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
8bf9725
pid namespaces: introduce MS_KERNMOUNT flag
by Pavel Emelyanov
· 17 years ago
d473012
fs/super.c: use list_for_each_entry() instead of list_for_each()
by Matthias Kaehlcke
· 17 years ago
c18479f
put declaration of put_filesystem() in fs.h
by Miklos Szeredi
· 17 years ago
0e0f4fc
writeback: fix periodic superblock dirty inode flushing
by Ken Chen
· 17 years ago
b4c07bc
hugetlbfs: handle empty options string
by Lee Schermerhorn
· 17 years ago
79c0b2d
add filesystem subtype support
by Miklos Szeredi
· 17 years ago
3106d46
the overdue removal of the mount/umount uevents
by Adrian Bunk
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
f73ca1b
[PATCH] Revert bd_mount_mutex back to a semaphore
by David Chinner
· 18 years ago
0f7fc9e
[PATCH] VFS: change struct file to use struct path
by Josef "Jeff" Sipek
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
c636ebd
[PATCH] VFS: Destroy the dentries contributed by a superblock on unmounting
by David Howells
· 18 years ago
9361401
[PATCH] BLOCK: Make it possible to disable the block layer [try #6]
by David Howells
· 18 years ago
cf9a2ae
[PATCH] BLOCK: Move functions out of buffer code [try #6]
by David Howells
· 18 years ago
9c4dbee
[PATCH] fs: add lock annotation to grab_super
by Josh Triplett
· 18 years ago
fe2bbc4
[PATCH] add missing desctiption in super.c
by Henrik Kretzschmar
· 18 years ago
897c6ff
[PATCH] lockdep: annotate sb ->s_umount
by Arjan van de Ven
· 18 years ago
cf51624
[PATCH] lockdep: annotate ->s_lock
by Ingo Molnar
· 18 years ago
Next »