summaryrefslogtreecommitdiffstats
path: root/fs/befs
Commit message (Expand)AuthorAgeFilesLines
...
| * befs: remove unnecessary initializationSalah Triki2016-10-081-1/+1
| * befs: fix typo in befs_sb_infoSalah Triki2016-10-081-1/+1
| * befs: add flags field to validate superblock stateSalah Triki2016-10-082-1/+6
| * befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-081-1/+1
| * befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-082-19/+16
| * fs: befs: remove ret variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1
| * fs: befs: remove unnecessary *befs_sb variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove useless initialization to zeroSalah Triki2016-10-081-1/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-2/+0
| * fs: befs: Insert NULL inode to dentrySalah Triki2016-10-081-0/+1
| * fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki2016-10-081-2/+0
| * fs: befs: Coding style fixSalah Triki2016-10-081-3/+3
| * fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki2016-10-081-8/+0
| * befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt2016-10-081-2/+2
| * befs: in memory free_node_ptr and max_size never readLuis de Bethencourt2016-10-081-2/+0
| * befs: make consistent use of befs_error()Luis de Bethencourt2016-10-083-4/+9
| * befs: use simpler while loopLuis de Bethencourt2016-10-081-36/+38
| * befs: remove constant variableLuis de Bethencourt2016-10-081-5/+2
| * befs: avoid dereferencing dentry twiceLuis de Bethencourt2016-10-081-1/+1
| * fs: befs: remove comment that confuses kernel-docLuis de Bethencourt2016-10-081-4/+0
| * fs: befs: check silent flag before logging errorLuis de Bethencourt2016-10-081-1/+2
| * fs: befs: replace befs_bread by sb_breadSalah Triki2016-10-084-30/+4
| * befs: remove unused functionsLuis de Bethencourt2016-10-081-12/+0
| * befs: fix function name in documentationLuis de Bethencourt2016-10-081-1/+1
| * befs: check return of sb_min_blocksizeLuis de Bethencourt2016-10-081-1/+6
| * fs: befs: remove useless pr_err in befs_init_inodecache()Salah Triki2016-10-081-4/+2
| * fs/befs/linuxvfs.c: remove useless befs_errorSalah Triki2016-10-081-2/+0
| * fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super()Salah Triki2016-10-081-4/+2
| * fs/befs/linuxvfs.c: check silent flag before logging errorsSalah Triki2016-10-081-6/+9
| * fs/befs/linuxvfs.c: move useless assignmentSalah Triki2016-10-081-1/+1
* | block: remove remnant refs to hardsectLinus Walleij2016-09-141-1/+1
|/
* fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki2016-05-231-1/+1
* fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki2016-05-231-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki2016-05-231-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki2016-05-231-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki2016-05-231-1/+1
* fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki2016-05-231-1/+1
* fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki2016-05-231-3/+1
* fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki2016-05-231-1/+1
* fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki2016-05-231-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-141-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-3/+2
* switch befs long symlinks to page_symlink_operationsAl Viro2015-12-061-19/+22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* | fs/befs/btree.c: remove unneeded initializationsFabian Frederick2015-06-251-3/+3
|/
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-2/+2