summaryrefslogtreecommitdiff
path: root/fs/befs
AgeCommit message (Expand)AuthorFilesLines
2016-10-08befs: remove unnecessary initializationSalah Triki1-1/+1
2016-10-08befs: fix typo in befs_sb_infoSalah Triki1-1/+1
2016-10-08befs: add flags field to validate superblock stateSalah Triki2-1/+6
2016-10-08befs: fix typo in befs_find_keyLuis de Bethencourt1-1/+1
2016-10-08befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2-19/+16
2016-10-08fs: befs: remove ret variableSalah Triki1-2/+1
2016-10-08fs: befs: remove in vain variable assignmentSalah Triki1-1/+1
2016-10-08fs: befs: remove unnecessary *befs_sb variableSalah Triki1-2/+1
2016-10-08fs: befs: remove useless initialization to zeroSalah Triki1-1/+1
2016-10-08fs: befs: remove in vain variable assignmentSalah Triki1-2/+0
2016-10-08fs: befs: Insert NULL inode to dentrySalah Triki1-0/+1
2016-10-08fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki1-2/+0
2016-10-08fs: befs: Coding style fixSalah Triki1-3/+3
2016-10-08fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki1-8/+0
2016-10-08befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt1-2/+2
2016-10-08befs: in memory free_node_ptr and max_size never readLuis de Bethencourt1-2/+0
2016-10-08befs: make consistent use of befs_error()Luis de Bethencourt3-4/+9
2016-10-08befs: use simpler while loopLuis de Bethencourt1-36/+38
2016-10-08befs: remove constant variableLuis de Bethencourt1-5/+2
2016-10-08befs: avoid dereferencing dentry twiceLuis de Bethencourt1-1/+1
2016-10-08fs: befs: remove comment that confuses kernel-docLuis de Bethencourt1-4/+0
2016-10-08fs: befs: check silent flag before logging errorLuis de Bethencourt1-1/+2
2016-10-08fs: befs: replace befs_bread by sb_breadSalah Triki4-30/+4
2016-10-08befs: remove unused functionsLuis de Bethencourt1-12/+0
2016-10-08befs: fix function name in documentationLuis de Bethencourt1-1/+1
2016-10-08befs: check return of sb_min_blocksizeLuis de Bethencourt1-1/+6
2016-10-08fs: befs: remove useless pr_err in befs_init_inodecache()Salah Triki1-4/+2
2016-10-08fs/befs/linuxvfs.c: remove useless befs_errorSalah Triki1-2/+0
2016-10-08fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super()Salah Triki1-4/+2
2016-10-08fs/befs/linuxvfs.c: check silent flag before logging errorsSalah Triki1-6/+9
2016-10-08fs/befs/linuxvfs.c: move useless assignmentSalah Triki1-1/+1
2016-09-14block: remove remnant refs to hardsectLinus Walleij1-1/+1
2016-05-24fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki1-3/+1
2016-05-24fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki1-1/+1
2016-05-24fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki1-1/+1
2016-05-10befs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-10befs: constify stuff a bitAl Viro6-31/+34
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-3/+2
2015-12-07switch befs long symlinks to page_symlink_operationsAl Viro1-19/+22
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-26fs/befs/btree.c: remove unneeded initializationsFabian Frederick1-3/+3
2015-06-24fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-05-11don't pass nameidata to ->follow_link()Al Viro1-2/+2