summaryrefslogtreecommitdiffstats
path: root/fs/befs
Commit message (Expand)AuthorAgeFilesLines
* fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki2016-05-241-3/+1Star
* fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki2016-05-241-1/+1
* fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki2016-05-241-1/+1
* befs: switch to ->iterate_shared()Al Viro2016-05-101-1/+1
* befs: constify stuff a bitAl Viro2016-05-106-31/+34
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-3/+2Star
* switch befs long symlinks to page_symlink_operationsAl Viro2015-12-071-19/+22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-241-1/+1
* | fs/befs/btree.c: remove unneeded initializationsFabian Frederick2015-06-261-3/+3
|/
* don't pass nameidata to ->follow_link()Al Viro2015-05-111-2/+2
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-19/+16Star
* befs: switch to simple_follow_link()Al Viro2015-05-111-19/+5Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | befs: replace typedef befs_inode_info by structureFabian Frederick2015-04-172-7/+7
* | befs: replace typedef befs_sb_info by structureFabian Frederick2015-04-175-13/+11Star
* | befs: replace typedef befs_mount_options by structureFabian Frederick2015-04-172-5/+5
|/
* fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick2015-02-171-3/+3
* befs: remove dead codeJan Kara2014-12-131-4/+0Star
* assorted conversions to %p[dD]Al Viro2014-11-191-9/+7Star
* fs/befs/btree.c: remove typedef befs_btree_nodeHimangi Saraogi2014-10-141-24/+29
* fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick2014-08-091-4/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-071-2/+0Star
|\
| * befs: remove check for CONFIG_BEFS_RWPaul Bolle2014-06-191-2/+0Star
* | fs/befs: kernel-doc fixesFabian Frederick2014-06-073-11/+11
* | fs/befs/linuxvfs.c: remove positive test on sector_tFabian Frederick2014-06-071-8/+0Star
* | fs/befs/btree.c: replace strncpy by strlcpy + coding style fixingFabian Frederick2014-06-071-4/+3Star
* | fs/befs/linuxvfs.c: replace strncpy by strlcpyFabian Frederick2014-06-071-3/+2Star
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-051-0/+1
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
| |/
* | BEFS: logging cleanupFabian Frederick2014-04-048-204/+195Star
* | fs/befs/linuxvfs.c: add __init to befs_init_inodecache()Fabian Frederick2014-04-041-2/+1Star
* | befs: replace kmalloc/memset 0 by kzallocFabian Frederick2014-04-041-2/+1Star
|/
* befs: iget_locked() doesn't return an ERR_PTRRakesh Pandit2014-01-251-2/+2
* befs: split symlink iops in two - for short and long symlinks resp.Al Viro2013-10-251-30/+31
* [readdir] convert befsAl Viro2013-06-291-18/+22
* befs_readdir(): do not increment ->f_pos if filldir tells us to stopAl Viro2013-05-311-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-2/+1Star
|\
| * fs: befs: remove cast for kmalloc return valueZhang Yanfei2013-03-181-2/+1Star
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1