summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'for-next/tftp-workaround'Sascha Hauer2018-02-082-24/+35
|\ \
| * | fs/uimagefs: Use is_tftp_fs() and cache_file() to ease TFTP workaroundSascha Hauer2018-01-251-24/+13
| * | fs: implement is_tftp_fs()Sascha Hauer2018-01-251-0/+22
| |/
* | pstore: lower message prioritySascha Hauer2018-02-061-1/+1
* | fs: add support loop mount offsetPhilipp Zabel2018-02-052-7/+13
* | fs: Fix memory leak in mount()Sascha Hauer2018-01-261-0/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-01-225-67/+3
|\
| * move parseopt to lib/Antony Pavlov2018-01-175-67/+3
* | fs: implement ftruncateSascha Hauer2018-01-101-0/+22
|/
* uimage: fix: add can_lseek_backward and use in uimage_openMichael Grzeschik2017-11-101-2/+2
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-262-4/+0
* efi: make sure efi-fs is started in the right orderMichael Olbrich2017-09-081-1/+1
* fs: Don't bother filesystems without link support with additional stat() callsSascha Hauer2017-09-061-0/+10
* fs: avoid pathes with '//' in __canonicalize_path()Sascha Hauer2017-09-061-2/+7
* devfs-core: add function to find cdev by partuuidSteffen Trumtrar2017-07-101-0/+14
* fs: efi: return with correct error code in efifs_statSteffen Trumtrar2017-07-101-3/+1
* fs: Make locally used function canonicalize_dir() staticSascha Hauer2017-06-271-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2017-06-144-4/+151
|\
| * fs: add cdev_create_loop and cdev_remove_loop for loop mount optionPhilipp Zabel2017-06-063-6/+110