summaryrefslogtreecommitdiffstats
path: root/fs/befs
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
|/
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | befs: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
|/
* befs: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-302-2/+2
* 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
* isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* fs/befs: Delete obsolete TODO fileWang Qing2021-03-301-14/+0
* [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 - Makefile/KconfigThomas Gleixner2019-05-212-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
* fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-151-1/+1
* 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-272-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-3/+21
|\
| * befs: Implement show_optionsDavid Howells2017-07-111-3/+21
* | befs: add kernel-doc formatting for befs_bt_read_super()Tommy Nguyen2017-07-091-9/+6
|/
* 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-227-48/+47
* befs: remove signatures from commentsLuis de Bethencourt2016-12-223-7/+1
* befs: fix style issues in header filesLuis de Bethencourt2016-12-226-17/+12
* 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
* befs: fix style issues in io.cLuis de Bethencourt2016-12-221-2/+2
* befs: fix style issues in inode.cLuis de Bethencourt2016-12-221-6/+6
* befs: fix style issues in debug.cLuis de Bethencourt2016-12-221-6/+8
* Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-158-283/+244
|\
| * befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-081-15/+17
| * befs: improve documentation in datastream.cLuis de Bethencourt2016-10-081-95/+98
| * befs: fix typos in datastream.cLuis de Bethencourt2016-10-081-4/+4
| * befs: fix typos in btree.cLuis de Bethencourt2016-10-081-4/+3
| * befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3
| * befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-081-0/+7
| * befs: dump inode_size superblock informationLuis de Bethencourt2016-10-081-0/+1