summaryrefslogtreecommitdiffstats
path: root/fs/efs
Commit message (Expand)AuthorAgeFilesLines
* efs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-2/+2
* efs: convert efs to use the new mount apiBill O'Donnell2024-02-201-30/+84
* 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
* | efs: convert to new timestamp accessorsJeff Layton2023-10-181-3/+2
|/
* 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
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-4/+1
|\ \
| * | efs: clean up -Wunused-const-variable= warningZhu Wang2023-08-181-4/+1
| |/
* / efs: convert to ctime accessor functionsJeff Layton2023-07-131-2/+2
|/
* efs: Convert efs symlinks to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+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 - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* efs: switch to ->free_inode()Al Viro2019-05-011-8/+2
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs/efs/super.c: fix return valueHeloise2016-05-201-2/+2
* more trivial ->iterate_shared conversionsAl Viro2016-05-091-2/+1
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-3/+3
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-3/+2
* fs/efs: femove unneeded castFiro Yang2015-06-251-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* fs/efs/namei.c: return is not a functionFabian Frederick2014-08-081-5/+6
* fs/efs: convert printk(KERN_DEBUG to pr_debugFabian Frederick2014-06-043-26/+17
* fs/efs: add pr_fmt / use __func__Fabian Frederick2014-06-046-35/+49
* fs/efs: convert printk to pr_foo()Fabian Frederick2014-06-045-35/+32
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | fs/efs/super.c: add __init to init_inodecache()Fabian Frederick2014-04-031-1/+1
|/
* efs: get rid of ->put_super()Al Viro2014-01-251-24/+15
* efs: iget_locked() doesn't return an ERR_PTR()Dan Carpenter2013-08-241-1/+1
* [readdir] convert efsAl Viro2013-06-291-42/+33
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | fs/efs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | userns: Convert efs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-2/+2
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-142-2/+3
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0