Age | Commit message (Expand) | Author | Files | Lines |
2016-08-17 | Merge branch 'iomap-fixes-4.8-rc3' into for-next | Dave Chinner | 4 | -12/+58 |
2016-08-17 | xfs: remove OWN_AG rmap when allocating a block from the AGFL | Darrick J. Wong | 1 | -0/+13 |
2016-08-17 | xfs: (re-)implement FIEMAP_FLAG_XATTR | Christoph Hellwig | 3 | -1/+54 |
2016-08-17 | xfs: simplify xfs_file_iomap_begin | Christoph Hellwig | 2 | -11/+4 |
2016-08-17 | xfs: store rmapbt block count in the AGF | Darrick J. Wong | 4 | -3/+16 |
2016-08-17 | xfs: don't invalidate whole file on DAX read/write | Dave Chinner | 1 | -1/+12 |
2016-08-17 | xfs: fix bogus space reservation in xfs_iomap_write_allocate | Christoph Hellwig | 1 | -3/+7 |
2016-08-17 | xfs: don't assert fail on non-async buffers on ioacct decrement | Brian Foster | 1 | -1/+0 |
2016-08-07 | fs: return EPERM on immutable inode | Eryu Guan | 1 | -1/+1 |
2016-08-06 | Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 64 | -915/+6267 |
2016-08-05 | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -5/+4 |
2016-08-03 | xfs: move (and rename) the deferred bmap-free tracepoints | Darrick J. Wong | 2 | -2/+7 |
2016-08-03 | xfs: collapse single use static functions | Darrick J. Wong | 2 | -128/+63 |
2016-08-03 | xfs: remove unnecessary parentheses from log redo item recovery functions | Darrick J. Wong | 2 | -12/+12 |
2016-08-03 | xfs: remove the extents array from the rmap update done log item | Darrick J. Wong | 7 | -89/+15 |
2016-08-03 | xfs: in btree_lshift, only allocate temporary cursor when needed | Darrick J. Wong | 1 | -17/+17 |
2016-08-03 | xfs: remove unnecesary lshift/rshift key initialization | Darrick J. Wong | 1 | -14/+0 |
2016-08-03 | xfs: remove the get*keys and update_keys btree ops pointers | Darrick J. Wong | 6 | -136/+61 |
2016-08-03 | xfs: enable the rmap btree functionality | Darrick J. Wong | 2 | -1/+6 |
2016-08-03 | xfs: don't update rmapbt when fixing agfl | Darrick J. Wong | 2 | -4/+17 |
2016-08-03 | xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled | Darrick J. Wong | 1 | -0/+4 |
2016-08-03 | xfs: add rmap btree block detection to log recovery | Darrick J. Wong | 1 | -0/+4 |
2016-08-03 | xfs: add rmap btree geometry feature flag | Darrick J. Wong | 2 | -1/+4 |
2016-08-03 | xfs: propagate bmap updates to rmapbt | Darrick J. Wong | 8 | -16/+400 |
2016-08-03 | xfs: enable the xfs_defer mechanism to process rmaps to update | Darrick J. Wong | 4 | -10/+134 |
2016-08-03 | xfs: log rmap intent items | Darrick J. Wong | 6 | -0/+438 |
2016-08-03 | xfs: create rmap update intent log items | Darrick J. Wong | 6 | -2/+662 |
2016-08-03 | xfs: add rmap btree insert and delete helpers | Darrick J. Wong | 2 | -1/+49 |
2016-08-03 | xfs: convert unwritten status of reverse mappings | Darrick J. Wong | 2 | -0/+446 |
2016-08-03 | xfs: remove an extent from the rmap btree | Darrick J. Wong | 1 | -5/+215 |
2016-08-03 | xfs: add an extent to the rmap btree | Darrick J. Wong | 2 | -5/+223 |
2016-08-03 | xfs: add tracepoints for the rmap functions | Darrick J. Wong | 1 | -2/+49 |
2016-08-03 | xfs: teach rmapbt to support interval queries | Darrick J. Wong | 2 | -0/+52 |
2016-08-03 | xfs: support overlapping intervals in the rmap btree | Darrick J. Wong | 2 | -4/+74 |
2016-08-03 | xfs: add rmap btree operations | Darrick J. Wong | 5 | -0/+376 |
2016-08-03 | xfs: rmap btree requires more reserved free space | Darrick J. Wong | 10 | -42/+86 |
2016-08-03 | xfs: rmap btree transaction reservations | Darrick J. Wong | 2 | -27/+41 |
2016-08-03 | xfs: add rmap btree growfs support | Darrick J. Wong | 1 | -0/+73 |
2016-08-03 | xfs: define the on-disk rmap btree format | Darrick J. Wong | 13 | -8/+415 |
2016-08-03 | xfs: introduce rmap extent operation stubs | Darrick J. Wong | 5 | -2/+195 |
2016-08-03 | xfs: add owner field to extent allocation and freeing | Darrick J. Wong | 13 | -33/+181 |
2016-08-03 | xfs: rmap btree add more reserved blocks | Darrick J. Wong | 6 | -11/+20 |
2016-08-03 | xfs: add rmap btree stats infrastructure | Darrick J. Wong | 3 | -3/+21 |
2016-08-03 | xfs: introduce rmap btree definitions | Darrick J. Wong | 5 | -9/+30 |
2016-08-03 | xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt | Darrick J. Wong | 1 | -1/+1 |
2016-08-03 | xfs: add tracepoints and error injection for deferred extent freeing | Darrick J. Wong | 4 | -2/+16 |
2016-08-03 | xfs: refactor redo intent item processing | Darrick J. Wong | 3 | -99/+151 |
2016-08-03 | xfs: rename flist/free_list to dfops | Darrick J. Wong | 20 | -241/+241 |
2016-08-03 | xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* | Darrick J. Wong | 23 | -193/+182 |
2016-08-03 | xfs: rework xfs_bmap_free callers to use xfs_defer_ops | Darrick J. Wong | 24 | -171/+42 |