index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
befs
/
linuxvfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-10
don't pass nameidata to ->follow_link()
Al Viro
1
-2
/
+2
2015-05-10
new ->follow_link() and ->put_link() calling conventions
Al Viro
1
-19
/
+16
2015-05-10
befs: switch to simple_follow_link()
Al Viro
1
-19
/
+5
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2015-04-17
befs: replace typedef befs_inode_info by structure
Fabian Frederick
1
-3
/
+4
2015-04-17
befs: replace typedef befs_sb_info by structure
Fabian Frederick
1
-3
/
+2
2015-04-17
befs: replace typedef befs_mount_options by structure
Fabian Frederick
1
-2
/
+2
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-2
/
+2
2015-02-17
fs/befs/linuxvfs.c: remove unnecessary casting
Fabian Frederick
1
-3
/
+3
2014-12-13
befs: remove dead code
Jan Kara
1
-4
/
+0
2014-11-19
assorted conversions to %p[dD]
Al Viro
1
-9
/
+7
2014-08-08
fs/befs/linuxvfs.c: check superblock before dump operation
Fabian Frederick
1
-4
/
+2
2014-08-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+0
2014-06-19
befs: remove check for CONFIG_BEFS_RW
Paul Bolle
1
-2
/
+0
2014-06-06
fs/befs: kernel-doc fixes
Fabian Frederick
1
-8
/
+8
2014-06-06
fs/befs/linuxvfs.c: remove positive test on sector_t
Fabian Frederick
1
-8
/
+0
2014-06-06
fs/befs/linuxvfs.c: replace strncpy by strlcpy
Fabian Frederick
1
-3
/
+2
2014-04-04
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2014-04-03
BEFS: logging cleanup
Fabian Frederick
1
-52
/
+54
2014-04-03
fs/befs/linuxvfs.c: add __init to befs_init_inodecache()
Fabian Frederick
1
-2
/
+1
2014-04-03
befs: replace kmalloc/memset 0 by kzalloc
Fabian Frederick
1
-2
/
+1
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
1
-0
/
+1
2014-01-25
befs: iget_locked() doesn't return an ERR_PTR
Rakesh Pandit
1
-2
/
+2
2013-10-24
befs: split symlink iops in two - for short and long symlinks resp.
Al Viro
1
-30
/
+31
2013-06-29
[readdir] convert befs
Al Viro
1
-18
/
+22
2013-05-31
befs_readdir(): do not increment ->f_pos if filldir tells us to stop
Al Viro
1
-2
/
+2
2013-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+1
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+5
2012-10-02
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
1
-0
/
+5
2012-09-21
userns: Convert befs to use kuid/kgid where appropriate
Eric W. Biederman
1
-8
/
+19
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
1
-2
/
+2
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-2
/
+1
2012-01-03
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
1
-1
/
+0
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
1
-1
/
+1
2011-08-17
befs: Validate length of long symbolic links.
Timo Warns
1
-9
/
+14
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-1
/
+0
2011-01-13
befs: don't pass huge structs by value
Jesper Juhl
1
-1
/
+1
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-2
/
+8
2010-10-29
new helper: mount_bdev()
Al Viro
1
-6
/
+5
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
2010-02-07
befs: fix leak
Al Viro
1
-0
/
+1
2009-09-24
fs: Make unload_nls() NULL pointer safe
Thomas Gleixner
1
-6
/
+1
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
1
-1
/
+1
2009-06-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+0
2009-06-17
befs ->pust_super() doesn't need BKL
Al Viro
1
-4
/
+0
2009-06-15
NLS: update handling of Unicode
Alan Stern
1
-11
/
+9
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
1
-1
/
+4
2009-04-02
fs/befs: return f_fsid for statfs(2)
Coly Li
1
-0
/
+3
[next]