summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* fs/tar: add option for lz4 compressionPeter Korsgaard2018-01-081-0/+5
* fs/ext2: add option for lz4 compressionPeter Korsgaard2018-01-081-0/+5
* fs/cpio: add option for lz4 compressionPeter Korsgaard2018-01-081-0/+5
* fs/common.mk: support lz4 compressionPeter Korsgaard2018-01-081-0/+5
* fs: make it behave a bit more like the package infraYann E. MORIN2018-01-0314-17/+16
* fs/ubifs: spin-off ubi to be its own filesystemYann E. MORIN2018-01-035-52/+53
* fs/iso9660: fix transparent (de)compressionYann E. MORIN2018-01-021-4/+8
* fs/iso9660: add option for transparent (de)compressionYann E. MORIN2017-12-312-0/+21
* fs/ubifs: split long line, use simple asignmentYann E. MORIN2017-12-271-1/+4
* fs: prepare temp directory before running PRE_GEN hooksYann E. MORIN2017-12-021-1/+1
* fs: don't remove intermediate filesYann E. MORIN2017-11-301-1/+0
* fs/iso9660: don't pollute $(BUILD_DIR) with temp dirYann E. MORIN2017-11-301-1/+1
* fs: don't pollute $(BUILD_DIR) with temp filesYann E. MORIN2017-11-301-5/+6
* fs: remove TARGET_DIR_WARNING_FILE lateYann E. MORIN2017-11-301-1/+1
* fs/common: get rid of post-target rulesYann E. MORIN2017-11-301-5/+8
* fs/cpio: use a post-gen hook rather than a post-target ruleYann E. MORIN2017-11-301-5/+6
* fs/ext2: use a post-gen hook rather than a post-target ruleYann E. MORIN2017-11-301-6/+4
* fs/initramfs: cleanups, enhance commentsYann E. MORIN2017-11-301-7/+15
* fs: add missing $$(sep) to pre- and post-command hooks codeAndrey Smirnov2017-11-051-2/+2
* fs/iso9660: remove support for grubYann E. MORIN2017-09-233-63/+5
* Merge branch 'next'Thomas Petazzoni2017-09-021-2/+3
|\
| * fs/squashfs: honour the number of parallel jobsYann E. MORIN2017-08-091-2/+3
* | fs/iso9660: really create initrd temp dirYann E. MORIN2017-08-151-0/+1
|/
* fs: add pre- and post-command hooksYann E. MORIN2017-08-021-0/+4
* fs/ext2: fix typoMarcus Hoffmann2017-07-291-1/+1
* fs/ext2: hint about setting the filesystem size on errorYann E. MORIN2017-07-261-1/+5
* fs/squashfs: cleanup if-else cascadeYann E. MORIN2017-07-111-9/+3
* fs/ext2: Add BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS optionSébastien Szymanski2017-07-092-1/+23
* fs/ext2: rename BR2_TARGET_ROOTFS_EXT2_BLOCKS to BR2_TARGET_ROOTFS_EXT2_SIZESamuel Martin2017-07-092-6/+15
* Globally replace $(HOST_DIR)/usr/share with $(HOST_DIR)/shareArnout Vandecappelle2017-07-051-1/+1
* Globally replace $(HOST_DIR)/usr/sbin with $(HOST_DIR)/sbinArnout Vandecappelle2017-07-053-3/+3
* Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/binArnout Vandecappelle2017-07-058-11/+11
* fs/ext2: use mkfs to generate rootfs imageSébastien Szymanski2017-07-052-10/+10
* fs/ext2: deprecate BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES optionSamuel Martin2017-07-052-9/+0
* package/mke2img: add option to specify block sizeYann E. MORIN2017-07-041-0/+1
* fs/ext2: simplify codeYann E. MORIN2017-07-041-11/+8
* fs/ext2: allow reserving zero block for rootYann E. MORIN2017-07-042-3/+6
* fs/ext2: always pass the label optionYann E. MORIN2017-07-041-2/+2
* fs/ext2: always pass the number of inodesYann E. MORIN2017-07-041-2/+1
* ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKSJ Evans2017-05-041-0/+2
* fs/ext2: ensure -b option is always set for mke2imgJ Evans2017-04-301-2/+0
* fs/ext2: Remove support for auto-calculation of rootfs sizeSébastien Szymanski2017-03-252-11/+3
* fs/iso9660: doesn't support (grub2) EFIArnout Vandecappelle2017-03-011-4/+4
* fs/tar: make --no-recursion effectiveBaruch Siach2016-12-281-1/+1
* fs: set packages permissions even with no system device tablesYann E. MORIN2016-12-141-1/+1
* fs/ext2: default to ext2 rev1Peter Korsgaard2016-12-141-1/+1
* Merge branch 'next'Peter Korsgaard2016-12-012-1/+5
|\
| * fs/common: lock modification times in $TARGET_DIRJérôme Pouiller2016-11-231-0/+3
| * fs/tar: make results reproducibleJérôme Pouiller2016-11-231-1/+2
* | Revert "fs: use pseudo instead of fakeroot"Peter Korsgaard2016-11-271-2/+2
OpenPOWER on IntegriCloud