summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong6-2/+662
2016-08-03xfs: add rmap btree insert and delete helpersDarrick J. Wong2-1/+49
2016-08-03xfs: convert unwritten status of reverse mappingsDarrick J. Wong2-0/+446
2016-08-03xfs: remove an extent from the rmap btreeDarrick J. Wong1-5/+215
2016-08-03xfs: add an extent to the rmap btreeDarrick J. Wong2-5/+223
2016-08-03xfs: add tracepoints for the rmap functionsDarrick J. Wong1-2/+49
2016-08-03xfs: teach rmapbt to support interval queriesDarrick J. Wong2-0/+52
2016-08-03xfs: support overlapping intervals in the rmap btreeDarrick J. Wong2-4/+74
2016-08-03xfs: add rmap btree operationsDarrick J. Wong5-0/+376
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong10-42/+86
2016-08-03xfs: rmap btree transaction reservationsDarrick J. Wong2-27/+41
2016-08-03xfs: add rmap btree growfs supportDarrick J. Wong1-0/+73
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong13-8/+415
2016-08-03xfs: introduce rmap extent operation stubsDarrick J. Wong5-2/+195
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong13-33/+181
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong6-11/+20
2016-08-03xfs: add rmap btree stats infrastructureDarrick J. Wong3-3/+21
2016-08-03xfs: introduce rmap btree definitionsDarrick J. Wong5-9/+30
2016-08-03xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbtDarrick J. Wong1-1/+1
2016-08-03xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong4-2/+16
2016-08-03xfs: refactor redo intent item processingDarrick J. Wong3-99/+151
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong20-241/+241
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong23-193/+182
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong24-171/+42
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong4-0/+115
2016-08-03xfs: clean up typedef usage in the EFI/EFD handling codeDarrick J. Wong2-18/+18
2016-08-03xfs: add tracepoints for the deferred ops mechanismDarrick J. Wong3-0/+218
2016-08-03xfs: move deferred operations into a separate fileDarrick J. Wong3-0/+540
2016-08-03xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong2-50/+96
2016-08-03xfs: introduce interval queries on btreesDarrick J. Wong3-5/+282
2016-08-03xfs: support btrees with overlapping intervals for keysDarrick J. Wong3-13/+392
2016-08-03xfs: add function pointers for get/update keys to the btreeDarrick J. Wong5-64/+135
2016-08-03xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong5-56/+20
2016-08-03xfs: set *stat=1 after iroot reallocDarrick J. Wong1-0/+1
2016-08-03xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong2-3/+5
2016-08-03xfs: fix attr shortform structure alignment on crisDarrick J. Wong1-0/+1
2016-08-03xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong1-0/+6
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner11-103/+259
2016-07-22xfs: remove EXPERIMENTAL tag from sparse inode featureDave Chinner1-4/+0
2016-07-22xfs: bufferhead chains are invalid after end_page_writebackDave Chinner1-3/+12
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner7-64/+202
2016-07-22libxfs: directory node splitting does not have an extra blockDave Chinner1-30/+29
2016-07-22xfs: remove dax code from object file when disabledArnd Bergmann1-2/+2
2016-07-22xfs: skip dirty pages in ->releasepage()Brian Foster1-0/+14
2016-07-20Merge branch 'xfs-4.8-dir2-sf-fixes' into for-nextDave Chinner5-86/+37
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner8-118/+203
2016-07-20Merge branch 'xfs-4.8-buf-fixes' into for-nextDave Chinner6-56/+151
2016-07-20Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner6-31/+60
2016-07-20xfs: remove __arch_packChristoph Hellwig2-8/+1
2016-07-20xfs: kill xfs_dir2_inou_tChristoph Hellwig4-60/+26