summaryrefslogtreecommitdiffstats
path: root/fs/befs/linuxvfs.c
Commit message (Expand)AuthorAgeFilesLines
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+1
* befs: d_obtain_alias(ERR_PTR(...)) will do the right thingAl Viro2023-12-211-3/+0
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | befs: convert to new timestamp accessorsJeff Layton2023-10-181-5/+5
|/
* befs: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
* befs: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-301-1/+1
* befs: Convert befs_symlink_read_folio() to use a folioMatthew Wilcox (Oracle)2022-08-021-9/+7
* befs: Convert befs to read_folioMatthew Wilcox (Oracle)2022-05-091-3/+4
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-5/+5
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* block: move struct block_device to blk_types.hChristoph Hellwig2020-06-241-0/+1
* fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* befs: switch to ->free_inode()Al Viro2019-05-011-9/+3
* befs_lookup(): use d_splice_alias()Al Viro2018-05-211-12/+5
* befs: Define usercopy region in befs_inode_cache slab cacheDavid Windsor2018-01-151-5/+9
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* befs: Implement show_optionsDavid Howells2017-07-111-3/+21
* befs: make export work with cold dcacheFabian Frederick2017-05-051-0/+15
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* befs: add NFS export supportLuis de Bethencourt2016-12-221-0/+38
* befs: remove trailing whitespacesLuis de Bethencourt2016-12-221-16/+16
* befs: remove signatures from commentsLuis de Bethencourt2016-12-221-3/+0
* befs: fix style issues in linuxvfs.cLuis de Bethencourt2016-12-221-23/+26
* befs: fix typos in linuxvfs.cLuis de Bethencourt2016-12-221-8/+6
* Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-151-66/+64
|\
| * fs: befs: remove ret variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1
| * fs: befs: Insert NULL inode to dentrySalah Triki2016-10-081-0/+1
| * befs: make consistent use of befs_error()Luis de Bethencourt2016-10-081-1/+1
| * 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-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/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