- 756b1c3 xfs: use current->journal_info for detecting transaction recursion by Dave Chinner · 4 years ago
- 1cd738b xfs: consider shutdown in bmapbt cursor delete assert by Brian Foster · 4 years ago
- bc41fa5 libxfs: expose inobtcount in xfs geometry by Zorro Lang · 4 years ago
- 3de4eb1 xfs: allow reservation of rtblocks with xfs_trans_alloc_inode by Darrick J. Wong · 4 years ago
- 3a1af6c xfs: refactor common transaction/inode/quota allocation idiom by Darrick J. Wong · 4 years ago
- 02b7ee4 xfs: reserve data and rt quota at the same time by Darrick J. Wong · 4 years ago
- 8554650 xfs: create convenience wrappers for incore quota block reservations by Darrick J. Wong · 4 years ago
- 4abe21a xfs: clean up quota reservation callsites by Darrick J. Wong · 4 years ago
- 560ab6c xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments() by Chandan Babu R · 4 years ago
- 3015196 xfs: Introduce error injection to allocate only minlen size extents for files by Chandan Babu R · 4 years ago
- 07c72e5 xfs: Process allocated extent in a separate function by Chandan Babu R · 4 years ago
- 0961fdd xfs: Compute bmap extent alignments in a separate function by Chandan Babu R · 4 years ago
- aff4db5 xfs: Remove duplicate assert statement in xfs_bmap_btalloc() by Chandan Babu R · 4 years ago
- f9fa871 xfs: Introduce error injection to reduce maximum inode fork extent count by Chandan Babu R · 4 years ago
- bcc561f xfs: Check for extent overflow when swapping extents by Chandan Babu R · 4 years ago
- 5f1d5bbf xfs: Check for extent overflow when moving extent from cow to data fork by Chandan Babu R · 4 years ago
- c442f30 xfs: Check for extent overflow when writing to unwritten extent by Chandan Babu R · 4 years ago
- 3a19bb1 xfs: Check for extent overflow when adding/removing xattrs by Chandan Babu R · 4 years ago
- 02092a2 xfs: Check for extent overflow when renaming dir entries by Chandan Babu R · 4 years ago
- 0dbc5cb xfs: Check for extent overflow when removing dir entries by Chandan Babu R · 4 years ago
- f5d9274 xfs: Check for extent overflow when adding dir entries by Chandan Babu R · 4 years ago
- 85ef08b xfs: Check for extent overflow when punching a hole by Chandan Babu R · 4 years ago
- 727e1ac xfs: Check for extent overflow when trivally adding a new extent by Chandan Babu R · 4 years ago
- b9b7e1d xfs: Add helper for checking per-inode extent count overflow by Chandan Babu R · 4 years ago
- 6da1b4b xfs: fix an ABBA deadlock in xfs_rename by Darrick J. Wong · 4 years ago
- e822261 xfs: remove xfs_buf_t typedef by Dave Chinner · 4 years, 1 month ago
- 1189686 fs/xfs: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
- 3937493 xfs: kill ialloced in xfs_dialloc() by Gao Xiang · 4 years, 2 months ago
- 8d822dc xfs: spilt xfs_dialloc() into 2 functions by Dave Chinner · 4 years, 2 months ago
- f3bf6e0 xfs: move xfs_dialloc_roll() into xfs_dialloc() by Dave Chinner · 4 years, 2 months ago
- aececc9 xfs: introduce xfs_dialloc_roll() by Dave Chinner · 4 years, 2 months ago
- 15574eb xfs: convert noroom, okalloc in xfs_dialloc() to bool by Gao Xiang · 4 years, 2 months ago
- 207ddc0 xfs: don't catch dax+reflink inodes as corruption in verifier by Eric Sandeen · 4 years, 2 months ago
- 2e984ba xfs: remove unneeded return value check for *init_cursor() by Joseph Qi · 4 years, 2 months ago
- 7bc1fea xfs: introduce xfs_validate_stripe_geometry() by Gao Xiang · 4 years, 2 months ago
- afbd914 xfs: remove the unused XFS_B_FSB_OFFSET macro by Kaixu Xia · 4 years, 2 months ago
- 04a5862 xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag by Kaixu Xia · 4 years, 2 months ago
- 33005fd xfs: refactor file range validation by Darrick J. Wong · 4 years, 2 months ago
- 18695ad xfs: refactor realtime volume extent validation by Darrick J. Wong · 4 years, 2 months ago
- 67457eb xfs: refactor data device extent validation by Darrick J. Wong · 4 years, 2 months ago
- acf104c xfs: detect overflows in bmbt records by Darrick J. Wong · 4 years, 2 months ago
- 96f65ba xfs: enable the needsrepair feature by Darrick J. Wong · 4 years, 2 months ago
- 80c720b xfs: define a new "needrepair" feature by Darrick J. Wong · 4 years, 2 months ago
- 3945ae0 xfs: move kernel-specific superblock validation out of libxfs by Darrick J. Wong · 4 years, 2 months ago
- eb84090 xfs: revert "xfs: fix rmap key and record comparison functions" by Darrick J. Wong · 4 years, 2 months ago
- ada49d6 xfs: fix forkoff miscalculation related to XFS_LITINO(mp) by Gao Xiang · 4 years, 2 months ago
- 6ff646b xfs: fix rmap key and record comparison functions by Darrick J. Wong · 4 years, 3 months ago
- ea84398 xfs: fix flags argument to rmap lookup when converting shared file rmaps by Darrick J. Wong · 4 years, 3 months ago
- 2c334e1 xfs: set xefi_discard when creating a deferred agfl free log intent item by Darrick J. Wong · 4 years, 3 months ago
- d88850b xfs: fix high key handling in the rt allocator's query_range function by Darrick J. Wong · 4 years, 3 months ago
- 74f4d6a xfs: only relog deferred intent items if free space in the log gets low by Darrick J. Wong · 4 years, 4 months ago
- 4e919af xfs: periodically relog deferred intent items by Darrick J. Wong · 4 years, 4 months ago
- 27dada0 xfs: change the order in which child and parent defer ops are finished by Darrick J. Wong · 4 years, 4 months ago
- ff4ab5e xfs: fix an incore inode UAF in xfs_bui_recover by Darrick J. Wong · 4 years, 4 months ago
- 929b92f xfs: xfs_defer_capture should absorb remaining transaction reservation by Darrick J. Wong · 4 years, 4 months ago
- 4f9a60c xfs: xfs_defer_capture should absorb remaining block reservations by Darrick J. Wong · 4 years, 4 months ago
- e6fff81 xfs: proper replay of deferred ops queued during log recovery by Darrick J. Wong · 4 years, 4 months ago
- b80b29d xfs: remove xfs_defer_reset by Darrick J. Wong · 4 years, 4 months ago
- d7884e6 xfs: avoid shared rmap operations for attr fork extents by Darrick J. Wong · 4 years, 4 months ago
- 61ef523 xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local} by Kaixu Xia · 4 years, 4 months ago
- 3feb4ff xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify by Kaixu Xia · 4 years, 4 months ago
- a647d10 xfs: fix some comments by Kaixu Xia · 4 years, 4 months ago
- 9c0fce4 xfs: use the existing type definition for di_projid by Kaixu Xia · 4 years, 4 months ago
- 93293bc xfs: log new intent items created as part of finishing recovered intent items by Darrick J. Wong · 4 years, 4 months ago
- 8df0fa3 xfs: don't free rt blocks when we're doing a REMAP bunmapi call by Darrick J. Wong · 4 years, 4 months ago
- e01b7ee xfs: Convert xfs_attr_sf macros to inline functions by Carlos Maiolino · 4 years, 5 months ago
- c418dbc xfs: Use variable-size array for nameval in xfs_attr_sf_entry by Carlos Maiolino · 4 years, 5 months ago
- 47e6cc1 xfs: Remove typedef xfs_attr_shortform_t by Carlos Maiolino · 4 years, 5 months ago
- 6337c84 xfs: remove typedef xfs_attr_sf_entry_t by Carlos Maiolino · 4 years, 5 months ago
- 29887a2 xfs: enable big timestamps by Darrick J. Wong · 4 years, 5 months ago
- 4ea1ff3 xfs: widen ondisk quota expiration timestamps to handle y2038+ by Darrick J. Wong · 4 years, 5 months ago
- f93e5436 xfs: widen ondisk inode timestamps to deal with y2038+ by Darrick J. Wong · 4 years, 5 months ago
- 30e0559 xfs: redefine xfs_ictimestamp_t by Darrick J. Wong · 4 years, 5 months ago
- 5a0bb06 xfs: redefine xfs_timestamp_t by Darrick J. Wong · 4 years, 5 months ago
- 88947ea xfs: move xfs_log_dinode_to_disk to the log recovery code by Darrick J. Wong · 4 years, 5 months ago
- 9f99c8f xfs: refactor quota timestamp coding by Darrick J. Wong · 4 years, 5 months ago
- ccc8e77 xfs: refactor default quota grace period setting code by Darrick J. Wong · 4 years, 5 months ago
- 11d8a91 xfs: refactor quota expiration timer modification by Darrick J. Wong · 4 years, 5 months ago
- 876fdc7 xfs: explicitly define inode timestamp range by Darrick J. Wong · 4 years, 5 months ago
- b896a39 xfs: enable new inode btree counters feature by Darrick J. Wong · 4 years, 5 months ago
- 11f7442 xfs: support inode btree blockcounts in online repair by Darrick J. Wong · 4 years, 5 months ago
- 1ac35f0 xfs: use the finobt block counts to speed up mount times by Darrick J. Wong · 4 years, 5 months ago
- 2a39946 xfs: store inode btree block counts in AGI header by Darrick J. Wong · 4 years, 5 months ago
- cead0b1 xfs: simplify xfs_trans_getsb by Christoph Hellwig · 4 years, 5 months ago
- 22c1058 xfs: remove xlog_recover_iodone by Christoph Hellwig · 4 years, 5 months ago
- 664ffb8 xfs: move the buffer retry logic to xfs_buf.c by Christoph Hellwig · 4 years, 5 months ago
- 771915c xfs: remove kmem_realloc() by Carlos Maiolino · 4 years, 5 months ago
- 9322c47 Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 5 months ago
- d0c20d3 xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files by Darrick J. Wong · 4 years, 5 months ago
- e1d0126 Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 5 months ago
- e309428 Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 5 months ago
- 125eac2 xfs: initialize the shortform attr header padding entry by Darrick J. Wong · 4 years, 5 months ago
- f402043 xfs: fix boundary test in xfs_attr_shortform_verify by Eric Sandeen · 4 years, 5 months ago
- 657f101 xfs: fix off-by-one in inode alloc block reservation calculation by Brian Foster · 4 years, 5 months ago
- b63da6c xfs: delete duplicated words + other fixes by Randy Dunlap · 4 years, 6 months ago
- 0f89edc xfs: Lift -ENOSPC handler from xfs_attr_leaf_addname by Allison Collins · 4 years, 6 months ago
- bf4a5cf xfs: Simplify xfs_attr_node_addname by Allison Collins · 4 years, 6 months ago
- 5fdca0a xfs: Simplify xfs_attr_leaf_addname by Allison Collins · 4 years, 6 months ago
- 72b97ea xfs: Add helper function xfs_attr_node_removename_rmt by Allison Collins · 4 years, 6 months ago
- 674eb54 xfs: Add helper function xfs_attr_node_removename_setup by Allison Collins · 4 years, 6 months ago