aboutsummaryrefslogtreecommitdiff
path: root/fs/befs
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-2/+1
2023-12-21befs: d_obtain_alias(ERR_PTR(...)) will do the right thingGravatar Al Viro 1-3/+0
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportGravatar Amir Goldstein 1-0/+1
2023-10-18befs: convert to new timestamp accessorsGravatar Jeff Layton 1-5/+5
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-0/+1
2023-07-13befs: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2023-05-30befs: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 2-2/+2
2022-08-02befs: Convert befs_symlink_read_folio() to use a folioGravatar Matthew Wilcox (Oracle) 1-9/+7
2022-05-09befs: Convert befs to read_folioGravatar Matthew Wilcox (Oracle) 1-3/+4
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-5/+5
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 1-1/+1
2021-03-30fs/befs: Delete obsolete TODO fileGravatar Wang Qing 1-14/+0
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-06-24block: move struct block_device to blk_types.hGravatar Christoph Hellwig 1-0/+1
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-01befs: switch to ->free_inode()Gravatar Al Viro 1-9/+3
2018-06-15fix a series of Documentation/ broken file name referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-05-21befs_lookup(): use d_splice_alias()Gravatar Al Viro 1-12/+5
2018-01-15befs: Define usercopy region in befs_inode_cache slab cacheGravatar David Windsor 1-5/+9
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 2-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+21
2017-07-11befs: Implement show_optionsGravatar David Howells 1-3/+21
2017-07-09befs: add kernel-doc formatting for befs_bt_read_super()Gravatar Tommy Nguyen 1-9/+6
2017-05-05befs: make export work with cold dcacheGravatar Fabian Frederick 1-0/+15
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-12-22befs: add NFS export supportGravatar Luis de Bethencourt 1-0/+38
2016-12-22befs: remove trailing whitespacesGravatar Luis de Bethencourt 7-48/+47
2016-12-22befs: remove signatures from commentsGravatar Luis de Bethencourt 3-7/+1
2016-12-22befs: fix style issues in header filesGravatar Luis de Bethencourt 6-17/+12
2016-12-22befs: fix style issues in linuxvfs.cGravatar Luis de Bethencourt 1-23/+26
2016-12-22befs: fix typos in linuxvfs.cGravatar Luis de Bethencourt 1-8/+6
2016-12-22befs: fix style issues in io.cGravatar Luis de Bethencourt 1-2/+2
2016-12-22befs: fix style issues in inode.cGravatar Luis de Bethencourt 1-6/+6
2016-12-22befs: fix style issues in debug.cGravatar Luis de Bethencourt 1-6/+8
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsGravatar Linus Torvalds 8-283/+244
2016-10-08befs: befs: fix style issues in datastream.cGravatar Luis de Bethencourt 1-15/+17
2016-10-08befs: improve documentation in datastream.cGravatar Luis de Bethencourt 1-95/+98
2016-10-08befs: fix typos in datastream.cGravatar Luis de Bethencourt 1-4/+4
2016-10-08befs: fix typos in btree.cGravatar Luis de Bethencourt 1-4/+3
2016-10-08befs: fix style issues in super.cGravatar Luis de Bethencourt 1-7/+8
2016-10-08befs: fix comment styleGravatar Luis de Bethencourt 1-7/+3
2016-10-08befs: add check for ag_shift in superblockGravatar Luis de Bethencourt 1-0/+7
2016-10-08befs: dump inode_size superblock informationGravatar Luis de Bethencourt 1-0/+1