summaryrefslogtreecommitdiff
path: root/fs/befs
Commit message (Expand)AuthorAge
* befs: Define usercopy region in befs_inode_cache slab cacheDavid Windsor2018-01-15
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-15
|\
| * befs: Implement show_optionsDavid Howells2017-07-11
* | befs: add kernel-doc formatting for befs_bt_read_super()Tommy Nguyen2017-07-09
|/
* befs: make export work with cold dcacheFabian Frederick2017-05-05
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* befs: add NFS export supportLuis de Bethencourt2016-12-22
* befs: remove trailing whitespacesLuis de Bethencourt2016-12-22
* befs: remove signatures from commentsLuis de Bethencourt2016-12-22
* befs: fix style issues in header filesLuis de Bethencourt2016-12-22
* befs: fix style issues in linuxvfs.cLuis de Bethencourt2016-12-22
* befs: fix typos in linuxvfs.cLuis de Bethencourt2016-12-22
* befs: fix style issues in io.cLuis de Bethencourt2016-12-22
* befs: fix style issues in inode.cLuis de Bethencourt2016-12-22
* befs: fix style issues in debug.cLuis de Bethencourt2016-12-22
* Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-15
|\
| * befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-08
| * befs: improve documentation in datastream.cLuis de Bethencourt2016-10-08
| * befs: fix typos in datastream.cLuis de Bethencourt2016-10-08
| * befs: fix typos in btree.cLuis de Bethencourt2016-10-08
| * befs: fix style issues in super.cLuis de Bethencourt2016-10-08
| * befs: fix comment styleLuis de Bethencourt2016-10-08
| * befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-08
| * befs: dump inode_size superblock informationLuis de Bethencourt2016-10-08
| * befs: remove unnecessary initializationSalah Triki2016-10-08
| * befs: fix typo in befs_sb_infoSalah Triki2016-10-08
| * befs: add flags field to validate superblock stateSalah Triki2016-10-08
| * befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-08
| * befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-08
| * fs: befs: remove ret variableSalah Triki2016-10-08
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-08
| * fs: befs: remove unnecessary *befs_sb variableSalah Triki2016-10-08
| * fs: befs: remove useless initialization to zeroSalah Triki2016-10-08
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-08
| * fs: befs: Insert NULL inode to dentrySalah Triki2016-10-08
| * fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki2016-10-08
| * fs: befs: Coding style fixSalah Triki2016-10-08
| * fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki2016-10-08
| * befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt2016-10-08
| * befs: in memory free_node_ptr and max_size never readLuis de Bethencourt2016-10-08
| * befs: make consistent use of befs_error()Luis de Bethencourt2016-10-08
| * befs: use simpler while loopLuis de Bethencourt2016-10-08
| * befs: remove constant variableLuis de Bethencourt2016-10-08
| * befs: avoid dereferencing dentry twiceLuis de Bethencourt2016-10-08
| * fs: befs: remove comment that confuses kernel-docLuis de Bethencourt2016-10-08
| * fs: befs: check silent flag before logging errorLuis de Bethencourt2016-10-08
| * fs: befs: replace befs_bread by sb_breadSalah Triki2016-10-08