Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
44b23b488d44e56d467764ecb661830e5b02b308
/
fs
/
ufs
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 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
6de5bd1
BKL: introduce CONFIG_BKL.
by Arnd Bergmann
· 14 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
9cb569d
remove SWRITE* I/O types
by Christoph Hellwig
· 14 years ago
58e8268
switch ufs to ->evict_inode()
by Al Viro
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
155130a
get rid of block_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
6e1db88
introduce __block_write_begin
by Christoph Hellwig
· 14 years ago
f4e420d
clean up write_begin usage for directories in pagecache
by Christoph Hellwig
· 14 years ago
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
15c6fd9
kill spurious reference to vmtruncate
by npiggin@suse.de
· 14 years ago
1b061d9
rename the generic fsync implementations
by Christoph Hellwig
· 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
be8ded5
ufs: replace inode uid,gid,mode initialization with helper function
by Dmitry Monakhov
· 15 years ago
1275562
quota: unify quota init condition in setattr
by Dmitry Monakhov
· 15 years ago
311b9549
ufs: add ufs speciffic ->setattr call
by Dmitry Monakhov
· 15 years ago
ad25ad9
ufs: make solaris fsck happy
by Evgeniy Dushistov
· 15 years ago
b3a0fd4
fs/ufs: recognize Solaris-specific file system state
by Alex Viskovatoff
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
871a293
dquot: cleanup dquot initialize routine
by Christoph Hellwig
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 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
b43fa82
dquot: cleanup dquot transfer routine
by Christoph Hellwig
· 15 years ago
759bfee
dquot: move dquot transfer responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
63936dd
dquot: cleanup inode allocation / freeing routines
by Christoph Hellwig
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
89031bc
sanitize const/signedness of ufs a bit
by Al Viro
· 15 years ago
f3e2a52
ufs: NFS support
by Alexey Dobriyan
· 15 years ago
0804970
ufs: pass qstr instead of dentry where necessary for NFS
by Alexey Dobriyan
· 15 years ago
37044c8
ufs: sector_t cannot be negative
by Roel Kluin
· 15 years ago
8c80065
ufs: add ->sync_fs
by Christoph Hellwig
· 15 years ago
a932801
switch ufs to simple_fsync()
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
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
8c85e12
remove ->write_super call in generic_shutdown_super
by Christoph Hellwig
· 16 years ago
f9dbd05
switch ufs directories to ufs_sync_file()
by Al Viro
· 15 years ago
41d577a
fs/ufs: return f_fsid for statfs(2)
by Coly Li
· 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
723be1f
ufs: copy symlink data into the correct union member
by Duane Griffin
· 16 years ago
b12903f
ufs: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
f33219b
ufs: don't truncate longer ufs2 fast symlinks
by Duane Griffin
· 16 years ago
9e6766c
ufs: validate maximum fast symlink size from superblock
by Duane Griffin
· 16 years ago
5f5fa79
ufs: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
f762dd6
Update my email address
by Gertjan van Wingerde
· 16 years ago
a276a52
fs/Kconfig: move ufs out
by Alexey Dobriyan
· 16 years ago
a5f773a
CRED: Wrap task credential accesses in the UFS filesystem
by David Howells
· 16 years ago
3222a3e
[PATCH] fix ->llseek for more directories
by Christoph Hellwig
· 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
bb45d64
ufs: remove unneeded ufs_put_inode prototype
by Christoph Hellwig
· 16 years ago
36a53dd
ufs: replace __inline with inline
by Harvey Harrison
· 17 years ago
0045eda
ufs: remove unused fs64_add and fs64_sub
by Marcin Slusarz
· 17 years ago
9746077a7
ufs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
3c5afae
ufs: [bl]e*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
9df1303
fs/ufs/balloc.c: fix sparc64 printk warning
by Andrew Morton
· 17 years ago
f81e8a4
ufs: fix parenthesisation in ufs_set_fs_state()
by Roel Kluin
· 17 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
82b9d1d
ufs: convert to new aops
by Nick Piggin
· 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
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 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
07a0cfe
ufs proper handling of zero link case
by Evgeniy Dushistov
· 18 years ago
0465fc0
[PATCH] ufs2: tindirect truncate fix
by Evgeniy Dushistov
· 18 years ago
4b25a37
[PATCH] ufs: zeroize the rest of block in truncate
by Evgeniy Dushistov
· 18 years ago
5431bf9
[PATCH] ufs: prepare write + change blocks on the fly
by Evgeniy Dushistov
· 18 years ago
2189850
[PATCH] ufs2: more correct work with time
by Evgeniy Dushistov
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
c5ef1c4
[PATCH] mark struct inode_operations const 3
by Arjan van de Ven
· 18 years ago
54fb996
[PATCH] ufs2 write: block allocation update
by Evgeniy Dushistov
· 18 years ago
Next »