| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-24 | xfs: return the allocated transaction from xfs_trans_alloc_empty | Christoph Hellwig | 1 | -10/+3 |
| 2025-06-16 | xfs: actually use the xfs_growfs_check_rtgeom tracepoint | Darrick J. Wong | 1 | -0/+2 |
| 2025-03-18 | xfs: remove the flags argument to xfs_buf_get_uncached | Christoph Hellwig | 1 | -1/+1 |
| 2025-03-18 | xfs: remove the flags argument to xfs_buf_read_uncached | Christoph Hellwig | 1 | -2/+2 |
| 2025-03-18 | xfs: remove unnecessary NULL check before kvfree() | Chen Ni | 1 | -2/+1 |
| 2025-03-03 | xfs: support growfs on zoned file systems | Christoph Hellwig | 1 | -20/+101 |
| 2025-03-03 | xfs: add the zoned space allocator | Christoph Hellwig | 1 | -1/+5 |
| 2025-03-03 | xfs: allow internal RT devices for zoned mode | Christoph Hellwig | 1 | -1/+2 |
| 2025-03-03 | xfs: define the zoned on-disk format | Christoph Hellwig | 1 | -0/+2 |
| 2025-03-03 | xfs: factor out a xfs_rt_check_size helper | Christoph Hellwig | 1 | -31/+31 |
| 2025-03-03 | xfs: make metabtree reservations global | Christoph Hellwig | 1 | -42/+1 |
| 2025-03-03 | xfs: generalize the freespace and reserved blocks handling | Christoph Hellwig | 1 | -1/+1 |
| 2025-02-25 | xfs: remove most in-flight buffer accounting | Christoph Hellwig | 1 | -1/+1 |
| 2024-12-23 | xfs: enable realtime reflink | Darrick J. Wong | 1 | -2/+5 |
| 2024-12-23 | xfs: fix CoW forks for realtime files | Darrick J. Wong | 1 | -2/+2 |
| 2024-12-23 | xfs: check that the rtrefcount maxlevels doesn't increase when growing fs | Darrick J. Wong | 1 | -0/+2 |
| 2024-12-23 | xfs: enable extent size hints for CoW operations | Darrick J. Wong | 1 | -1/+4 |
| 2024-12-23 | xfs: add metadata reservations for realtime refcount btree | Darrick J. Wong | 1 | -0/+6 |
| 2024-12-23 | xfs: enable realtime rmap btree | Darrick J. Wong | 1 | -4/+8 |
| 2024-12-23 | xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs | Darrick J. Wong | 1 | -7/+18 |
| 2024-12-23 | xfs: create routine to allocate and initialize a realtime rmap btree inode | Darrick J. Wong | 1 | -2/+10 |
| 2024-12-23 | xfs: add metadata reservations for realtime rmap btrees | Darrick J. Wong | 1 | -1/+22 |
| 2024-12-23 | xfs: add some rtgroup inode helpers | Darrick J. Wong | 1 | -5/+5 |
| 2024-12-23 | xfs: allow inode-based btrees to reserve space in the data device | Darrick J. Wong | 1 | -0/+21 |
| 2024-12-12 | xfs: fix null bno_hint handling in xfs_rtallocate_rtg | Darrick J. Wong | 1 | -1/+1 |
| 2024-11-05 | xfs: enable realtime quota again | Darrick J. Wong | 1 | -1/+3 |
| 2024-11-05 | xfs: implement busy extent tracking for rtgroups | Darrick J. Wong | 1 | -5/+122 |
| 2024-11-05 | xfs: move the min and max group block numbers to xfs_group | Darrick J. Wong | 1 | -4/+4 |
| 2024-11-05 | xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t | Darrick J. Wong | 1 | -3/+1 |
| 2024-11-05 | xfs: make the RT allocator rtgroup aware | Christoph Hellwig | 1 | -9/+89 |
| 2024-11-05 | xfs: grow the realtime section when realtime groups are enabled | Darrick J. Wong | 1 | -35/+231 |
| 2024-11-05 | xfs: add block headers to realtime bitmap and summary blocks | Darrick J. Wong | 1 | -1/+1 |
| 2024-11-05 | xfs: check the realtime superblock at mount time | Darrick J. Wong | 1 | -0/+50 |
| 2024-11-05 | xfs: define the format of rt groups | Darrick J. Wong | 1 | -3/+27 |
| 2024-11-05 | xfs: make RT extent numbers relative to the rtgroup | Christoph Hellwig | 1 | -2/+2 |
| 2024-11-05 | xfs: refactor xfs_rtsummary_blockcount | Christoph Hellwig | 1 | -9/+4 |
| 2024-11-05 | xfs: refactor xfs_rtbitmap_blockcount | Christoph Hellwig | 1 | -2/+1 |
| 2024-11-05 | xfs: factor out a xfs_growfs_check_rtgeom helper | Christoph Hellwig | 1 | -14/+29 |
| 2024-11-05 | xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks | Christoph Hellwig | 1 | -4/+8 |
| 2024-11-05 | xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper | Darrick J. Wong | 1 | -15/+35 |
| 2024-11-05 | xfs: remove XFS_ILOCK_RT* | Darrick J. Wong | 1 | -5/+4 |
| 2024-11-05 | xfs: support creating per-RTG files in growfs | Christoph Hellwig | 1 | -0/+30 |
| 2024-11-05 | xfs: move RT bitmap and summary information to the rtgroup | Christoph Hellwig | 1 | -168/+146 |
| 2024-11-05 | xfs: factor out a xfs_growfs_rt_alloc_blocks helper | Christoph Hellwig | 1 | -17/+39 |
| 2024-11-05 | xfs: support caching rtgroup metadata inodes | Darrick J. Wong | 1 | -3/+66 |
| 2024-11-05 | xfs: create incore realtime group structures | Darrick J. Wong | 1 | -0/+5 |
| 2024-11-05 | xfs: iget for metadata inodes | Darrick J. Wong | 1 | -16/+22 |
| 2024-09-01 | xfs: replace m_rsumsize with m_rsumblocks | Christoph Hellwig | 1 | -8/+5 |
| 2024-09-01 | xfs: make the rtalloc start hint a xfs_rtblock_t | Christoph Hellwig | 1 | -7/+11 |
| 2024-09-01 | xfs: factor out a xfs_rtallocate_align helper | Christoph Hellwig | 1 | -34/+59 |
| 2024-09-01 | xfs: rework the rtalloc fallback handling | Christoph Hellwig | 1 | -35/+34 |
| 2024-09-01 | xfs: factor out a xfs_rtallocate helper | Christoph Hellwig | 1 | -31/+50 |
| 2024-09-01 | xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_... | Darrick J. Wong | 1 | -6/+9 |
| 2024-09-01 | xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_near | Darrick J. Wong | 1 | -11/+12 |
| 2024-09-01 | xfs: clean up xfs_rtallocate_extent_exact a bit | Darrick J. Wong | 1 | -20/+21 |
| 2024-09-01 | xfs: refactor aligning bestlen to prod | Darrick J. Wong | 1 | -11/+15 |
| 2024-09-01 | xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_block | Darrick J. Wong | 1 | -9/+7 |
| 2024-09-01 | xfs: don't return too-short extents from xfs_rtallocate_extent_block | Darrick J. Wong | 1 | -10/+11 |
| 2024-09-01 | xfs: ensure rtx mask/shift are correct after growfs | Christoph Hellwig | 1 | -2/+3 |
| 2024-09-01 | xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock | Christoph Hellwig | 1 | -3/+5 |
| 2024-09-01 | xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock | Christoph Hellwig | 1 | -2/+4 |
| 2024-09-01 | xfs: factor out rtbitmap/summary initialization helpers | Christoph Hellwig | 1 | -117/+4 |
| 2024-09-01 | xfs: factor out a xfs_last_rt_bmblock helper | Christoph Hellwig | 1 | -10/+19 |
| 2024-09-01 | xfs: factor out a xfs_growfs_rt_bmblock helper | Christoph Hellwig | 1 | -159/+158 |
| 2024-09-01 | xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtalloc | Christoph Hellwig | 1 | -20/+18 |
| 2024-09-01 | xfs: cleanup the calling convention for xfs_rtpick_extent | Christoph Hellwig | 1 | -8/+4 |
| 2024-09-01 | xfs: remove the limit argument to xfs_rtfind_back | Christoph Hellwig | 1 | -1/+1 |
| 2024-09-01 | xfs: make the RT rsum_cache mandatory | Christoph Hellwig | 1 | -11/+15 |
| 2024-09-01 | xfs: remove xfs_validate_rtextents | Christoph Hellwig | 1 | -1/+1 |
| 2024-08-27 | xfs: reset rootdir extent size hint after growfsrt | Darrick J. Wong | 1 | -0/+40 |
| 2024-08-27 | xfs: take m_growlock when running growfsrt | Darrick J. Wong | 1 | -13/+25 |
| 2024-07-09 | xfs: fix rtalloc rotoring when delalloc is in use | Christoph Hellwig | 1 | -1/+2 |
| 2024-05-03 | xfs: simplify iext overflow checking and upgrade | Christoph Hellwig | 1 | -4/+1 |
| 2024-04-30 | xfs: fix error returns from xfs_bmapi_write | Christoph Hellwig | 1 | -2/+0 |
| 2024-04-22 | xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1) | Christoph Hellwig | 1 | -0/+2 |
| 2024-04-22 | xfs: refactor realtime inode locking | Christoph Hellwig | 1 | -14/+6 |
| 2024-02-22 | xfs: report realtime metadata corruption errors to the health system | Darrick J. Wong | 1 | -0/+6 |
| 2024-02-19 | xfs: Replace xfs_isilocked with xfs_assert_ilocked | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-02-13 | xfs: convert remaining kmem_free() to kfree() | Dave Chinner | 1 | -1/+1 |
| 2024-02-13 | xfs: convert kmem_free() for kvmalloc users to kvfree() | Dave Chinner | 1 | -3/+3 |
| 2024-02-13 | xfs: convert kmem_alloc() to kmalloc() | Dave Chinner | 1 | -1/+1 |
| 2023-12-22 | xfs: fold xfs_rtallocate_extent into xfs_bmap_rtalloc | Christoph Hellwig | 1 | -49/+18 |
| 2023-12-22 | xfs: simplify and optimize the RT allocation fallback cascade | Christoph Hellwig | 1 | -23/+35 |
| 2023-12-22 | xfs: reorder the minlen and prod calculations in xfs_bmap_rtalloc | Christoph Hellwig | 1 | -9/+11 |
| 2023-12-22 | xfs: remove XFS_RTMIN/XFS_RTMAX | Christoph Hellwig | 1 | -3/+4 |
| 2023-12-22 | xfs: remove rt-wrappers from xfs_format.h | Christoph Hellwig | 1 | -3/+3 |
| 2023-12-22 | xfs: factor out a xfs_rtalloc_sumlevel helper | Christoph Hellwig | 1 | -83/+70 |
| 2023-12-22 | xfs: tidy up xfs_rtallocate_extent_exact | Christoph Hellwig | 1 | -21/+13 |
| 2023-12-22 | xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_block | Christoph Hellwig | 1 | -8/+5 |
| 2023-12-22 | xfs: reflow the tail end of xfs_rtallocate_extent_block | Christoph Hellwig | 1 | -21/+23 |
| 2023-12-22 | xfs: invert a check in xfs_rtallocate_extent_block | Christoph Hellwig | 1 | -5/+4 |
| 2023-12-22 | xfs: move xfs_rtget_summary to xfs_rtbitmap.c | Christoph Hellwig | 1 | -16/+0 |
| 2023-12-22 | xfs: cleanup picking the start extent hint in xfs_bmap_rtalloc | Christoph Hellwig | 1 | -20/+15 |
| 2023-12-22 | xfs: reflow the tail end of xfs_bmap_rtalloc | Christoph Hellwig | 1 | -30/+30 |
| 2023-12-22 | xfs: return -ENOSPC from xfs_rtallocate_* | Christoph Hellwig | 1 | -140/+71 |
| 2023-12-22 | xfs: move xfs_bmap_rtalloc to xfs_rtalloc.c | Christoph Hellwig | 1 | -2/+133 |
| 2023-12-22 | xfs: consider minlen sized extents in xfs_rtallocate_extent_block | Christoph Hellwig | 1 | -1/+1 |
| 2023-12-13 | xfs: recompute growfsrtfree transaction reservation while growing rt volume | Darrick J. Wong | 1 | -0/+5 |
| 2023-12-06 | xfs: don't allow overly small or large realtime volumes | Darrick J. Wong | 1 | -0/+2 |
| 2023-12-06 | xfs: make rextslog computation consistent with mkfs | Darrick J. Wong | 1 | -2/+2 |
| 2023-11-08 | Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -322/+316 |
| 2023-10-19 | xfs: don't look for end of extent further than necessary in xfs_rtallocate_ex... | Omar Sandoval | 1 | -5/+22 |
| 2023-10-19 | xfs: don't try redundant allocations in xfs_rtallocate_extent_near() | Omar Sandoval | 1 | -47/+7 |
| 2023-10-19 | xfs: limit maxlen based on available space in xfs_rtallocate_extent_near() | Omar Sandoval | 1 | -3/+6 |
| 2023-10-19 | xfs: return maximum free size from xfs_rtany_summary() | Omar Sandoval | 1 | -9/+9 |
| 2023-10-19 | xfs: invert the realtime summary cache | Omar Sandoval | 1 | -12/+19 |
| 2023-10-19 | xfs: cache last bitmap block in realtime allocator | Omar Sandoval | 1 | -66/+45 |
| 2023-10-18 | xfs: consolidate realtime allocation arguments | Dave Chinner | 1 | -162/+171 |
| 2023-10-18 | xfs: create helpers for rtsummary block/wordcount computations | Darrick J. Wong | 1 | -10/+7 |
| 2023-10-18 | xfs: create helpers for rtbitmap block/wordcount computations | Darrick J. Wong | 1 | -1/+1 |
| 2023-10-18 | xfs: convert to new timestamp accessors | Jeff Layton | 1 | -14/+16 |
| 2023-10-17 | xfs: convert the rtbitmap block and bit macros to static inline functions | Darrick J. Wong | 1 | -10/+10 |
| 2023-10-17 | xfs: use shifting and masking when converting rt extents, if possible | Darrick J. Wong | 1 | -0/+1 |
| 2023-10-17 | xfs: convert do_div calls to xfs_rtb_to_rtx helper calls | Darrick J. Wong | 1 | -2/+1 |
| 2023-10-17 | xfs: convert rt extent numbers to xfs_rtxnum_t | Darrick J. Wong | 1 | -68/+68 |
| 2023-10-17 | xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t | Darrick J. Wong | 1 | -17/+17 |
| 2023-10-17 | xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator | Darrick J. Wong | 1 | -29/+29 |
| 2023-10-17 | xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h | Darrick J. Wong | 1 | -0/+1 |
| 2023-10-17 | xfs: make sure maxlen is still congruent with prod when rounding down | Darrick J. Wong | 1 | -5/+26 |
| 2023-10-17 | xfs: prevent rt growfs when quota is enabled | Darrick J. Wong | 1 | -1/+1 |
| 2022-11-16 | xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap file | Darrick J. Wong | 1 | -2/+2 |
| 2022-11-16 | xfs: load rtbitmap and rtsummary extent mapping btrees at mount time | Darrick J. Wong | 1 | -4/+52 |
| 2022-04-21 | Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int... | Dave Chinner | 1 | -0/+3 |
| 2022-04-13 | xfs: Conditionally upgrade existing inodes to use large extent counters | Chandan Babu R | 1 | -0/+3 |
| 2022-04-12 | xfs: use a separate frextents counter for rt extent reservations | Darrick J. Wong | 1 | -0/+1 |
| 2022-04-12 | xfs: recalculate free rt extents after log recovery | Darrick J. Wong | 1 | -0/+37 |
| 2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -2/+1 |
| 2021-08-19 | xfs: reflect sb features in xfs_mount | Dave Chinner | 1 | -0/+3 |
| 2021-07-15 | xfs: fix an integer overflow error in xfs_growfs_rt | Darrick J. Wong | 1 | -5/+5 |
| 2021-07-15 | xfs: improve FSGROWFSRT precondition checking | Darrick J. Wong | 1 | -7/+32 |
| 2021-04-07 | xfs: move the di_flags field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
| 2021-04-07 | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig | 1 | -6/+6 |
| 2021-01-22 | xfs: Check for extent overflow when trivally adding a new extent | Chandan Babu R | 1 | -0/+5 |
| 2020-12-16 | xfs: remove xfs_buf_t typedef | Dave Chinner | 1 | -10/+10 |
| 2020-10-13 | xfs: annotate grabbing the realtime bitmap/summary locks in growfs | Darrick J. Wong | 1 | -2/+2 |
| 2020-10-13 | xfs: make xfs_growfs_rt update secondary superblocks | Darrick J. Wong | 1 | -1/+7 |
| 2020-10-13 | xfs: fix realtime bitmap/summary file truncation when growing rt volume | Darrick J. Wong | 1 | -2/+8 |
| 2020-09-23 | xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files | Chandan Babu R | 1 | -0/+1 |
| 2020-09-21 | xfs: Set xfs_buf type flag when growing summary/bitmap files | Chandan Babu R | 1 | -0/+8 |
| 2020-09-15 | xfs: make sure the rt allocator doesn't run off the end | Darrick J. Wong | 1 | -0/+11 |
| 2020-09-15 | xfs: Remove kmem_zalloc_large() | Carlos Maiolino | 1 | -1/+1 |
| 2020-01-26 | xfs: make xfs_trans_get_buf return an error code | Darrick J. Wong | 1 | -5/+3 |
| 2019-10-23 | xfs: don't set bmapi total block req where minleft is | Brian Foster | 1 | -2/+1 |
| 2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -2/+2 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -6/+0 |
| 2018-12-21 | xfs: reallocate realtime summary cache on growfs | Omar Sandoval | 1 | -8/+36 |
| 2018-12-13 | xfs: require both realtime inodes to mount | Darrick J. Wong | 1 | -3/+1 |
| 2018-12-12 | xfs: cache minimum realtime summary level | Omar Sandoval | 1 | -4/+21 |
| 2018-07-26 | xfs: clean up IRELE/iput callsites | Darrick J. Wong | 1 | -3/+3 |
| 2018-07-26 | xfs: remove all boilerplate defer init/finish code | Brian Foster | 1 | -8/+1 |
| 2018-07-11 | xfs: remove xfs_defer_init() firstblock param | Brian Foster | 1 | -1/+1 |
| 2018-07-11 | xfs: remove xfs_bmapi_write() firstblock param | Brian Foster | 1 | -2/+2 |
| 2018-07-11 | xfs: use ->t_firstblock for all xfs_bmapi_write() callers | Brian Foster | 1 | -3/+2 |
| 2018-07-11 | xfs: refactor dfops init to attach to transaction | Brian Foster | 1 | -2/+1 |
| 2018-07-11 | xfs: remove xfs_bmapi_write() dfops param | Brian Foster | 1 | -1/+1 |
| 2018-07-11 | xfs: use ->t_dfops for all xfs_bmapi_write() callers | Brian Foster | 1 | -3/+4 |
| 2018-06-08 | xfs: replace do_mod with native operations | Dave Chinner | 1 | -3/+7 |
| 2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
| 2017-09-01 | xfs: remove the ip argument to xfs_defer_finish | Christoph Hellwig | 1 | -1/+1 |
| 2017-06-19 | xfs: remove double-underscore integer types | Darrick J. Wong | 1 | -4/+4 |
| 2017-02-17 | xfs: simplify xfs_rtallocate_extent | Christoph Hellwig | 1 | -16/+8 |
| 2016-08-03 | xfs: rename flist/free_list to dfops | Darrick J. Wong | 1 | -5/+5 |
| 2016-08-03 | xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* | Darrick J. Wong | 1 | -4/+4 |
| 2016-08-03 | xfs: rework xfs_bmap_free callers to use xfs_defer_ops | Darrick J. Wong | 1 | -0/+1 |
| 2016-04-06 | xfs: better xfs_trans_alloc interface | Christoph Hellwig | 1 | -12/+9 |
| 2016-02-09 | xfs: remove timestamps from incore inode | Dave Chinner | 1 | -1/+1 |
| 2016-01-11 | xfs: eliminate committed arg from xfs_bmap_finish | Eric Sandeen | 1 | -2/+1 |
| 2015-08-19 | xfs: add missing bmap cancel calls in error paths | Brian Foster | 1 | -28/+29 |
| 2015-06-04 | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 1 | -3/+3 |
| 2015-06-04 | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 1 | -8/+2 |
| 2014-11-28 | xfs: move most of xfs_sb.h to xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
| 2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
| 2014-11-28 | xfs: merge xfs_dinode.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
| 2014-10-02 | Merge branch 'xfs-buf-iosubmit' into for-next | Dave Chinner | 1 | -18/+12 |
| 2014-10-02 | xfs: check xfs_buf_read_uncached returns correctly | Dave Chinner | 1 | -18/+12 |
| 2014-09-23 | xfs: xfs_rtget_summary can be static | Fengguang Wu | 1 | -1/+1 |
| 2014-09-09 | xfs: combine xfs_rtmodify_summary and xfs_rtget_summary | Eric Sandeen | 1 | -53/+2 |
| 2014-07-30 | xfs: require 64-bit sector_t | Christoph Hellwig | 1 | -2/+2 |
| 2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -10/+10 |
| 2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -7/+7 |
| 2014-02-07 | xfs: use tr_growrtalloc for growing rt files | Brian Foster | 1 | -1/+1 |
| 2013-10-23 | xfs: split xfs_rtalloc.c for userspace sanity | Dave Chinner | 1 | -1247/+290 |
| 2013-10-23 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -6/+3 |
| 2013-10-23 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -3/+4 |
| 2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -0/+1 |
| 2013-08-12 | xfs: refactor xfs_trans_reserve() interface | Jie Liu | 1 | -8/+9 |
| 2013-08-12 | xfs: remove __KERNEL__ from debug code | Dave Chinner | 1 | -1/+1 |
| 2013-08-12 | xfs: consolidate xfs_utils.c | Dave Chinner | 1 | -1/+0 |
| 2013-08-12 | xfs: fix issues that cause userspace warnings | Dave Chinner | 1 | -2/+2 |
| 2013-08-12 | xfs: create xfs_bmap_util.[ch] | Dave Chinner | 1 | -0/+1 |
| 2013-08-12 | xfs: reshuffle dir2 definitions around for userspace | Dave Chinner | 1 | -1/+0 |
| 2013-08-12 | xfs: introduce xfs_rtalloc_defs.h | Dave Chinner | 1 | -1/+1 |
| 2012-11-15 | xfs: uncached buffer reads need to return an error | Dave Chinner | 1 | -1/+8 |
| 2012-11-15 | xfs: make buffer read verication an IO completion function | Dave Chinner | 1 | -3/+3 |
| 2012-10-17 | xfs: remove xfs_iget.c | Dave Chinner | 1 | -0/+1 |
| 2012-08-23 | xfs: fix uninitialised variable in xfs_rtbuf_get() | Dave Chinner | 1 | -1/+1 |
| 2012-05-14 | xfs: move xfs_get_extsz_hint() and kill xfs_rw.h | Dave Chinner | 1 | -1/+0 |
| 2012-05-14 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 1 | -1/+0 |
| 2012-05-14 | xfs: clean up buffer get/read call API | Dave Chinner | 1 | -4/+4 |
| 2012-03-22 | xfs: fix deadlock in xfs_rtfree_extent | Kamal Dasu | 1 | -5/+4 |