summaryrefslogtreecommitdiff
path: root/fs/befs
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-23
* | fs/befs/btree.c: remove unneeded initializationsFabian Frederick2015-06-25
|/
* don't pass nameidata to ->follow_link()Al Viro2015-05-10
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
* befs: switch to simple_follow_link()Al Viro2015-05-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | befs: replace typedef befs_inode_info by structureFabian Frederick2015-04-17
* | befs: replace typedef befs_sb_info by structureFabian Frederick2015-04-17
* | befs: replace typedef befs_mount_options by structureFabian Frederick2015-04-17
|/
* fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick2015-02-17
* befs: remove dead codeJan Kara2014-12-13
* assorted conversions to %p[dD]Al Viro2014-11-19
* fs/befs/btree.c: remove typedef befs_btree_nodeHimangi Saraogi2014-10-14
* fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick2014-08-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-06
|\
| * befs: remove check for CONFIG_BEFS_RWPaul Bolle2014-06-19
* | fs/befs: kernel-doc fixesFabian Frederick2014-06-06
* | fs/befs/linuxvfs.c: remove positive test on sector_tFabian Frederick2014-06-06
* | fs/befs/btree.c: replace strncpy by strlcpy + coding style fixingFabian Frederick2014-06-06
* | fs/befs/linuxvfs.c: replace strncpy by strlcpyFabian Frederick2014-06-06
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
| |/
* | BEFS: logging cleanupFabian Frederick2014-04-03
* | fs/befs/linuxvfs.c: add __init to befs_init_inodecache()Fabian Frederick2014-04-03
* | befs: replace kmalloc/memset 0 by kzallocFabian Frederick2014-04-03
|/
* befs: iget_locked() doesn't return an ERR_PTRRakesh Pandit2014-01-25
* befs: split symlink iops in two - for short and long symlinks resp.Al Viro2013-10-24
* [readdir] convert befsAl Viro2013-06-29
* befs_readdir(): do not increment ->f_pos if filldir tells us to stopAl Viro2013-05-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-30
|\
| * fs: befs: remove cast for kmalloc return valueZhang Yanfei2013-03-18
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | fs/befs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-21
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | userns: Convert befs to use kuid/kgid where appropriateEric W. Biederman2012-09-21
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* befs: Validate length of long symbolic links.Timo Warns2011-08-17
* Fix common misspellingsLucas De Marchi2011-03-31
* block: remove per-queue pluggingJens Axboe2011-03-10
* befs: don't pass huge structs by valueJesper Juhl2011-01-13
* fs: icache RCU free inodesNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29