Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
41c775240a78fac3e2bd7f024c3cf0d61547249e
/
fs
/
affs
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
0ccd234
fs: change to new flag variable
by matt mooney
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
a129880
switch affs
by Al Viro
· 14 years ago
873feea
fs: dcache per-inode inode alias locking
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
b23fb0a
fs: scale inode alias list
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
621e155
fs: change d_compare for rcu-walk
by Nick Piggin
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
7de9c6e
new helper: ihold()
by Al Viro
· 14 years ago
0e45b67
affs: testing the wrong variable
by Dan Carpenter
· 14 years ago
79f14b7
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
756b032
affs: Use sema_init instead of init_MUTEX
by Thomas Gleixner
· 14 years ago
74c4142
BKL: Remove BKL from Amiga FFS
by Jan Blunck
· 14 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
7435d50
AFFS: wait for sb synchronization when needed
by Artem Bityutskiy
· 14 years ago
669d5f1
AFFS: clean up dirty flag usage
by Artem Bityutskiy
· 14 years ago
f053ddd
switch affs to ->evict_inode()
by Al Viro
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
282dc17
get rid of cont_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
cccad8f
fs/affs: use ERR_CAST
by Julia Lawall
· 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
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
217686e
fix affs parse_options()
by Al Viro
· 15 years ago
2933392
Fix remount races with symlink handling in affs
by Al Viro
· 15 years ago
afc70ed
Fix a leak in affs_fill_super()
by Al Viro
· 15 years ago
e289643
affs: add ->sync_fs
by Christoph Hellwig
· 15 years ago
c475879
sanitize ->fsync() for affs
by Al Viro
· 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
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
a6a2a73
fs/affs: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
e16404e
constify dentry_operations: misc filesystems
by Al Viro
· 16 years ago
ec1ab0a
affs: fix missing unlocks in affs_remove_link
by Christoph Hellwig
· 16 years ago
10951bf
fs/Kconfig: move affs out
by Alexey Dobriyan
· 16 years ago
520c853
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
c765d47
affs: do not zero ->i_op
by Al Viro
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
2155998
CRED: Wrap task credential accesses in the AFFS filesystem
by David Howells
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
59af158
[PATCH] fix ->llseek() for a bunch of directories
by Al Viro
· 16 years ago
516e0cc
[PATCH] f_count may wrap around
by Al Viro
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
7d135a5
affs: convert s_bmlock into a mutex
by Matthias Kaehlcke
· 16 years ago
dca3c33
[PATCH] fix reservation discarding in affs
by Roman Zippel
· 17 years ago
6369a4a
affs: be*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
8d4b690
fs/affs/file.c: use BUG_ON
by Julia Lawall
· 17 years ago
6db27dd
affs: handle match_strdup failure
by Jim Meyering
· 17 years ago
e9b3961
mount options: fix affs
by Miklos Szeredi
· 17 years ago
210f855
iget: stop AFFS from using iget() and read_inode()
by David Howells
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
febfcf9
fs: mark nibblemap const
by Philippe De Muyter
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
f2b6a16
fs: affs convert to new aops
by Nick Piggin
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 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
f36dca9
affs: use zero_user_page
by Nate Diller
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
2be3c79
[PATCH] affs: implement ->drop_inode
by Christoph Hellwig
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
010596c
[PATCH] affs: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
b593e48
[PATCH] affs: replace kmalloc+memset with kzalloc
by Yan Burman
· 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
543ade1
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
by Badari Pulavarty
· 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
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
2b943cf
[PATCH] fix %s in affs_fill_super()
by Al Viro
· 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
3ac8141
[PATCH] affs: possible null pointer dereference in affs_rename()
by Florin Malita
· 18 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 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
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
db73e9a
[PATCH] remove superflous ctime/mtime updates in affs
by Christoph Hellwig
· 19 years ago
fef2665
[PATCH] update filesystems for new delete_inode behavior
by Mark Fasheh
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago