- 54fbdd1 xfs: factor out a new xfs_log_force_inode helper by Christoph Hellwig · 4 years, 10 months ago
- d9fdd0a xfs: fix inode number overflow in ifree cluster helper by Brian Foster · 4 years, 10 months ago
- 63337b6 xfs: remove unnecessary ternary from xfs_create by Kaixu Xia · 4 years, 10 months ago
- 5806165 xfs: factor inode lookup from xfs_ifree_cluster by Dave Chinner · 4 years, 10 months ago
- 6471e9c xfs: remove the di_version field from struct icdinode by Christoph Hellwig · 4 years, 10 months ago
- b3d1d375 xfs: simplify di_flags2 inheritance in xfs_ialloc by Christoph Hellwig · 4 years, 10 months ago
- 8d57c21 xfs: add a function to deal with corrupt buffers post-verifiers by Darrick J. Wong · 4 years, 10 months ago
- 370c782 xfs: remove XFS_BUF_TO_AGI by Christoph Hellwig · 4 years, 11 months ago
- 5429515 xfs: remove the icdinode di_uid/di_gid members by Christoph Hellwig · 5 years ago
- 3d8f282 xfs: ensure that the inode uid/gid match values match the icdinode ones by Christoph Hellwig · 5 years ago
- ce92464 xfs: make xfs_trans_get_buf return an error code by Darrick J. Wong · 5 years ago
- b3531f5 xfs: remove unused variable 'done' by YueHaibing · 5 years ago
- 4bbb04a xfs: truncate should remove all blocks, not just to the end of the page cache by Darrick J. Wong · 5 years ago
- 93597ae xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename() by kaixuxia · 5 years ago
- de7a866 xfs: merge the projid fields in struct xfs_icdinode by Christoph Hellwig · 5 years ago
- 8d2d878 xfs: use a struct timespec64 for the in-core crtime by Christoph Hellwig · 5 years ago
- a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
- 3fb21fc xfs: remove the duplicated inode log fieldmask set by kaixuxia · 5 years ago
- bdb2ed2 xfs: ignore extent size hints for always COW inodes by Christoph Hellwig · 5 years ago
- bc56ad8 xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUT by kaixuxia · 5 years ago
- 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
- 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
- efe2330 xfs: remove the xfs_log_item_t typedef by Christoph Hellwig · 6 years ago
- b3b14aa xfs: don't cast inode_log_items to get the log_item by Christoph Hellwig · 6 years ago
- 4b4d98c xfs: finish converting to inodes_per_cluster by Darrick J. Wong · 6 years ago
- ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
- 9108326 xfs: change some error-less functions to void types by Eric Sandeen · 6 years ago
- 22fedd8 xfs: shutdown after buf release in iflush cluster abort path by Brian Foster · 6 years ago
- c4a6bf7 xfs: don't ever put nlink > 0 inodes on the unlinked list by Darrick J. Wong · 6 years ago
- e1f6ca1 xfs: rename m_inotbt_nores to m_finobt_nores by Darrick J. Wong · 6 years ago
- 9b24717 xfs: cache unlinked pointers in an rhashtable by Darrick J. Wong · 6 years ago
- 4664c66 xfs: add tracepoints for high level iunlink operations by Darrick J. Wong · 6 years ago
- b1d2a06 xfs: refactor inode update in iunlink_remove by Darrick J. Wong · 6 years ago
- 23ffa52 xfs: refactor unlinked list search and mapping to a separate function by Darrick J. Wong · 6 years ago
- f2fc16a xfs: refactor inode unlinked pointer update functions by Darrick J. Wong · 6 years ago
- 86bfd37 xfs: strengthen AGI unlinked inode bucket pointer checks by Darrick J. Wong · 6 years ago
- 9a4a511 xfs: refactor AGI unlinked bucket updates by Darrick J. Wong · 6 years ago
- 5837f62 xfs: clean up iunlink functions by Darrick J. Wong · 6 years ago
- 83dcdb4 xfs: precalculate inodes and blocks per inode cluster by Darrick J. Wong · 6 years ago
- 43004b2 xfs: add a block to inode count converter by Darrick J. Wong · 6 years ago
- 8c4ce79 xfs: clean up indentation issues, remove an unwanted space by Colin Ian King · 6 years ago
- d5a2e28 xfs: remove last of unnecessary xfs_defer_cancel() callers by Brian Foster · 6 years ago
- 9b1f4e9 xfs: cancel dfops on xfs_defer_finish() error by Brian Foster · 6 years ago
- a819866 xfs: automatic dfops inode relogging by Brian Foster · 6 years ago
- 488c919 xfs: add missing defer ijoins for held inodes by Brian Foster · 6 years ago
- 51d6269 xfs: introduce a new xfs_inode_has_cow_data helper by Christoph Hellwig · 7 years ago
- fcacbc3 xfs: remove if_real_bytes by Christoph Hellwig · 7 years ago
- 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
- 9e28a24 xfs: drop unnecessary xfs_defer_finish() dfops parameter by Brian Foster · 6 years ago
- c8eac49 xfs: remove all boilerplate defer init/finish code by Brian Foster · 6 years ago
- 02dff7b xfs: pull up dfops from xfs_itruncate_extents() by Brian Foster · 6 years ago
- 5fdd979 xfs: remove xfs_defer_init() firstblock param by Brian Foster · 7 years ago
- 9c3bf5d xfs: use ->t_firstblock in inode inactivate by Brian Foster · 7 years ago
- 2af5284 xfs: remove xfs_bunmapi() firstblock param by Brian Foster · 7 years ago
- 3728379 xfs: use ->t_firstblock for all xfs_bunmapi() callers by Brian Foster · 7 years ago
- 381eee6 xfs: remove firstblock param from xfs dir ops by Brian Foster · 7 years ago
- f16dea5 xfs: use ->t_firstblock in dir ops by Brian Foster · 7 years ago
- bcd2c9f xfs: refactor dfops init to attach to transaction by Brian Foster · 7 years ago
- ccd9d91 xfs: remove xfs_bunmapi() dfops param by Brian Foster · 7 years ago
- 4bcfa61 xfs: use ->t_dfops for all xfs_bunmapi() callers by Brian Foster · 7 years ago
- c9cfdb3 xfs: remove dfops param from high level dirname calls by Brian Foster · 7 years ago
- 0e0417f xfs: remove dfops parameter from ifree call stack by Brian Foster · 7 years ago
- 6aa6718 xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops by Brian Foster · 7 years ago
- e53946d xfs: xfs_iflush_abort() can be called twice on cluster writeback failure by Dave Chinner · 7 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- 0703a8e xfs: replace do_mod with native operations by Dave Chinner · 7 years ago
- 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- d2e7366 xfs: don't assert on corrupted unlinked inode list by Darrick J. Wong · 7 years ago
- 4e52933 xfs: factor out nodiscard helpers by Brian Foster · 7 years ago
- c14cfcc xfs: remove unnecessary xfs_qm_dqattach parameter by Darrick J. Wong · 7 years ago
- 13b86fc xfs: skip online discard during eofblocks trims by Brian Foster · 7 years ago
- 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
- 8804630 xfs: defer agfl frees from directory op transactions by Brian Foster · 7 years ago
- 8b922f0 xfs: defer frees from common inode allocation paths by Brian Foster · 7 years ago
- 658f8f9 xfs: defer agfl frees from inode inactivation by Brian Foster · 7 years ago
- 8b26984 xfs: validate allocated inode number by Dave Chinner · 7 years ago
- 4919d42 xfs: only cancel cow blocks when truncating the data fork by Darrick J. Wong · 7 years ago
- a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
- c959025 xfs: Remove "committed" argument of xfs_dir_ialloc by Chandan Rajendra · 7 years ago
- dc1baa7 xfs: do not log/recover swapext extent owner changes for deleted inodes by Eric Sandeen · 7 years ago
- 656de4f xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn by Christoph Hellwig · 7 years ago
- 6231848 xfs: check for cow blocks before trying to clear them by Darrick J. Wong · 7 years ago
- 20c59c7 Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
- a4b7fd7 Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
- 7c2d238 xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modes by Darrick J. Wong · 7 years ago
- 22431bf xfs: refactor inode verifier corruption error printing by Darrick J. Wong · 7 years ago
- beaae8c xfs: always zero di_flags2 when we free the inode by Darrick J. Wong · 7 years ago
- 643c8c0 Use list_head infra-structure for buffer's log items list by Carlos Maiolino · 7 years ago
- fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
- f0e2828 xfs: convert to new i_version API by Jeff Layton · 7 years ago
- c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
- aff68a55 xfs: use %pS printk format for direct instruction addresses by Darrick J. Wong · 7 years ago
- 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
- 9cfb9b4 xfs: provide a centralized method for verifying inline fork data by Darrick J. Wong · 7 years ago
- 363e59b xfs: don't be so eager to clear the cowblocks tag on truncate by Darrick J. Wong · 7 years ago
- f59cf5c xfs: remove "no-allocation" reservations for file creations by Christoph Hellwig · 7 years ago
- 98c4f78 xfs: always free inline data before resetting inode fork during ifree by Darrick J. Wong · 7 years ago
- 962cc1a xfs: fix forgotten rcu read unlock when skipping inode reclaim by Darrick J. Wong · 7 years ago
- afd7245 xfs: remove unused debug counts for xfs_lock_inodes by Christoph Hellwig · 7 years ago