| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 2.6.36 compat, use REQ_FAILFAST_MASK and remove pre-2.6.36 support | Tim Chase | 2015-05-11 | 1 | -10/+5 |
* | Linux 4.0 compat: bdi_setup_and_register() | Brian Behlendorf | 2015-03-03 | 1 | -10/+20 |
* | Linux 3.19 compat: file_inode was added | Jörg Thalheim | 2015-02-10 | 1 | -0/+13 |
* | Kernel header installation should respect --prefix | Richard Yao | 2014-10-28 | 1 | -1/+1 |
* | Update utsname support | Brian Behlendorf | 2014-10-17 | 2 | -1/+31 |
* | Include sys/taskq.h in linux/vfs_compat.h | Richard Yao | 2014-08-14 | 1 | -0/+2 |
* | Allow building without ACLs | Chris Wedgwood | 2014-05-30 | 1 | -15/+15 |
* | Implement File Attribute Support | Richard Yao | 2014-05-01 | 1 | -3/+0 |
* | Linux 3.14 compat: rq_for_each_segment in dmu_req_copy | Chunwei Chen | 2014-04-10 | 1 | -0/+24 |
* | Linux 3.14 compat: Immutable biovec changes in vdev_disk.c | Chunwei Chen | 2014-04-10 | 1 | -0/+10 |
* | Linux 3.14 compat: posix_acl_{create,chmod} | Chunwei Chen | 2014-04-10 | 1 | -3/+8 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 4 | -105/+115 |
* | Honor CONFIG_FS_POSIX_ACL kernel option | Massimo Maggi | 2013-11-05 | 1 | -0/+2 |
* | Posix ACL Support | Massimo Maggi | 2013-10-29 | 2 | -0/+177 |
* | Add SEEK_DATA/SEEK_HOLE to lseek()/llseek() | Li Dongyang | 2013-07-02 | 1 | -0/+22 |
* | Return -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGS | Brian Behlendorf | 2013-06-26 | 1 | -0/+3 |
* | Fix compile warning on 32-bit systems | Ying Zhu | 2013-06-19 | 1 | -1/+1 |
* | Change zfs-kmod-devel install path | Brian Behlendorf | 2013-03-13 | 1 | -1/+1 |
* | Fix hot spares | Brian Behlendorf | 2013-03-01 | 1 | -0/+9 |
* | Linux 2.6.26 compat, lookup_bdev() | Brian Behlendorf | 2013-01-28 | 1 | -0/+9 |
* | Add d_clear_d_op() compatibility | Brian Behlendorf | 2013-01-23 | 1 | -0/+20 |
* | Fix 'zfs rollback' on mounted file systems | Brian Behlendorf | 2013-01-17 | 1 | -0/+8 |
* | Fix false ENOENT on snapshot control dentries | Ned Bass | 2013-01-16 | 1 | -0/+25 |
* | Improve AF hard disk detection | Brian Behlendorf | 2012-11-15 | 1 | -5/+19 |
* | Linux 3.6 compat, iops->mkdir() | Richard Yao | 2012-10-14 | 1 | -1/+1 |
* | Linux 3.6 compat, sget() | Yuxuan Shui | 2012-10-14 | 1 | -0/+10 |
* | Revert "Improve AF hard disk detection" | Brian Behlendorf | 2012-09-11 | 1 | -19/+5 |
* | Improve AF hard disk detection | Brian Behlendorf | 2012-09-04 | 1 | -5/+19 |
* | Remove autotools products | Brian Behlendorf | 2012-08-27 | 1 | -621/+0 |
* | Set zvol discard_granularity to the volblocksize. | Etienne Dechamps | 2012-08-07 | 2 | -0/+16 |
* | Linux 3.5 compat, end_writeback() changed to clear_inode() | Richard Yao | 2012-07-23 | 2 | -0/+11 |
* | Linux 3.5 compat, iops->truncate_range() removed | Richard Yao | 2012-07-23 | 1 | -0/+1 |
* | Linux 3.5 compat, eops->encode_fh() takes inodes | Richard Yao | 2012-07-23 | 1 | -0/+1 |
* | Move partition scanning from userspace to module. | Etienne Dechamps | 2012-07-17 | 1 | -0/+2 |
* | Linux 3.4 compat, d_make_root() replaces d_alloc_root() | Richard Yao | 2012-06-11 | 2 | -0/+5 |
* | Linux 3.3 compat, iops->create()/mkdir()/mknod() | Brian Behlendorf | 2012-04-30 | 2 | -0/+13 |
* | Add --enable-debug-dmu-tx configure option | Brian Behlendorf | 2012-03-23 | 1 | -0/+1 |
* | Add .zfs control directory | Brian Behlendorf | 2012-03-22 | 2 | -0/+2 |
* | Cleanly support debug packages | Brian Behlendorf | 2012-02-27 | 1 | -0/+1 |
* | Add support for DISCARD to ZVOLs. | Etienne Dechamps | 2012-02-09 | 2 | -0/+9 |
* | Support the fallocate() file operation. | Etienne Dechamps | 2012-02-09 | 1 | -0/+1 |
* | Improve ZVOL queue behavior. | Etienne Dechamps | 2012-02-07 | 2 | -0/+52 |
* | Fix synchronicity for ZVOLs. | Etienne Dechamps | 2012-02-07 | 2 | -0/+26 |
* | Linux 3.3 compat, sops->show_options() | Brian Behlendorf | 2012-02-03 | 1 | -0/+1 |
* | Add the release component to headers | Brian Behlendorf | 2012-01-18 | 2 | -2/+2 |
* | Linux 3.1 compat, super_block->s_shrink | Brian Behlendorf | 2012-01-11 | 1 | -0/+1 |
* | Linux 3.2 compat: set_nlink() | Darik Horn | 2011-12-16 | 2 | -0/+16 |
* | Add make rule for building Arch Linux packages | Prakash Surya | 2011-12-14 | 1 | -0/+6 |
* | Simplify BDI integration | Brian Behlendorf | 2011-11-08 | 2 | -16/+30 |
* | Autogen refresh for udev changes | Brian Behlendorf | 2011-08-08 | 1 | -0/+3 |