summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2019-04-092-15/+7
|\ \
| * | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2019-03-211-5/+5
| * | fs: ramfs: Drop unnecessary check in ramfs_mknod()Andrey Smirnov2019-03-131-4/+2
| * | fs: ramfs: Drop unused 'chunks' conterAndrey Smirnov2019-03-131-4/+0
| * | fs: ramfs: Drop unused 'handle' filed from struct ramfs_inodeAndrey Smirnov2019-03-131-2/+0
| |/
* / bpkfs: Fix lseek error check in bpkfs_probe()Andrey Smirnov2019-03-111-2/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2019-03-074-91/+1
|\
| * fs: ubifs: Remove unused crc16 functionsSascha Hauer2019-03-044-91/+1
* | Merge branch 'for-next/fs'Sascha Hauer2019-03-073-69/+32
|\ \
| * | fs: Simplify fd to FILE lookup codeAndrey Smirnov2019-02-271-53/+30
| * | fs: Drop unused code in fstat()Andrey Smirnov2019-02-271-3/+0
| * | fs: Make use of cdev_flush()Andrey Smirnov2019-02-271-4/+1
| * | fs: Make use of cdev_erase()Andrey Smirnov2019-02-271-4/+1
| * | fs: ramfs: Drop needless OOM checkAndrey Smirnov2019-02-271-2/+0
| * | fs: Drop needless OOM checkAndrey Smirnov2019-02-271-3/+0
| |/
* / efi: cleanupsOleksij Rempel2019-02-182-2/+2
|/
* Merge branch 'for-next/nfs'Sascha Hauer2019-02-131-58/+86
|\
| * fs/nfs: stop using a global variable for nfs packet payloadUwe Kleine-König2019-01-221-58/+64
| * fs/nfs: copy data from rpc replies to local storageUwe Kleine-König2019-01-221-5/+26
| * fs/nfs: don't try to set nfs error code from mount rpc callUwe Kleine-König2019-01-221-2/+3
* | Merge branch 'for-next/misc'Sascha Hauer2019-02-131-1/+1
|\ \
| * | treewide: Remove trailing whitespaces and tabsAlexander Shiyan2019-01-211-1/+1
| |/
* | Merge branch 'for-next/lseek'Sascha Hauer2019-02-1319-160/+99
|\ \
| * | fs: Share code between mem_write()/mem_read()Andrey Smirnov2019-02-061-22/+24
| * | fs: devfs: forbid truncation when cdev has no truncate operationSascha Hauer2019-02-061-5/+1
| * | fs: do not call truncate for FILE_SIZE_STREAM sized filesSascha Hauer2019-02-061-0/+3
| * | fs: set errno in ftruncate()Sascha Hauer2019-02-061-1/+3
| * | fs: let truncate take a loff_t argumentSascha Hauer2019-02-0610-10/+10
| * | fs: Avoid division in memcpy_sz()Andrey Smirnov2019-02-061-2/+3
| * | fs: Simplify new position calculation in lseek()Andrey Smirnov2019-02-041-11/+8
| * | fs: Do not use IS_ERR_VALUE() to validate offset in lseek()Andrey Smirnov2019-02-041-1/+1
| * | fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-0410-27/+25