summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pstore: ramoops: use correct format specifier for size_t variablesLucas Stach2019-12-021-4/+4
* pstore: don't try to grab non-existent logbufLucas Stach2019-12-021-0/+3
* pstore: remove unused goto labelAhmad Fatoum2019-11-271-1/+0
* pstore: fix build by re-resolving botched merge conflictAhmad Fatoum2019-11-271-29/+0
* Merge branch 'for-next/misc'Sascha Hauer2019-11-072-2/+2
|\
| * fs: ubootvarfs: use correct format specifier for pointer diffLucas Stach2019-11-041-1/+1
| * fs: devfs-core: do a case-insensitive compare of partuuidsAhmad Fatoum2019-10-231-1/+1
* | Merge branch 'for-next/ext4'Sascha Hauer2019-11-072-70/+23
|\ \
| * | fs: ext4: return NULL instead of 0Sascha Hauer2019-10-291-2/+2
| * | fs: ext4: Fix handling of sparse filesSascha Hauer2019-10-291-14/+14
| * | fs: ext4: remove unnecessarily clever file readSascha Hauer2019-10-291-53/+6
| * | fs: ext4: Fix out of bounds memsetSascha Hauer2019-10-291-1/+1
| |/
* / efi: use efi_guidcmp helper where appropriateAhmad Fatoum2019-10-181-1/+1
|/
* fs: devfs-core: have device_find_partition search symlinksAhmad Fatoum2019-10-151-0/+21
* chdir(): add LOOKUP_DIRECTORY flag to filename_lookup()Robert Karszniewicz2019-10-141-1/+1
* trivial: fix typo lenght -> lengthUwe Kleine-König2019-10-141-1/+1
* Merge branch 'for-next/tftp'Sascha Hauer2019-09-122-1/+10
|\
| * fs: tftp: don't maintain tftp dentries in dcacheAhmad Fatoum2019-08-231-0/+1
| * fs: provide no_revalidate_d_ops for network file systemsAhmad Fatoum2019-08-231-0/+9
| * fs: tftp: remove duplicate headerAhmad Fatoum2019-08-231-1/+0
* | Merge branch 'for-next/misc'Sascha Hauer2019-09-123-42/+30
|\ \
| * | console: fix out-of-bounds read in dputc(/dev/*, ...)Ahmad Fatoum2019-09-021-0/+29
| * | fs: omap4_usbbootfs: remove commented out codeAhmad Fatoum2019-08-301-41/+0
| * | fs: fat: fix use of wrong enumeration typeAhmad Fatoum2019-08-301-1/+1
| |/
* / fs: nfs: Fix possible buffer overflowSascha Hauer2019-09-021-0/+4
|/
* Merge branch 'for-next/pstore'Sascha Hauer2019-07-122-86/+24
|\
| * pstore: remove unused codeSascha Hauer2019-07-092-27/+0
| * pstore: Only capture log messagesSascha Hauer2019-07-091-60/+25
* | fs: Add a driver to access U-Boot environment variablesAndrey Smirnov2019-06-073-0/+508
|/
* Merge branch 'for-next/ubifs'Sascha Hauer2019-05-1012-75/+580
|\
| * fs: ubifs: Add authentication supportSascha Hauer2019-04-2412-75/+580
* | fs: nfs: ensure rpc_req message is sendMarco Felsch2019-04-291-0/+11
|/
* Merge branch 'for-next/warnings'Sascha Hauer2019-04-093-110/+2
|\
| * fs: squashfs: Remove unused functionSascha Hauer2019-03-181-108/+0
| * treewide: Make locally used functions staticSascha Hauer2019-03-182-2/+2
* | Merge branch 'for-next/pstore'Sascha Hauer2019-04-096-131/+447
|\ \
| * | pstore: ramoops: allow zapping invalid buffers in read-only modePhilipp Zabel2019-03-182-6/+2
| * | pstore: pass ramoops configuration to kernel via device treePhilipp Zabel2019-03-181-18/+80
| * | pstore: Replace arguments for write() APIKees Cook2019-03-181-7/+5
| * | pstore: Replace arguments for read() APIKees Cook2019-03-182-16/+18
| * | pstore: Switch pstore_mkfile to pass recordKees Cook2019-03-183-29/+26
| * | pstore: add console supportPhilipp Zabel2019-03-182-0/+80
| * | pstore: Extract common arguments into structureKees Cook2019-03-181-13/+17
| * | pstore/ram: Clarify resource reservation labelsKees Cook2019-03-182-4/+19
| * | pstore: improve error report for failed setupKees Cook2019-03-181-17/+32
| * | pstore/ram: Do not use stack VLA for parity workspaceKees Cook2019-03-181-7/+21
| * | pstore: Make ramoops_init_przs generic for other prz arraysKees Cook2019-03-181-28/+58
| * | ramoops: use DT reserved-memory bindingsKees Cook2019-03-181-15/+7
| * | pstore/ram: add Device Tree bindingsGreg Hackmann2019-03-181-0/+83
| * | ramoops: probe from device tree if OFTREE is enabledPhilipp Zabel2019-03-181-4/+32
| |/