aboutsummaryrefslogtreecommitdiffstats
path: root/fs/befs/linuxvfs.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2024-09-18befs: convert befs to use the new mount apiEric Sandeen1-97/+102
2024-05-31befs: Convert befs_symlink_read_folio() to use folio_end_read()Matthew Wilcox (Oracle)1-6/+4
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+1
2023-12-21befs: d_obtain_alias(ERR_PTR(...)) will do the right thingAl Viro1-3/+0
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-18befs: convert to new timestamp accessorsJeff Layton1-5/+5
2023-07-13befs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-05-30befs: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
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
2015-05-10befs: switch to simple_follow_link()Al Viro1-19/+5
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2015-04-17befs: replace typedef befs_inode_info by structureFabian Frederick1-3/+4
2015-04-17befs: replace typedef befs_sb_info by structureFabian Frederick1-3/+2
2015-04-17befs: replace typedef befs_mount_options by structureFabian Frederick1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-02-17fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick1-3/+3
2014-12-13befs: remove dead codeJan Kara1-4/+0
2014-11-19assorted conversions to %p[dD]Al Viro1-9/+7
2014-08-08fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick1-4/+2
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2014-06-19befs: remove check for CONFIG_BEFS_RWPaul Bolle1-2/+0
2014-06-06fs/befs: kernel-doc fixesFabian Frederick1-8/+8
2014-06-06fs/befs/linuxvfs.c: remove positive test on sector_tFabian Frederick1-8/+0
2014-06-06fs/befs/linuxvfs.c: replace strncpy by strlcpyFabian Frederick1-3/+2
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-03BEFS: logging cleanupFabian Frederick1-52/+54
2014-04-03fs/befs/linuxvfs.c: add __init to befs_init_inodecache()Fabian Frederick1-2/+1
2014-04-03befs: replace kmalloc/memset 0 by kzallocFabian Frederick1-2/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-25befs: iget_locked() doesn't return an ERR_PTRRakesh Pandit1-2/+2
2013-10-24befs: split symlink iops in two - for short and long symlinks resp.Al Viro1-30/+31
2013-06-29[readdir] convert befsAl Viro1-18/+22
2013-05-31befs_readdir(): do not increment ->f_pos if filldir tells us to stopAl Viro1-2/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-21userns: Convert befs to use kuid/kgid where appropriateEric W. Biederman1-8/+19
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-08-17befs: Validate length of long symbolic links.Timo Warns1-9/+14
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-01-13befs: don't pass huge structs by valueJesper Juhl1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-2/+8
2010-10-29new helper: mount_bdev()Al Viro1-6/+5
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-02-07befs: fix leakAl Viro1-0/+1
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-6/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+0
2009-06-17befs ->pust_super() doesn't need BKLAl Viro1-4/+0
2009-06-15NLS: update handling of UnicodeAlan Stern1-11/+9
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+4
2009-04-02fs/befs: return f_fsid for statfs(2)Coly Li1-0/+3
2008-12-31befs: ensure fast symlinks are NUL-terminatedDuane Griffin1-1/+4
2008-10-16befs: annotate fs32 on tests for superblock endiannessHarvey Harrison1-2/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-04-29befs: fix sparse warning in linuxvfs.cHarvey Harrison1-3/+3
2008-02-08mount options: fix befsMiklos Szeredi1-1/+3
2008-02-07iget: stop BEFS from using iget() and read_inode()David Howells1-14/+25
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-2/+2
2006-12-08[PATCH] struct path: convert befsJosef Sipek1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-10[PATCH] befs: prepare to sanitizing headersAl Viro1-1/+0
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-3/+1
2006-08-06[PATCH] Fix BeFS slab corruptionDiego Calleja1-2/+9
2006-06-30typo fixes: aquire -> acquireAdrian Bunk1-19/+19
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-22It's UTF-8Alexey Dobriyan1-1/+1
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-8/+4
2005-11-07[PATCH] befs: use generic_ro_fopsChristoph Hellwig1-7/+1
2005-08-20befs: fix up missed follow_link declaration changeLinus Torvalds1-1/+1
2005-08-19[PATCH] Fix up symlink function pointersAl Viro1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+964