aboutsummaryrefslogtreecommitdiffstats
path: root/fs/befs/linuxvfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-02befs: Convert befs_symlink_read_folio() to use a folioMatthew Wilcox (Oracle)1-9/+7
2022-05-09befs: Convert befs to read_folioMatthew Wilcox (Oracle)1-3/+4
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-5/+5
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig1-0/+1
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-01befs: switch to ->free_inode()Al Viro1-9/+3
2018-05-21befs_lookup(): use d_splice_alias()Al Viro1-12/+5
2018-01-15befs: Define usercopy region in befs_inode_cache slab cacheDavid Windsor1-5/+9
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-11befs: Implement show_optionsDavid Howells1-3/+21
2017-05-05befs: make export work with cold dcacheFabian Frederick1-0/+15
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-22befs: add NFS export supportLuis de Bethencourt1-0/+38
2016-12-22befs: remove trailing whitespacesLuis de Bethencourt1-16/+16
2016-12-22befs: remove signatures from commentsLuis de Bethencourt1-3/+0
2016-12-22befs: fix style issues in linuxvfs.cLuis de Bethencourt1-23/+26
2016-12-22befs: fix typos in linuxvfs.cLuis de Bethencourt1-8/+6
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds1-66/+64
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: Insert NULL inode to dentrySalah Triki1-0/+1
2016-10-08befs: make consistent use of befs_error()Luis de Bethencourt1-1/+1
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 Triki1-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-23fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki1-1/+1
2016-05-23fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki1-1/+1
2016-05-23fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-23fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-10befs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-10befs: constify stuff a bitAl Viro1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-3/+2
2015-12-06switch befs long symlinks to page_symlink_operationsAl Viro1-19/+22
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-19/+16