summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2016-08-03xfs: add rmap btree stats infrastructureDarrick J. Wong1-2/+3
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. Wong2-0/+9
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong13-136/+136
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong12-92/+86
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong12-78/+29
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong1-0/+1
2016-08-03xfs: add tracepoints for the deferred ops mechanismDarrick J. Wong1-0/+19
2016-08-03xfs: move deferred operations into a separate fileDarrick J. Wong2-0/+539
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. Wong2-5/+281
2016-08-03xfs: support btrees with overlapping intervals for keysDarrick J. Wong2-13/+356
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. Wong1-1/+3
2016-08-03xfs: fix attr shortform structure alignment on crisDarrick J. Wong1-0/+1
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner1-30/+29
2016-07-22libxfs: directory node splitting does not have an extra blockDave Chinner1-30/+29
2016-07-20Merge branch 'xfs-4.8-dir2-sf-fixes' into for-nextDave Chinner3-75/+37
2016-07-20Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner2-29/+45
2016-07-20xfs: remove __arch_packChristoph Hellwig1-1/+1
2016-07-20xfs: kill xfs_dir2_inou_tChristoph Hellwig3-57/+26
2016-07-20xfs: kill xfs_dir2_sf_off_tChristoph Hellwig2-17/+10
2016-07-20xfs: remove the magic numbers in xfs_btree_block-related len macrosHou Tao1-25/+41
2016-07-20xfs: indentation fix in xfs_btree_get_iroot()Kaho Ng1-4/+4
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner8-105/+116
2016-06-21xfs: refactor btree maxlevels computationDarrick J. Wong4-27/+28
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong2-34/+19
2016-06-21xfs: separate freelist fixing into a separate helperDave Chinner2-30/+56
2016-06-21xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong4-14/+13
2016-06-01xfs: define XFS_IOC_FREEZE even if FIFREEZE is definedChristoph Hellwig1-6/+2
2016-06-01xfs: make several functions staticEric Sandeen4-12/+2
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-201/+103
2016-05-20Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner1-8/+19
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner1-7/+3
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner3-24/+48
2016-05-18xfs: optimise xfs_iext_destroyAlex Lyakas1-8/+19
2016-04-06xfs: improve kmem_reallocChristoph Hellwig1-7/+3
2016-04-06xfs: remove transaction typesChristoph Hellwig2-97/+5
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig4-65/+28
2016-04-06xfs: optimize inline symlinksChristoph Hellwig1-4/+18
2016-04-06xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig3-24/+34
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-15Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner2-44/+117
2016-03-15xfs: always set rvalp in xfs_dir2_node_trim_freeChristoph Hellwig1-1/+3
2016-03-15xfs: borrow indirect blocks from freed extent when availableBrian Foster1-10/+36
2016-03-15xfs: refactor delalloc indlen reservation split into helperBrian Foster1-19/+54
2016-03-15xfs: update freeblocks counter after extent deletionBrian Foster1-24/+34