| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-07-18 | Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 9 | -37/+174 |
| 2021-07-15 | xfs: detect misaligned rtinherit directory extent size hints | Darrick J. Wong | 1 | -2/+16 |
| 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-07-15 | xfs: don't expose misaligned extszinherit hints to userspace | Darrick J. Wong | 1 | -1/+18 |
| 2021-07-15 | xfs: correct the narrative around misaligned rtinherit/extszinherit dirs | Darrick J. Wong | 3 | -22/+24 |
| 2021-07-15 | xfs: reset child dir '..' entry when unlinking child | Darrick J. Wong | 1 | -0/+13 |
| 2021-07-15 | xfs: check for sparse inode clusters that cross new EOAG when shrinking | Darrick J. Wong | 3 | -0/+66 |
| 2021-07-12 | xfs: Fix multiple fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -8/+8 |
| 2021-07-02 | Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 92 | -3036/+3827 |
| 2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -10/+3 |
| 2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
| 2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-06-29 | iomap: use __set_page_dirty_nobuffers | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-06-28 | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 17 | -20/+22 |
| 2021-06-28 | once: implement DO_ONCE_LITE for non-fast-path "do once" functionality | Tanner Love | 1 | -10/+3 |
| 2021-06-25 | xfs: don't wait on future iclogs when pushing the CIL | Dave Chinner | 1 | -7/+28 |
| 2021-06-25 | xfs: Fix a CIL UAF by getting get rid of the iclog callback lock | Dave Chinner | 3 | -35/+18 |
| 2021-06-25 | xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacks | Dave Chinner | 1 | -10/+6 |
| 2021-06-25 | xfs: don't nest icloglock inside ic_callback_lock | Dave Chinner | 1 | -14/+4 |
| 2021-06-25 | xfs: Initialize error in xfs_attr_remove_iter | Allison Henderson | 1 | -1/+1 |
| 2021-06-21 | xfs: fix endianness issue in xfs_ag_shrink_space | Darrick J. Wong | 1 | -3/+4 |
| 2021-06-21 | xfs: remove dead stale buf unpin handling code | Brian Foster | 1 | -19/+2 |
| 2021-06-21 | xfs: hold buffer across unpin and potential shutdown processing | Brian Foster | 1 | -16/+21 |
| 2021-06-21 | xfs: force the log offline when log intent item recovery fails | Darrick J. Wong | 2 | -1/+7 |
| 2021-06-21 | xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodes | Darrick J. Wong | 1 | -1/+9 |
| 2021-06-21 | xfs: shorten the shutdown messages to a single line | Darrick J. Wong | 1 | -8/+8 |
| 2021-06-21 | xfs: print name of function causing fs shutdown instead of hex pointer | Darrick J. Wong | 1 | -1/+1 |
| 2021-06-21 | xfs: fix type mismatches in the inode reclaim functions | Darrick J. Wong | 3 | -9/+9 |
| 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 | 2 | -64/+83 |
| 2021-06-21 | xfs: add iclog state trace events | Dave Chinner | 3 | -0/+88 |
| 2021-06-21 | xfs: xfs_log_force_lsn isn't passed a LSN | Dave Chinner | 13 | -65/+56 |
| 2021-06-21 | xfs: Fix CIL throttle hang when CIL space used going backwards | Dave Chinner | 3 | -24/+49 |
| 2021-06-21 | xfs: journal IO cache flush reductions | Dave Chinner | 4 | -48/+43 |
| 2021-06-21 | xfs: remove need_start_rec parameter from xlog_write() | Dave Chinner | 3 | -25/+25 |
| 2021-06-21 | xfs: CIL checkpoint flushes caches unconditionally | Dave Chinner | 1 | -4/+21 |
| 2021-06-21 | xfs: async blkdev cache flush | Dave Chinner | 2 | -0/+37 |
| 2021-06-21 | xfs: remove xfs_blkdev_issue_flush | Dave Chinner | 5 | -13/+5 |
| 2021-06-18 | xfs: separate CIL commit record IO | Dave Chinner | 3 | -3/+16 |
| 2021-06-18 | xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs() | Geert Uytterhoeven | 1 | -2/+2 |
| 2021-06-18 | xfs: log stripe roundoff is a property of the log | Dave Chinner | 3 | -37/+27 |
| 2021-06-18 | xfs: remove redundant initialization of variable error | Shaokun Zhang | 1 | -1/+1 |
| 2021-06-18 | xfs: perag may be null in xfs_imap() | Dave Chinner | 1 | -1/+2 |
| 2021-06-18 | Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso... | Darrick J. Wong | 8 | -466/+1032 |
| 2021-06-09 | xfs: Make attr name schemes consistent | Allison Henderson | 3 | -11/+11 |
| 2021-06-09 | xfs: Fix default ASSERT in xfs_attr_set_iter | Allison Henderson | 1 | -1/+1 |
| 2021-06-08 | xfs: rename struct xfs_eofblocks to xfs_icwalk | Darrick J. Wong | 5 | -130/+130 |
| 2021-06-08 | xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_ | Darrick J. Wong | 4 | -26/+52 |
| 2021-06-08 | xfs: selectively keep sick inodes in memory | Darrick J. Wong | 1 | -6/+39 |
| 2021-06-08 | xfs: drop IDONTCACHE on inodes when we mark them sick | Darrick J. Wong | 1 | -0/+9 |
| 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 | 9 | -462/+504 |
| 2021-06-08 | Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc... | Darrick J. Wong | 5 | -26/+40 |
| 2021-06-08 | Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or... | Darrick J. Wong | 3 | -6/+6 |
| 2021-06-08 | xfs: drop the AGI being passed to xfs_check_agi_freecount | Dave Chinner | 1 | -15/+13 |
| 2021-06-08 | Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g... | Darrick J. Wong | 60 | -1389/+1408 |
| 2021-06-08 | Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern... | Darrick J. Wong | 3 | -189/+120 |
| 2021-06-07 | xfs: merge xfs_buf_allocate_memory | Dave Chinner | 1 | -31/+13 |
| 2021-06-07 | xfs: cleanup error handling in xfs_buf_get_map | Christoph Hellwig | 1 | -8/+7 |
| 2021-06-07 | xfs: get rid of xb_to_gfp() | Dave Chinner | 1 | -4/+6 |
| 2021-06-07 | xfs: simplify the b_page_count calculation | Christoph Hellwig | 1 | -11/+3 |
| 2021-06-07 | xfs: remove ->b_offset handling for page backed buffers | Christoph Hellwig | 2 | -6/+5 |
| 2021-06-03 | xfs: refactor per-AG inode tagging functions | Darrick J. Wong | 4 | -88/+80 |
| 2021-06-03 | xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag | Darrick J. Wong | 3 | -115/+53 |
| 2021-06-03 | xfs: pass struct xfs_eofblocks to the inode scan callback | Darrick J. Wong | 1 | -19/+15 |
| 2021-06-03 | xfs: fix radix tree tag signs | Darrick J. Wong | 2 | -3/+3 |
| 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 | 2 | -26/+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 | 2 | -21/+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 | 2 | -12/+12 |
| 2021-06-03 | xfs: move the quotaoff dqrele inode walk into xfs_icache.c | Darrick J. Wong | 4 | -57/+71 |
| 2021-06-02 | xfs: don't take a spinlock unconditionally in the DIO fastpath | Dave Chinner | 1 | -11/+31 |
| 2021-06-02 | xfs: mark xfs_bmap_set_attrforkoff static | Christoph Hellwig | 2 | -2/+1 |
| 2021-06-02 | xfs: Remove redundant assignment to busy | Jiapeng Chong | 1 | -1/+0 |
| 2021-06-02 | xfs: sort variable alphabetically to avoid repeated declaration | Shaokun Zhang | 1 | -12/+8 |
| 2021-06-02 | xfs: remove xfs_perag_t | Dave Chinner | 3 | -35/+35 |
| 2021-06-02 | xfs: use perag through unlink processing | Dave Chinner | 3 | -80/+87 |
| 2021-06-02 | xfs: clean up and simplify xfs_dialloc() | Dave Chinner | 1 | -118/+153 |
| 2021-06-02 | xfs: inode allocation can use a single perag instance | Dave Chinner | 1 | -3/+3 |
| 2021-06-02 | xfs: get rid of xfs_dir_ialloc() | Dave Chinner | 6 | -93/+44 |
| 2021-06-02 | xfs: collapse AG selection for inode allocation | Dave Chinner | 1 | -147/+78 |
| 2021-06-02 | xfs: simplify xfs_dialloc_select_ag() return values | Dave Chinner | 2 | -18/+8 |
| 2021-06-02 | xfs: remove agno from btree cursor | Dave Chinner | 19 | -130/+130 |
| 2021-06-02 | xfs: use perag for ialloc btree cursors | Dave Chinner | 6 | -116/+109 |
| 2021-06-02 | xfs: convert allocbt cursors to use perags | Dave Chinner | 7 | -43/+32 |
| 2021-06-02 | xfs: convert refcount btree cursor to use perags | Dave Chinner | 9 | -44/+50 |
| 2021-06-02 | xfs: convert rmap btree cursor to using a perag | Dave Chinner | 11 | -46/+42 |
| 2021-06-02 | xfs: add a perag to the btree cursor | Dave Chinner | 21 | -70/+119 |
| 2021-06-02 | xfs: pass perags around in fsmap data dev functions | Dave Chinner | 2 | -31/+59 |
| 2021-06-02 | xfs: push perags through the ag reservation callouts | Dave Chinner | 7 | -23/+23 |
| 2021-06-02 | xfs: pass perags through to the busy extent code | Dave Chinner | 9 | -63/+57 |
| 2021-06-02 | xfs: convert secondary superblock walk to use perags | Dave Chinner | 1 | -5/+7 |
| 2021-06-02 | xfs: convert xfs_iwalk to use perag references | Dave Chinner | 2 | -38/+64 |
| 2021-06-02 | xfs: convert raw ag walks to use for_each_perag | Dave Chinner | 4 | -38/+43 |
| 2021-06-02 | xfs: make for_each_perag... a first class citizen | Dave Chinner | 6 | -52/+39 |
| 2021-06-02 | xfs: move perag structure and setup to libxfs/xfs_ag.[ch] | Dave Chinner | 7 | -243/+252 |
| 2021-06-02 | xfs: prepare for moving perag definitions and support to libxfs | Dave Chinner | 2 | -33/+42 |
| 2021-06-02 | xfs: move xfs_perag_get/put to xfs_ag.[ch] | Dave Chinner | 31 | -160/+172 |
| 2021-06-01 | xfs: remove unnecessary shifts | Darrick J. Wong | 1 | -3/+3 |
| 2021-06-01 | xfs: clean up open-coded fs block unit conversions | Darrick J. Wong | 2 | -3/+3 |
| 2021-06-01 | xfs: Clean up xfs_attr_node_addname_clear_incomplete | Allison Henderson | 1 | -8/+3 |
| 2021-06-01 | xfs: Remove xfs_attr_rmtval_set | Allison Henderson | 2 | -67/+0 |
| 2021-06-01 | xfs: Add delay ready attr set routines | Allison Henderson | 5 | -220/+610 |
| 2021-06-01 | xfs: Add delay ready attr remove routines | Allison Henderson | 6 | -86/+327 |
| 2021-06-01 | xfs: Hoist node transaction handling | Allison Henderson | 1 | -26/+29 |
| 2021-06-01 | xfs: Hoist xfs_attr_leaf_addname | Allison Henderson | 2 | -114/+96 |
| 2021-06-01 | xfs: Hoist xfs_attr_node_addname | Allison Henderson | 1 | -84/+75 |
| 2021-06-01 | xfs: Add helper xfs_attr_node_addname_find_attr | Allison Henderson | 1 | -33/+54 |
| 2021-06-01 | xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete | Allison Henderson | 1 | -0/+23 |
| 2021-06-01 | xfs: Refactor xfs_attr_set_shortform | Allison Henderson | 1 | -28/+14 |
| 2021-06-01 | xfs: Add xfs_attr_node_remove_name | Allison Henderson | 1 | -9/+20 |
| 2021-06-01 | xfs: Reverse apply 72b97ea40d | Allison Henderson | 1 | -19/+9 |
| 2021-06-01 | xfs: move page freeing into _xfs_buf_free_pages() | Dave Chinner | 1 | -38/+23 |
| 2021-06-01 | xfs: merge _xfs_buf_get_pages() | Dave Chinner | 1 | -34/+14 |
| 2021-06-01 | xfs: use alloc_pages_bulk_array() for buffers | Dave Chinner | 1 | -38/+24 |
| 2021-06-01 | xfs: use xfs_buf_alloc_pages for uncached buffers | Dave Chinner | 2 | -22/+6 |
| 2021-06-01 | xfs: split up xfs_buf_allocate_memory | Dave Chinner | 1 | -52/+74 |
| 2021-05-27 | xfs: bunmapi has unnecessary AG lock ordering issues | Dave Chinner | 1 | -11/+0 |
| 2021-05-27 | xfs: btree format inode forks can have zero extents | Dave Chinner | 1 | -1/+0 |
| 2021-05-26 | xfs: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 17 | -20/+22 |
| 2021-05-24 | xfs: validate extsz hints against rt extent size when rtinherit is set | Darrick J. Wong | 5 | -0/+85 |
| 2021-05-24 | xfs: standardize extent size hint validation | Darrick J. Wong | 2 | -73/+41 |
| 2021-05-24 | xfs: check free AG space when making per-AG reservations | Darrick J. Wong | 1 | -3/+15 |
| 2021-05-20 | xfs: restore old ioctl definitions | Darrick J. Wong | 1 | -0/+4 |
| 2021-05-20 | xfs: fix deadlock retry tracepoint arguments | Darrick J. Wong | 1 | -1/+3 |
| 2021-05-20 | xfs: retry allocations when locality-based search fails | Darrick J. Wong | 1 | -1/+14 |
| 2021-05-16 | xfs: adjust rt allocation minlen when extszhint > rtextsize | Darrick J. Wong | 1 | -26/+57 |
| 2021-05-06 | Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
| 2021-05-06 | Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 18 | -68/+143 |
| 2021-05-04 | iomap: remove unused private field from ioend | Brian Foster | 1 | -1/+1 |
| 2021-05-04 | xfs: don't allow log writes if the data device is readonly | Darrick J. Wong | 1 | -4/+6 |
| 2021-04-29 | Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 91 | -1302/+1458 |
| 2021-04-29 | xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_range | Darrick J. Wong | 1 | -1/+2 |
| 2021-04-29 | xfs: set aside allocation btree blocks from block reservation | Brian Foster | 1 | -1/+14 |
| 2021-04-29 | xfs: introduce in-core global counter of allocbt blocks | Brian Foster | 3 | -0/+22 |
| 2021-04-29 | xfs: unconditionally read all AGFs on mounts with perag reservation | Brian Foster | 1 | -11/+23 |
| 2021-04-29 | xfs: count free space btree blocks when scrubbing pre-lazysbcount fses | Darrick J. Wong | 1 | -1/+38 |
| 2021-04-29 | xfs: update superblock counters correctly for !lazysbcount | Dave Chinner | 2 | -3/+16 |
| 2021-04-29 | xfs: don't check agf_btreeblks on pre-lazysbcount filesystems | Darrick J. Wong | 2 | -2/+8 |
| 2021-04-29 | xfs: remove obsolete AGF counter debugging | Darrick J. Wong | 6 | -31/+0 |
| 2021-04-27 | Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -7/+7 |
| 2021-04-27 | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -204/+80 |
| 2021-04-22 | xfs: rename struct xfs_legacy_ictimestamp | Christoph Hellwig | 4 | -6/+6 |
| 2021-04-22 | xfs: rename xfs_ictimestamp_t | Christoph Hellwig | 4 | -9/+9 |
| 2021-04-16 | xfs: remove xfs_quiesce_attr declaration | Darrick J. Wong | 1 | -1/+0 |
| 2021-04-15 | xfs: remove XFS_IFEXTENTS | Christoph Hellwig | 12 | -49/+19 |
| 2021-04-15 | xfs: remove XFS_IFINLINE | Christoph Hellwig | 11 | -29/+18 |
| 2021-04-15 | xfs: remove XFS_IFBROOT | Christoph Hellwig | 4 | -14/+8 |
| 2021-04-15 | xfs: only look at the fork format in xfs_idestroy_fork | Christoph Hellwig | 1 | -7/+6 |
| 2021-04-15 | xfs: simplify xfs_attr_remove_args | Christoph Hellwig | 1 | -13/+8 |
| 2021-04-15 | xfs: rename and simplify xfs_bmap_one_block | Christoph Hellwig | 5 | -39/+27 |
| 2021-04-15 | xfs: move the XFS_IFEXTENTS check into xfs_iread_extents | Christoph Hellwig | 8 | -93/+62 |
| 2021-04-12 | xfs: convert to fileattr | Miklos Szeredi | 6 | -204/+80 |
| 2021-04-09 | xfs: drop unnecessary setfilesize helper | Brian Foster | 1 | -20/+9 |
| 2021-04-09 | xfs: drop unused ioend private merge and setfilesize code | Brian Foster | 1 | -45/+1 |
| 2021-04-09 | xfs: open code ioend needs workqueue helper | Brian Foster | 1 | -8/+3 |
| 2021-04-09 | xfs: drop submit side trans alloc for append ioends | Brian Foster | 1 | -42/+3 |
| 2021-04-09 | xfs: fix return of uninitialized value in variable error | Colin Ian King | 1 | -0/+1 |
| 2021-04-09 | xfs: get rid of the ip parameter to xchk_setup_* | Darrick J. Wong | 19 | -93/+61 |
| 2021-04-09 | xfs: fix scrub and remount-ro protection when running scrub | Darrick J. Wong | 4 | -17/+35 |
| 2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 8 | -16/+17 |
| 2021-04-07 | xfs: move the check for post-EOF mappings into xfs_can_free_eofblocks | Darrick J. Wong | 2 | -82/+99 |
| 2021-04-07 | xfs: move the xfs_can_free_eofblocks call under the IOLOCK | Darrick J. Wong | 1 | -8/+7 |
| 2021-04-07 | xfs: precalculate default inode attribute offset | Dave Chinner | 4 | -12/+28 |
| 2021-04-07 | xfs: default attr fork size does not handle device inodes | Dave Chinner | 1 | -2/+7 |
| 2021-04-07 | xfs: inode fork allocation depends on XFS_IFEXTENT flag | Dave Chinner | 1 | -0/+1 |
| 2021-04-07 | xfs: eager inode attr fork init needs attr feature awareness | Dave Chinner | 1 | -1/+1 |
| 2021-04-07 | xfs: scrub: Disable check for unoptimized data fork bmbt node | Chandan Babu R | 1 | -2/+28 |
| 2021-04-07 | xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate... | Chandan Babu R | 1 | -1/+3 |
| 2021-04-07 | xfs: deprecate BMV_IF_NO_DMAPI_READ flag | Anthony Iliopoulos | 2 | -3/+1 |
| 2021-04-07 | xfs: merge _xfs_dic2xflags into xfs_ip2xflags | Christoph Hellwig | 1 | -32/+22 |
| 2021-04-07 | xfs: move the di_crtime field to struct xfs_inode | Christoph Hellwig | 9 | -29/+11 |
| 2021-04-07 | xfs: move the di_flags2 field to struct xfs_inode | Christoph Hellwig | 13 | -52/+49 |
| 2021-04-07 | xfs: move the di_flags field to struct xfs_inode | Christoph Hellwig | 17 | -47/+46 |
| 2021-04-07 | xfs: move the di_forkoff field to struct xfs_inode | Christoph Hellwig | 9 | -39/+39 |
| 2021-04-07 | xfs: use a union for i_cowextsize and i_flushiter | Christoph Hellwig | 4 | -11/+20 |
| 2021-04-07 | xfs: use XFS_B_TO_FSB in xfs_ioctl_setattr | Christoph Hellwig | 1 | -2/+2 |
| 2021-04-07 | xfs: cleanup xfs_fill_fsxattr | Christoph Hellwig | 1 | -2/+4 |
| 2021-04-07 | xfs: move the di_flushiter field to struct xfs_inode | Christoph Hellwig | 6 | -15/+14 |
| 2021-04-07 | xfs: move the di_cowextsize field to struct xfs_inode | Christoph Hellwig | 9 | -15/+13 |
| 2021-04-07 | xfs: move the di_extsize field to struct xfs_inode | Christoph Hellwig | 8 | -16/+16 |
| 2021-04-07 | xfs: move the di_nblocks field to struct xfs_inode | Christoph Hellwig | 16 | -34/+33 |
| 2021-04-07 | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig | 29 | -98/+98 |
| 2021-04-07 | xfs: move the di_projid field to struct xfs_inode | Christoph Hellwig | 13 | -23/+23 |
| 2021-04-07 | xfs: don't clear the "dinode core" in xfs_inode_alloc | Christoph Hellwig | 1 | -1/+2 |
| 2021-04-07 | xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode | Christoph Hellwig | 6 | -17/+35 |
| 2021-04-07 | xfs: remove the unused xfs_icdinode_has_bigtime helper | Christoph Hellwig | 1 | -5/+0 |
| 2021-04-07 | xfs: handle crtime more carefully in xfs_bulkstat_one_int | Christoph Hellwig | 1 | -2/+2 |
| 2021-04-07 | xfs: consistently initialize di_flags2 | Christoph Hellwig | 2 | -1/+1 |
| 2021-04-07 | xfs: split xfs_imap_to_bp | Christoph Hellwig | 7 | -36/+17 |
| 2021-04-07 | xfs: scrub: Remove incorrect check executed on block format directories | Chandan Babu R | 1 | -9/+0 |
| 2021-04-07 | xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extents | Chandan Babu R | 1 | -1/+2 |
| 2021-04-07 | xfs: Fix dax inode extent calculation when direct write is performed on an un... | Chandan Babu R | 1 | -2/+3 |