Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zfs_trunc() should use dmu_tx_assign(tx, TXG_WAIT) | Brian Behlendorf | 2014-07-22 | 1 | -7/+1 |
* | Fix zil_commit() NULL dereference | Brian Behlendorf | 2014-07-17 | 1 | -0/+15 |
* | Implement File Attribute Support | Richard Yao | 2014-05-01 | 1 | -0/+20 |
* | Fix locking order in zfs_zget() | Richard Yao | 2014-04-04 | 1 | -1/+1 |
* | Fix deadlock in zfs_zget() | Richard Yao | 2014-04-04 | 1 | -1/+21 |
* | Revert "Fixed a use-after-free bug in zfs_zget()." | Brian Behlendorf | 2014-04-03 | 1 | -23/+1 |
* | Implement relatime. | Tim Chase | 2014-01-29 | 1 | -9/+73 |
* | Use local variable to read zp->z_mode | Brian Behlendorf | 2014-01-09 | 1 | -1/+4 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -3/+3 |
* | Fix atime handling. | Tim Chase | 2013-12-12 | 1 | -0/+2 |
* | Illumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT) | Matthew Ahrens | 2013-12-06 | 1 | -13/+2 |
* | Illumos #3742 | Will Andrews | 2013-11-04 | 1 | -11/+6 |
* | Illumos #3598 | Matthew Ahrens | 2013-10-31 | 1 | -9/+9 |
* | Fix uninitialized variables | Brian Behlendorf | 2013-09-13 | 1 | -2/+2 |
* | Linux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKS | Richard Yao | 2013-08-09 | 1 | -2/+2 |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -4/+5 |
* | Fix 'zfs rollback' on mounted file systems | Brian Behlendorf | 2013-01-17 | 1 | -13/+33 |
* | Directory xattr znodes hold a reference on their parent | Brian Behlendorf | 2012-12-03 | 1 | -5/+17 |
* | Disable page allocation warnings for super block | Brian Behlendorf | 2012-11-30 | 1 | -1/+1 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Richard Yao | 2012-08-27 | 1 | -4/+4 |
* | Add .zfs control directory | Brian Behlendorf | 2012-03-22 | 1 | -1/+13 |
* | Linux 3.1 compat, super_block->s_shrink | Brian Behlendorf | 2012-01-11 | 1 | -0/+2 |
* | Linux 3.2 compat: set_nlink() | Darik Horn | 2011-12-16 | 1 | -1/+1 |
* | Implement SA based xattrs | Brian Behlendorf | 2011-11-28 | 1 | -0/+9 |
* | Fix usage of zsb after free | Brian Behlendorf | 2011-09-09 | 1 | -4/+3 |
* | Illumos #xxx: zdb -vvv broken after zfs diff integration | Tim Haley | 2011-08-01 | 1 | -14/+14 |
* | Use zfs_mknode() to create dataset root | Brian Behlendorf | 2011-07-20 | 1 | -31/+68 |
* | Renamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE. | Gunnar Beutner | 2011-07-06 | 1 | -2/+2 |
* | Support mandatory locks (nbmand) | Rohan Puri | 2011-07-01 | 1 | -8/+3 |
* | Linux compat 2.6.39: security_inode_init_security() | Brian Behlendorf | 2011-07-01 | 1 | -6/+8 |
* | Remove unused MMAP functions | Brian Behlendorf | 2011-07-01 | 1 | -16/+0 |
* | Don't store rdev in SA for FIFOs and sockets | Ned A. Bass | 2011-05-09 | 1 | -7/+9 |
* | Fully update inode when created | Brian Behlendorf | 2011-05-02 | 1 | -2/+1 |
* | Fixed a use-after-free bug in zfs_zget(). | Gunnar Beutner | 2011-04-21 | 1 | -1/+23 |
* | Call d_instantiate before unlocking inode | Brian Behlendorf | 2011-04-07 | 1 | -3/+8 |
* | Fix evict() deadlock | Brian Behlendorf | 2011-03-22 | 1 | -4/+20 |
* | Use KM_PUSHPAGE instead of KM_SLEEP | Brian Behlendorf | 2011-03-22 | 1 | -2/+2 |
* | Fix O_APPEND Corruption | Brian Behlendorf | 2011-03-09 | 1 | -0/+1 |
* | Drop HAVE_XVATTR macros | Brian Behlendorf | 2011-03-02 | 1 | -0/+96 |
* | Remove rdev packing | Brian Behlendorf | 2011-02-23 | 1 | -35/+1 |
* | Fix FIFO and socket handling | Brian Behlendorf | 2011-02-16 | 1 | -3/+4 |
* | Prototype/structure update for Linux | Brian Behlendorf | 2011-02-10 | 1 | -451/+275 |
* | Create a root znode without VFS dependencies | Brian Behlendorf | 2011-02-10 | 1 | -85/+4 |
* | Remove Solaris VFS Hooks | Brian Behlendorf | 2011-02-10 | 1 | -99/+0 |
* | VFS: Add zfs_inode_update() helper | Brian Behlendorf | 2011-02-10 | 1 | -0/+42 |
* | VFS: Integrate zfs_znode_alloc() | Brian Behlendorf | 2011-02-10 | 1 | -59/+27 |
* | Enable zfs_znode compilation | Brian Behlendorf | 2011-02-10 | 1 | -14/+21 |
* | VFS: Wrap with HAVE_SHARE | Brian Behlendorf | 2011-02-10 | 1 | -0/+4 |
* | Remove znode move functionality | Brian Behlendorf | 2011-02-10 | 1 | -184/+0 |
* | Conserve stack in zfs_mkdir() | Brian Behlendorf | 2011-02-10 | 1 | -1/+3 |