summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove trailing whitespaces and tabsAlexander Shiyan2019-01-211-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
| * fs: ubifs: remove not needed codeSascha Hauer2018-10-0823-16206/+14
| * fs: implement clear_nlink and set_nlinkSascha Hauer2018-10-082-35/+16
| * fs: implement iget_locked and iget_failedSascha Hauer2018-10-082-29/+24
| * fs: implement file_inodeSascha Hauer2018-10-081-0/+1
| * Add more mutex no-opsSascha Hauer2018-10-081-3/+0
| * Add kmemdupSascha Hauer2018-10-082-19/+0
| * Add linux/slab.hSascha Hauer2018-10-082-24/+2
* | Merge branch 'for-next/fs'Sascha Hauer2018-10-091-6/+7
|\ \ | |/ |/|
| * fs: improve ramfs_truncate speedMarcin Niestroj2018-10-081-1/+3
| * fs: ramfs: make chunk counting in truncate() better readableSascha Hauer2018-09-271-5/+4
* | fs: ubifs: Do not free memory not allocated by ubifsSascha Hauer2018-09-281-1/+0
* | fs: stat: Do not forget to set errnoSascha Hauer2018-09-261-0/+3
* | fs: open: Do not forget to set errnoSascha Hauer2018-09-261-1/+1
|/
* fs: ramfs: Free data when file is unlinkedSascha Hauer2018-09-261-1/+23
* fs: devfs: fix r/w permissionsSascha Hauer2018-09-171-1/+6
* fs: devfs: Create device files as character devicesSascha Hauer2018-09-171-2/+2
* fs: tftp: Use pr_debug for errorsSascha Hauer2018-09-101-1/+1
* fs: tftp: improve file size handlingSascha Hauer2018-08-301-2/+8
* fs: tftp: hide files which are actually not present on the serverSascha Hauer2018-08-301-8/+25
* fs: tftp: fix return valueSascha Hauer2018-08-301-1/+1
* fs: tftp: fix memory holeSascha Hauer2018-08-301-10/+7
* fs: tftp: overhaul debuggingSascha Hauer2018-08-301-10/+25
* Merge branch 'for-next/memcmds'Sascha Hauer2018-08-131-1/+1
|\
| * fs: ramfs: get chunks zero initializedSascha Hauer2018-08-101-1/+1
* | fs: squashfs: Switch to dentry cache implementationSascha Hauer2018-07-139-177/+365
* | fs: cramfs: Switch to dentry cache implementationSascha Hauer2018-07-132-251/+273
* | fs: tftp: Switch to dentry cache implementationSascha Hauer2018-07-132-43/+55
* | fs: nfs: Switch to dentry cache implementationSascha Hauer2018-07-132-309/+234
* | fs: ubifs: Switch to dentry cache implementationSascha Hauer2018-07-136-484/+313
* | fs: ext4: Switch to dentry cache implementationSascha Hauer2018-07-113-123/+160
* | fs: devfs: Switch to dentry cache implementationSascha Hauer2018-07-112-66/+85