summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-292-3/+0
| * | fs: Drop trivial .lseek() implementaitons in FS driversAndrey Smirnov2019-01-299-58/+6
| * | fs: Update FILE position in lseek()Andrey Smirnov2019-01-2915-34/+25
| * | devfs: Fix incorrect error check for cdev->ops->lseek()Andrey Smirnov2019-01-291-5/+9
| |/
* / treewide: Introduce MAP_FAILED and replace ad-hoc constants with itAndrey Smirnov2019-01-161-1/+1
|/
* fs/fat: fix FAT32 detectionAlexander Kurz2019-01-041-5/+7
* Merge branch 'for-next/net'Sascha Hauer2018-12-072-6/+19
|\
| * fs: tftp: Make filesize a 64bit typeSascha Hauer2018-11-291-4/+4
| * net: dns: return error codesSascha Hauer2018-11-292-2/+15
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-12-073-11/+3
|\ \
| * | fs: devfs: Make locally used function staticSascha Hauer2018-11-121-1/+1
| * | fs: ubifs: Avoid missing prototype warningSascha Hauer2018-11-122-10/+2
| |/
* | fs: fix possible null pointer dereference of base.Oleksij Rempel2018-11-211-1/+2
* | fs: closedir: remove uninitialized variable retOleksij Rempel2018-11-211-3/+1
|/
* Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-091-1/+1
|\
| * drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-11-091-18/+18
|\ \
| * | fs: Make locally used functions staticSascha Hauer2018-10-191-18/+18
| |/
* | fs: devfs: implement d_revalidate hookSascha Hauer2018-10-291-0/+27
* | fs: implement d_revalidateSascha Hauer2018-10-291-1/+36
|/
* Merge branch 'for-next/ubifs'Sascha Hauer2018-10-0927-16421/+1769
|\
| * fs: ubifs: optionally allow to mount UBIFS images with encrypted filesSascha Hauer2018-10-083-1/+11
| * ubifs: Update to v4.18-rc6Sascha Hauer2018-10-0821-550/+2147