aboutsummaryrefslogtreecommitdiffstats
path: root/fs/efivarfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-09fs/efivarfs: Fix double kfree() in error pathMatt Fleming1-3/+3
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur2-3/+11
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-2/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-05-20fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko1-37/+3
2016-05-07efivarfs: Make efivarfs_file_ioctl() staticPeter Jones1-1/+1
2016-05-07efi: Merge boolean flag argumentsJulia Lawall1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-02-10efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+98
2016-02-10efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-01-22wrappers for ->i_mutex accessAl Viro2-4/+4
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-17efivarfs: Ensure VariableName is NUL-terminatedRoss Lagerwall1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-3/+3
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efiIngo Molnar2-1/+2
2015-01-12Merge tag 'rneri-efi-next' of https://github.com/ricardon/efi into nextMatt Fleming1-1/+1
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov1-1/+1
2015-01-05fs: Make efivarfs a pseudo filesystem, built by default with EFILeif Lindholm1-0/+1
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-11-19kill f_dentry usesAl Viro1-2/+2
2014-11-11efivarfs: Allow unloading when build as moduleMathias Krause1-2/+9
2014-06-04fs/efivarfs/super.c: use static const for dentry_operationsFabian Frederick1-1/+1
2014-03-04efivarfs: 'efivarfs_file_write' function reorganizationGeyslan G. Bem1-9/+4
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-10/+1
2013-07-14efivarfs: we can use simple_lookup() nowAl Viro1-13/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-5/+4
2013-05-13efivarfs: Never return ENOENT from firmware againLingzhu Xiang1-2/+12
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-0/+4
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming1-1/+2
2013-04-20Merge remote-tracking branch 'efi/chainsaw' into x86/efiH. Peter Anvin6-0/+586
2013-04-17efi: split efisubsystem from efivarsTom Gundersen1-1/+1
2013-04-17efivarfs: Move to fs/efivarfsMatt Fleming6-0/+592