| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-05 | xfs: remove deprecated mount options | Darrick J. Wong | 1 | -4/+2 |
| 2025-07-24 | xfs: return the allocated transaction from xfs_trans_alloc_empty | Christoph Hellwig | 1 | -4/+1 |
| 2025-06-27 | xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlock | Dave Chinner | 1 | -0/+8 |
| 2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-17 | xfs: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 1 | -1/+1 |
| 2025-03-03 | xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file | Christoph Hellwig | 1 | -1/+1 |
| 2025-03-03 | xfs: generalize the freespace and reserved blocks handling | Christoph Hellwig | 1 | -2/+2 |
| 2024-11-05 | xfs: record health problems with the metadata directory | Darrick J. Wong | 1 | -0/+1 |
| 2024-11-05 | xfs: read and write metadata inode directory tree | Darrick J. Wong | 1 | -1/+1 |
| 2024-11-05 | xfs: enforce metadata inode flag | Darrick J. Wong | 1 | -2/+10 |
| 2024-11-05 | xfs: iget for metadata inodes | Darrick J. Wong | 1 | -0/+65 |
| 2024-11-05 | xfs: switch perag iteration from the for_each macros to a while based iterator | Christoph Hellwig | 1 | -3/+2 |
| 2024-11-05 | xfs: factor out a generic xfs_group structure | Christoph Hellwig | 1 | -37/+18 |
| 2024-10-09 | xfs: don't free cowblocks from under dirty pagecache on unshare | Brian Foster | 1 | -7/+1 |
| 2024-10-07 | xfs: skip background cowblock trims on inodes open for write | Brian Foster | 1 | -8/+23 |
| 2024-09-20 | Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+4 |
| 2024-09-03 | xfs: enable block size larger than page size support | Pankaj Raghav | 1 | -2/+4 |
| 2024-09-03 | xfs: use xas_for_each_marked in xfs_reclaim_inodes_count | Christoph Hellwig | 1 | -28/+8 |
| 2024-09-03 | xfs: convert perag lookup to xarray | Christoph Hellwig | 1 | -25/+25 |
| 2024-09-03 | xfs: simplify tagged perag iteration | Christoph Hellwig | 1 | -38/+33 |
| 2024-09-03 | xfs: move the tagged perag lookup helpers to xfs_icache.c | Christoph Hellwig | 1 | -0/+58 |
| 2024-09-03 | xfs: reclaim speculative preallocations for append only files | Christoph Hellwig | 1 | -1/+1 |
| 2024-09-01 | xfs: validate inumber in xfs_iget | Darrick J. Wong | 1 | -1/+1 |
| 2024-07-15 | Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+3 |
| 2024-06-26 | xfs: fix freeing speculative preallocations for preallocated files | Christoph Hellwig | 1 | -1/+1 |
| 2024-06-13 | xfs: remove now spurious i_state initialization in xfs_inode_alloc | Mateusz Guzik | 1 | -2/+1 |
| 2024-06-12 | xfs: preserve i_state around inode_init_always in xfs_reinit_inode | Mateusz Guzik | 1 | -0/+2 |
| 2024-05-02 | xfs: widen flags argument to the xfs_iflags_* helpers | Darrick J. Wong | 1 | -3/+1 |
| 2024-03-25 | xfs: don't use current->journal_info | Dave Chinner | 1 | -3/+5 |
| 2024-02-22 | xfs: report inode corruption errors to the health system | Darrick J. Wong | 1 | -0/+9 |
| 2024-02-13 | xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS | Dave Chinner | 1 | -3/+2 |
| 2023-10-04 | xfs: dynamically allocate the xfs-inodegc shrinker | Qi Zheng | 1 | -11/+15 |
| 2023-09-12 | xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked list | Darrick J. Wong | 1 | -1/+1 |
| 2023-09-11 | xfs: use per-mount cpumask to track nonempty percpu inodegc lists | Darrick J. Wong | 1 | -50/+28 |
| 2023-08-10 | xfs: hide xfs_inode_is_allocated in scrub common code | Darrick J. Wong | 1 | -38/+0 |
| 2023-06-05 | xfs: collect errors from inodegc for unlinked inode recovery | Dave Chinner | 1 | -9/+37 |
| 2023-05-02 | xfs: fix xfs_inodegc_stop racing with mod_delayed_work | Darrick J. Wong | 1 | -5/+27 |
| 2023-05-02 | xfs: check that per-cpu inodegc workers actually run on that cpu | Darrick J. Wong | 1 | -0/+2 |
| 2023-05-02 | xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately | Darrick J. Wong | 1 | -2/+4 |
| 2023-04-11 | xfs: fix an inode lookup race in xchk_get_inode | Darrick J. Wong | 1 | -1/+2 |
| 2023-02-13 | xfs: convert xfs_imap() to take a perag | Dave Chinner | 1 | -1/+1 |
| 2023-02-13 | xfs: rework the perag trace points to be perag centric | Dave Chinner | 1 | -2/+2 |
| 2023-02-13 | xfs: active perag reference counting | Dave Chinner | 1 | -1/+1 |
| 2023-01-03 | xfs: Fix deadlock on xfs_inodegc_worker | Wu Guanghao | 1 | -0/+10 |
| 2022-11-21 | xfs: fix incorrect i_nlink caused by inode racing | Long Li | 1 | -0/+6 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2022-07-20 | xfs: don't leak memory when attr fork loading fails | Darrick J. Wong | 1 | -1/+0 |
| 2022-07-14 | Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/... | Darrick J. Wong | 1 | -6/+6 |
| 2022-07-14 | xfs: add log item precommit operation | Dave Chinner | 1 | -0/+1 |
| 2022-07-14 | xfs: double link the unlinked inode list | Dave Chinner | 1 | -0/+2 |
| 2022-07-09 | xfs: use XFS_IFORK_Q to determine the presence of an xattr fork | Darrick J. Wong | 1 | -5/+3 |
| 2022-07-09 | xfs: make inode attribute forks a permanent part of struct xfs_inode | Darrick J. Wong | 1 | -4/+6 |
| 2022-07-09 | xfs: convert XFS_IFORK_PTR to a static inline helper | Darrick J. Wong | 1 | -1/+1 |
| 2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 1 | -1/+1 |
| 2022-06-23 | xfs: introduce xfs_inodegc_push() | Dave Chinner | 1 | -5/+15 |
| 2022-06-23 | xfs: bound maximum wait time for inodegc work | Dave Chinner | 1 | -14/+22 |
| 2022-04-12 | xfs: use a separate frextents counter for rt extent reservations | Darrick J. Wong | 1 | -3/+6 |
| 2022-04-01 | Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
| 2022-03-29 | xfs: aborting inodes on shutdown may need buffer lock | Dave Chinner | 1 | -1/+1 |
| 2022-03-24 | Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+9 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-20 | xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight | Dave Chinner | 1 | -1/+9 |
| 2022-01-22 | Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -18/+4 |
| 2022-01-19 | xfs: flush inodegc workqueue tasks before cancel | Brian Foster | 1 | -18/+4 |
| 2022-01-12 | Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux | Linus Torvalds | 1 | -0/+2 |
| 2021-12-21 | xfs: Fix comments mentioning xfs_ialloc | Yang Xu | 1 | -1/+2 |
| 2021-12-18 | xfs: Support large folios | Matthew Wilcox (Oracle) | 1 | -0/+2 |
| 2021-11-24 | xfs: remove xfs_inew_wait | Christoph Hellwig | 1 | -21/+0 |
| 2021-10-22 | xfs: rename _zone variables to _cache | Darrick J. Wong | 1 | -5/+5 |
| 2021-08-24 | xfs: fix I_DONTCACHE | Dave Chinner | 1 | -1/+2 |
| 2021-08-19 | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown | Dave Chinner | 1 | -4/+4 |
| 2021-08-19 | xfs: convert remaining mount flags to state flags | Dave Chinner | 1 | -1/+1 |
| 2021-08-19 | xfs: convert mount flags to features | Dave Chinner | 1 | -4/+3 |
| 2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -1/+1 |
| 2021-08-18 | xfs: remove support for untagged lookups in xfs_icwalk* | Christoph Hellwig | 1 | -39/+8 |
| 2021-08-09 | xfs: throttle inode inactivation queuing on memory reclaim | Darrick J. Wong | 1 | -3/+99 |
| 2021-08-09 | xfs: use background worker pool when transactions can't get free space | Darrick J. Wong | 1 | -0/+28 |
| 2021-08-09 | xfs: don't run speculative preallocation gc when fs is frozen | Darrick J. Wong | 1 | -4/+16 |
| 2021-08-09 | xfs: inactivate inodes any time we try to free speculative preallocations | Darrick J. Wong | 1 | -2/+10 |
| 2021-08-09 | xfs: queue inactivation immediately when free realtime extents are tight | Darrick J. Wong | 1 | -0/+21 |
| 2021-08-09 | xfs: queue inactivation immediately when quota is nearing enforcement | Darrick J. Wong | 1 | -0/+10 |
| 2021-08-09 | xfs: queue inactivation immediately when free space is tight | Darrick J. Wong | 1 | -0/+6 |
| 2021-08-06 | xfs: per-cpu deferred inode inactivation queues | Dave Chinner | 1 | -33/+313 |
| 2021-08-06 | xfs: detach dquots from inode if we don't need to inactivate it | Darrick J. Wong | 1 | -1/+7 |
| 2021-08-06 | xfs: move xfs_inactive call to xfs_inode_mark_reclaimable | Darrick J. Wong | 1 | -25/+74 |
| 2021-08-06 | xfs: remove xfs_dqrele_all_inodes | Christoph Hellwig | 1 | -106/+1 |
| 2021-06-21 | xfs: fix type mismatches in the inode reclaim functions | Darrick J. Wong | 1 | -4/+4 |
| 2021-06-21 | xfs: separate primary inode selection criteria in xfs_iget_cache_hit | Darrick J. Wong | 1 | -23/+16 |
| 2021-06-21 | xfs: refactor the inode recycling code | Darrick J. Wong | 1 | -62/+81 |
| 2021-06-08 | xfs: rename struct xfs_eofblocks to xfs_icwalk | Darrick J. Wong | 1 | -82/+82 |
| 2021-06-08 | xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_ | Darrick J. Wong | 1 | -21/+23 |
| 2021-06-08 | xfs: selectively keep sick inodes in memory | Darrick J. Wong | 1 | -6/+39 |
| 2021-06-08 | xfs: only reset incore inode health state flags when reclaiming an inode | Darrick J. Wong | 1 | -3/+2 |
| 2021-06-08 | Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub... | Darrick J. Wong | 1 | -368/+471 |
| 2021-06-03 | xfs: refactor per-AG inode tagging functions | Darrick J. Wong | 1 | -82/+76 |
| 2021-06-03 | xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag | Darrick J. Wong | 1 | -114/+48 |
| 2021-06-03 | xfs: pass struct xfs_eofblocks to the inode scan callback | Darrick J. Wong | 1 | -19/+15 |
| 2021-06-03 | xfs: make the icwalk processing functions clean up the grab state | Darrick J. Wong | 1 | -9/+11 |
| 2021-06-03 | xfs: clean up inode state flag tests in xfs_blockgc_igrab | Darrick J. Wong | 1 | -2/+5 |
| 2021-06-03 | xfs: remove indirect calls from xfs_inode_walk{,_ag} | Darrick J. Wong | 1 | -24/+36 |
| 2021-06-03 | xfs: remove iter_flags parameter from xfs_inode_walk_* | Darrick J. Wong | 1 | -21/+12 |
| 2021-06-03 | xfs: move xfs_inew_wait call into xfs_dqrele_inode | Darrick J. Wong | 1 | -2/+4 |
| 2021-06-03 | xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab | Darrick J. Wong | 1 | -5/+66 |
| 2021-06-03 | xfs: pass the goal of the incore inode walk to xfs_inode_walk() | Darrick J. Wong | 1 | -12/+43 |
| 2021-06-03 | xfs: rename xfs_inode_walk functions to xfs_icwalk | Darrick J. Wong | 1 | -11/+11 |
| 2021-06-03 | xfs: move the inode walk functions further down | Darrick J. Wong | 1 | -195/+206 |
| 2021-06-03 | xfs: detach inode dquots at the end of inactivation | Darrick J. Wong | 1 | -1/+1 |
| 2021-06-03 | xfs: move the quotaoff dqrele inode walk into xfs_icache.c | Darrick J. Wong | 1 | -1/+64 |
| 2021-06-02 | xfs: make for_each_perag... a first class citizen | Dave Chinner | 1 | -13/+2 |
| 2021-06-02 | xfs: move xfs_perag_get/put to xfs_ag.[ch] | Dave Chinner | 1 | -1/+1 |
| 2021-04-07 | xfs: move the xfs_can_free_eofblocks call under the IOLOCK | Darrick J. Wong | 1 | -8/+7 |
| 2021-04-07 | xfs: move the di_flags2 field to struct xfs_inode | Christoph Hellwig | 1 | -1/+1 |
| 2021-04-07 | xfs: move the di_forkoff field to struct xfs_inode | Christoph Hellwig | 1 | -1/+1 |
| 2021-04-07 | xfs: move the di_flushiter field to struct xfs_inode | Christoph Hellwig | 1 | -1/+1 |
| 2021-04-07 | xfs: move the di_nblocks field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
| 2021-04-07 | xfs: move the di_projid field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
| 2021-04-07 | xfs: don't clear the "dinode core" in xfs_inode_alloc | Christoph Hellwig | 1 | -1/+2 |
| 2021-04-07 | xfs: consistently initialize di_flags2 | Christoph Hellwig | 1 | -0/+1 |
| 2021-04-07 | xfs: split xfs_imap_to_bp | Christoph Hellwig | 1 | -3/+3 |
| 2021-03-25 | xfs: rename the blockgc workqueue | Darrick J. Wong | 1 | -1/+1 |
| 2021-02-03 | xfs: don't bounce the iolock between free_{eof,cow}blocks | Darrick J. Wong | 1 | -22/+21 |
| 2021-02-03 | xfs: parallelize block preallocation garbage collection | Darrick J. Wong | 1 | -12/+30 |
| 2021-02-03 | xfs: rename block gc start and stop functions | Darrick J. Wong | 1 | -2/+2 |
| 2021-02-03 | xfs: only walk the incore inode tree once per blockgc scan | Darrick J. Wong | 1 | -11/+11 |
| 2021-02-03 | xfs: consolidate the eofblocks and cowblocks workers | Darrick J. Wong | 1 | -65/+31 |
| 2021-02-03 | xfs: consolidate incore inode radix tree posteof/cowblocks tags | Darrick J. Wong | 1 | -60/+54 |
| 2021-02-03 | xfs: remove trivial eof/cowblocks functions | Darrick J. Wong | 1 | -22/+8 |
| 2021-02-03 | xfs: hide xfs_icache_free_cowblocks | Darrick J. Wong | 1 | -1/+1 |
| 2021-02-03 | xfs: hide xfs_icache_free_eofblocks | Darrick J. Wong | 1 | -1/+1 |
| 2021-02-03 | xfs: relocate the eofb/cowb workqueue functions | Darrick J. Wong | 1 | -63/+63 |
| 2021-02-03 | xfs: refactor xfs_icache_free_{eof,cow}blocks call sites | Darrick J. Wong | 1 | -6/+33 |
| 2021-02-03 | xfs: flush eof/cowblocks if we can't reserve quota for inode creation | Darrick J. Wong | 1 | -30/+38 |
| 2021-02-03 | xfs: pass flags and return gc errors from xfs_blockgc_free_quota | Darrick J. Wong | 1 | -9/+17 |
| 2021-02-03 | xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts | Darrick J. Wong | 1 | -55/+55 |
| 2021-02-03 | xfs: xfs_inode_free_quota_blocks should scan project quota | Darrick J. Wong | 1 | -0/+9 |
| 2021-02-03 | xfs: don't stall cowblocks scan if we can't take locks | Darrick J. Wong | 1 | -3/+18 |
| 2021-02-03 | xfs: trigger all block gc scans when low on quota space | Darrick J. Wong | 1 | -30/+16 |
| 2020-09-15 | xfs: Remove unneeded semicolon | Zheng Bin | 1 | -1/+1 |
| 2020-09-06 | xfs: xfs_iflock is no longer a completion | Dave Chinner | 1 | -10/+7 |
| 2020-07-28 | xfs: Remove kmem_zone_alloc() usage | Carlos Maiolino | 1 | -6/+4 |
| 2020-07-28 | xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_* | Darrick J. Wong | 1 | -2/+2 |
| 2020-07-07 | xfs: attach inodes to the cluster buffer when dirtied | Dave Chinner | 1 | -0/+1 |
| 2020-07-07 | xfs: clean up inode reclaim comments | Dave Chinner | 1 | -93/+35 |
| 2020-07-07 | xfs: remove SYNC_WAIT from xfs_reclaim_inodes() | Dave Chinner | 1 | -50/+29 |
| 2020-07-07 | xfs: remove SYNC_TRYLOCK from inode reclaim | Dave Chinner | 1 | -38/+25 |
| 2020-07-07 | xfs: don't block inode reclaim on the ILOCK | Dave Chinner | 1 | -3/+5 |
| 2020-07-07 | xfs: allow multiple reclaimers per AG | Dave Chinner | 1 | -19/+12 |
| 2020-07-07 | xfs: remove IO submission from xfs_reclaim_inode() | Dave Chinner | 1 | -86/+31 |
| 2020-07-07 | xfs: make inode reclaim almost non-blocking | Dave Chinner | 1 | -1/+1 |
| 2020-07-06 | xfs: Don't allow logging of XFS_ISTALE inodes | Dave Chinner | 1 | -1/+2 |
| 2020-06-02 | Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+2 |
| 2020-05-27 | xfs: rearrange xfs_inode_walk_ag parameters | Darrick J. Wong | 1 | -5/+4 |
| 2020-05-27 | xfs: straighten out all the naming around incore inode tree walks | Darrick J. Wong | 1 | -9/+9 |
| 2020-05-27 | xfs: move xfs_inode_ag_iterator to be closer to the perag walking code | Darrick J. Wong | 1 | -40/+48 |
| 2020-05-27 | xfs: use bool for done in xfs_inode_ag_walk | Darrick J. Wong | 1 | -3/+3 |
| 2020-05-27 | xfs: fix inode ag walk predicate function return values | Darrick J. Wong | 1 | -17/+22 |
| 2020-05-27 | xfs: refactor eofb matching into a single helper | Darrick J. Wong | 1 | -28/+34 |
| 2020-05-27 | xfs: remove __xfs_icache_free_eofblocks | Darrick J. Wong | 1 | -12/+2 |
| 2020-05-27 | xfs: remove flags argument from xfs_inode_ag_walk | Darrick J. Wong | 1 | -26/+17 |
| 2020-05-27 | xfs: remove xfs_inode_ag_iterator_flags | Darrick J. Wong | 1 | -30/+13 |
| 2020-05-27 | xfs: remove unused xfs_inode_ag_iterator function | Darrick J. Wong | 1 | -11/+0 |
| 2020-05-27 | xfs: replace open-coded XFS_ICI_NO_TAG | Darrick J. Wong | 1 | -3/+3 |
| 2020-05-19 | xfs: cleanup xfs_idestroy_fork | Christoph Hellwig | 1 | -6/+9 |
| 2020-05-19 | xfs: move the fork format fields into struct xfs_ifork | Christoph Hellwig | 1 | -1/+0 |
| 2020-05-19 | xfs: move the per-fork nextents fields into struct xfs_ifork | Christoph Hellwig | 1 | -1/+0 |
| 2020-05-19 | xfs: improve local fork verification | Christoph Hellwig | 1 | -6/+0 |
| 2020-05-19 | xfs: remove xfs_iread | Christoph Hellwig | 1 | -1/+32 |
| 2020-05-13 | fs: Introduce DCACHE_DONTCACHE | Ira Weiny | 1 | -1/+1 |
| 2020-05-13 | fs: Lift XFS_IDONTCACHE to the VFS layer | Ira Weiny | 1 | -2/+2 |
| 2020-05-07 | xfs: remove unused iflush stale parameter | Brian Foster | 1 | -1/+1 |
| 2020-05-04 | fs/xfs: Remove unnecessary initialization of i_rwsem | Ira Weiny | 1 | -3/+1 |
| 2020-04-13 | xfs: acquire superblock freeze protection on eofblocks scans | Brian Foster | 1 | -0/+10 |
| 2020-03-02 | xfs: ensure that the inode uid/gid match values match the icdinode ones | Christoph Hellwig | 1 | -0/+4 |
| 2019-11-18 | xfs: Remove kmem_zone_free() wrapper | Carlos Maiolino | 1 | -2/+2 |
| 2019-11-13 | xfs: merge the projid fields in struct xfs_icdinode | Christoph Hellwig | 1 | -2/+2 |
| 2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -1/+1 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -3/+0 |
| 2019-06-28 | xfs: move xfs_ino_geometry to xfs_shared.h | Darrick J. Wong | 1 | -0/+1 |
| 2019-04-26 | xfs: rename the speculative block allocation reclaim toggle functions | Darrick J. Wong | 1 | -2/+2 |
| 2019-04-16 | xfs: implement per-inode writeback completion queues | Darrick J. Wong | 1 | -0/+3 |
| 2019-04-14 | xfs: track metadata health status | Darrick J. Wong | 1 | -0/+4 |
| 2018-07-30 | xfs: introduce a new xfs_inode_has_cow_data helper | Christoph Hellwig | 1 | -6/+4 |
| 2018-07-30 | xfs: remove the xfs_ifork_t typedef | Christoph Hellwig | 1 | -1/+1 |
| 2018-07-26 | xfs: clean up IRELE/iput callsites | Darrick J. Wong | 1 | -2/+2 |
| 2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
| 2018-05-15 | xfs: halt auto-reclamation activities while rebuilding rmap | Darrick J. Wong | 1 | -0/+18 |
| 2018-05-10 | xfs: log item flags are racy | Dave Chinner | 1 | -1/+2 |
| 2018-05-09 | xfs: validate cached inodes are free when allocated | Dave Chinner | 1 | -25/+48 |
| 2018-03-23 | xfs: catch inode allocation state mismatch corruption | Dave Chinner | 1 | -1/+22 |
| 2018-01-31 | Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -21/+49 |
| 2018-01-29 | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+3 |
| 2018-01-29 | xfs: preserve i_rdev when recycling a reclaimable inode | Amir Goldstein | 1 | -0/+2 |
| 2018-01-29 | xfs: convert to new i_version API | Jeff Layton | 1 | -2/+3 |
| 2018-01-17 | xfs: recheck reflink / dirty page status before freeing CoW reservations | Darrick J. Wong | 1 | -21/+42 |
| 2018-01-08 | xfs: provide a centralized method for verifying inline fork data | Darrick J. Wong | 1 | -0/+5 |
| 2017-12-21 | xfs: remove leftover CoW reservations when remounting ro | Darrick J. Wong | 1 | -1/+1 |
| 2017-12-20 | xfs: track cowblocks separately in i_flags | Darrick J. Wong | 1 | -9/+24 |
| 2017-10-26 | xfs: return a distinct error code value for IGET_INCORE cache misses | Darrick J. Wong | 1 | -1/+1 |
| 2017-09-01 | xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster() | Omar Sandoval | 1 | -5/+5 |