summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-098-22/+28
|\
| * move make_directory declaration to libfile.hSascha Hauer2016-04-152-0/+2
| * string: Fix (v)asprintf prototypesSascha Hauer2016-04-157-22/+22
| * include: move crc specific stuff to crc.hSascha Hauer2016-04-153-0/+3
| * include: move run_command prototype to command.hSascha Hauer2016-04-151-0/+1
* | fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-191-1/+3
|/
* Merge branch 'for-next/ubifs'Sascha Hauer2016-04-0824-1957/+16743
|\
| * ubifs: update implementation from u-boot v2016.03Alexander Stein2016-04-0824-1957/+16743
* | fs: umount based on device path and mount pathMarkus Pargmann2016-04-081-3/+45
|/
* mtd: Add support for marking blocks as goodSascha Hauer2016-03-151-0/+1
* Merge branch 'for-next/squashfs'Sascha Hauer2016-03-1124-0/+4135
|\
| * fs: add support for SquashFS 4.0Yegor Yefremov2016-03-0224-0/+4135
* | Merge branch 'for-next/mtd'Sascha Hauer2016-03-113-3/+3
|\ \
| * | mtd: Fix erasing of devices >4GiBSascha Hauer2016-02-093-3/+3
* | | Merge branch 'for-next/misc'Sascha Hauer2016-03-112-3/+4
|\ \ \
| * | | fs: fat: fix copy-paste typoAntony Pavlov2016-02-231-2/+2
| * | | fs: ext4: make locally used ext4fs_get_indir_block() staticAntony Pavlov2016-02-171-1/+2
| | |/ | |/|
* / | fs: efi: avoid comparison with uninitialized variableLucas Stach2016-03-041-1/+1
|/ /
* / ramoops: allow to build without OFTREE supportLucas Stach2016-02-111-1/+2
|/
* Merge branch 'for-next/ratp'Sascha Hauer2016-02-083-0/+485
|\
| * fs: Add RATP fs supportJan Luebbe2016-01-183-1/+485
| * barebox remote controlSascha Hauer2016-01-181-0/+1
* | Merge branch 'for-next/net'Sascha Hauer2016-02-081-1/+20
|\ \
| * | nfs: forward filesystem options to the kernel command lineJuergen Borleis2016-02-081-1/+20
* | | Merge branch 'for-next/linux-headers'Sascha Hauer2016-02-087-368/+17
|\ \ \
| * | | fs: import magic.h from Linux kernelYegor Yefremov2016-02-033-3/+3
| * | | Introduce include/linux/mutex.hYegor Yefremov2016-02-032-0/+2
| * | | Introduce include/linux/spinlock.hYegor Yefremov2016-02-013-0/+3
| * | | Introduce include/linux/sched.hYegor Yefremov2016-02-011-0/+1
| * | | fs: ubifs: move file and file_system_type definitions to linux/fs.hYegor Yefremov2016-02-011-39/+0
| * | | fs: ubifs: move path definition to include/linux/path.hYegor Yefremov2016-02-011-5/+1
| * | | fs: ubifs: move vfsmount definition to include/linux/mount.hYegor Yefremov2016-02-011-34/+1
| * | | fs: ubifs: move dcache related definitions to include/linux/dcache.hYegor Yefremov2016-02-011-46/+1
| * | | fs: move pgoff_t definition to include/linux/types.hYegor Yefremov2016-02-011-2/+0
| * | | fs: use linux/fs.h for file system related definitionsYegor Yefremov2016-02-012-87/+2
| * | | fs: ubifs: remove redundant macro definesYegor Yefremov2016-01-291-14/+1
| * | | fs: move PAGE_CACHE definitions to include/linux/pagemap.hYegor Yefremov2016-01-291-4/+1
| * | | fs: introduce include/linux/fs.hYegor Yefremov2016-01-291-127/+1
| * | | fs: move struct timespec to include/linux/time.hYegor Yefremov2016-01-291-7/+0
| |/ /
* / / ubifs: Fix reading holes in filesSascha Hauer2016-02-041-1/+1
|/ /
* | Merge branch 'for-next/pstore'Sascha Hauer2016-01-119-0/+1468
|\ \
| * | fs: Add pstore filesystemMarkus Pargmann2015-12-109-0/+1468
| |/
* | fs: automount: Make automountpoints persistentSascha Hauer2016-01-081-3/+4
* | devfs: Add symlink supportSascha Hauer2016-01-082-14/+89
* | cdev: When creating a new cdev, initialize device_nodeTrent Piepho2016-01-081-1/+4
|/
* fs: smhfs: Fix return value of truncate()Andrey Smirnov2015-11-091-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2015-11-063-9/+13
|\
| * fs: pass path directly to cdev_openSascha Hauer2015-10-151-6/+1
| * filetype: Use cdev_openSascha Hauer2015-10-151-2/+0
| * fs: devfs: Allow mount path in cdev_openSascha Hauer2015-10-151-1/+5