Linus Torvalds
|
04c2eee5b9
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
12 years ago |
Matt Fleming
|
83e6818974
efi: Make 'efi_enabled' a function to query EFI facilities
|
12 years ago |
Matt Fleming
|
791eb564d2
efivarfs: Delete dentry from dcache in efivarfs_file_write()
|
12 years ago |
Matt Fleming
|
1fa7e6958c
efivarfs: Never return ENOENT from firmware
|
12 years ago |
Lingzhu Xiang
|
de5fe95587
efivarfs: Drop link count of the right inode
|
12 years ago |
Eric W. Biederman
|
992956189d
efi: Fix the build with user namespaces enabled.
|
12 years ago |
Linus Torvalds
|
d42b3a2906
Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
12 years ago |
Seiji Aguchi
|
f94ec0c059
efi_pstore: Add a format check for an existing variable name at erasing time
|
12 years ago |
Seiji Aguchi
|
0f7de85a94
efi_pstore: Add a format check for an existing variable name at reading time
|
12 years ago |
Seiji Aguchi
|
755d4fe465
efi_pstore: Add a sequence counter to a variable name
|
12 years ago |
Seiji Aguchi
|
a9efd39cd5
efi_pstore: Add ctime to argument of erase callback
|
12 years ago |
Seiji Aguchi
|
96480d9c8f
efi_pstore: Remove a logic erasing entries from a write callback to hold multiple logs
|
12 years ago |
Seiji Aguchi
|
dd230fecab
efi_pstore: Add a logic erasing entries to an erase callback
|
12 years ago |
Seiji Aguchi
|
d80a361d77
efi_pstore: Check remaining space with QueryVariableInfo() before writing data
|
12 years ago |
Matt Fleming
|
e83af1f18c
efivarfs: Make efivarfs_fill_super() static
|
12 years ago |
Matt Fleming
|
89d16665d3
efivarfs: Use query_variable_info() to limit kmalloc()
|
12 years ago |
Matt Fleming
|
cfcf2f1170
efivarfs: Fix return value of efivarfs_file_write()
|
12 years ago |
Matt Fleming
|
aeeaa8d46a
efivarfs: Return a consistent error when efivarfs_get_inode() fails
|
12 years ago |
Matt Fleming
|
07b1c5bc64
efivarfs: Make 'datasize' unsigned long
|
12 years ago |
Matt Fleming
|
91716322d8
efivarfs: Add unique magic number
|
12 years ago |
Matt Fleming
|
d292384152
efivarfs: Replace magic number with sizeof(attributes)
|
12 years ago |
Matt Fleming
|
7253eaba7b
efivarfs: Return an error if we fail to read a variable
|
12 years ago |
Jeremy Kerr
|
310ad75448
efi: Clarify GUID length calculations
|
12 years ago |
Jeremy Kerr
|
f5f6a60ad5
efivarfs: Implement exclusive access for {get,set}_variable
|
12 years ago |
Andy Whitcroft
|
5ba6e2919b
efivarfs: efivarfs_fill_super() ensure we clean up correctly on error
|
12 years ago |
Andy Whitcroft
|
c0359db1a1
efivarfs: efivarfs_fill_super() ensure we free our temporary name
|
12 years ago |
Andy Whitcroft
|
5c9b50ab8c
efivarfs: efivarfs_fill_super() fix inode reference counts
|
12 years ago |
Andy Whitcroft
|
45a937a883
efivarfs: efivarfs_create() ensure we drop our reference on inode on error
|
12 years ago |
Andy Whitcroft
|
d142df03a7
efivarfs: efivarfs_file_read ensure we free data in error paths
|
12 years ago |
Lee, Chun-Yi
|
605e70c7aa
efi: add efivars kobject to efi sysfs folder
|
12 years ago |