summaryrefslogtreecommitdiff
path: root/fs/zfs
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-13/+6
2017-10-03fs: Create a common fs_devread for ext4/reiserfs/zfsMarek BehĂșn1-83/+3
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass2-20/+17
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-13/+15
2014-11-11ZFS: Clean up cppcheck warnings where relevant, leaked memory etcJorgen Lundman1-1/+8
2014-09-25cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-3/+3
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada1-1/+1
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-24/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-82/+6
2012-11-14fs: zfs: fix illegal use of fpAlejandro Mery1-1/+3
2012-11-03ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese1-51/+0
2012-09-26cmd_zfs: use common get_device_and_partition functionRob Herring1-24/+11
2012-08-10zfs: Add ZFS filesystem supportJorgen Lundman6-0/+2911