summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fs: ramfs: Switch to dentry cache implementationSascha Hauer2018-07-112-303/+99
* | fs: dentry cache implementationSascha Hauer2018-07-1111-1005/+2635
|/
* fs: devfs-core: Make use of devpath_to_name()Andrey Smirnov2018-06-251-4/+2
* fs: fix memory access via /dev/mem for MIPS64Peter Mamonov2018-06-141-2/+2
* fs: Fix finding correct directory for mkdir/rmdirSascha Hauer2018-04-061-2/+2
* fs: Cleanup whitespace damageSascha Hauer2018-04-061-13/+13
* fs: Move mem_write/mem_read to devfs-coreSascha Hauer2018-04-062-66/+68
* fs: Add super_operationsSascha Hauer2018-04-062-39/+0
* ubifs: remove dead codeSascha Hauer2018-04-061-475/+0
* ubifs: Remove Linux struct definitions we already haveSascha Hauer2018-04-061-317/+1
* ubifs: remove dead codeSascha Hauer2018-04-061-187/+0
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* fs: check pointer returned by get_fsdevice_by_path before dereferencingGaƫl PORTAY2018-03-191-1/+1
* ratp: allow building without full console supportAleksander Morgado2018-03-011-1/+1
* Merge branch 'for-next/zstd'Sascha Hauer2018-02-086-0/+169
|\
| * squashfs: Add zstd supportPhilipp Zabel2018-02-056-0/+169