| Commit message (Expand) | Author | Age | Files | Lines |
* | set_blocksize(): switch to passing struct file * | Al Viro | 2024-05-02 | 1 | -1/+1 |
* | Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2024-04-06 | 1 | -2/+13 |
|\ |
|
| * | xfs: allow cross-linking special files without project quota | Andrey Albershteyn | 2024-04-01 | 1 | -2/+13 |
* | | Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-04-05 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | fs,block: yield devices early | Christian Brauner | 2024-03-27 | 2 | -4/+4 |
* | | xfs: don't use current->journal_info | Dave Chinner | 2024-03-25 | 4 | -21/+7 |
* | | xfs: allow sunit mount option to repair bad primary sb stripe values | Dave Chinner | 2024-03-25 | 2 | -11/+34 |
|/ |
|
* | Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2024-03-22 | 3 | -9/+22 |
|\ |
|
| * | xfs: quota radix tree allocations need to be NOFS on insert | Dave Chinner | 2024-03-15 | 1 | -5/+13 |
| * | xfs: fix dev_t usage in xmbuf tracepoints | Darrick J. Wong | 2024-03-15 | 2 | -4/+9 |
* | | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2024-03-13 | 176 | -3515/+13139 |
|\| |
|
| * | xfs: shrink failure needs to hold AGI buffer | Dave Chinner | 2024-03-07 | 1 | -1/+10 |
| * | xfs: use kvfree() in xlog_cil_free_logvec() | Dave Chinner | 2024-02-28 | 1 | -2/+2 |
| * | xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL | Dave Chinner | 2024-02-28 | 1 | -1/+1 |
| * | xfs: fix scrub stats file permissions | Darrick J. Wong | 2024-02-26 | 1 | -2/+2 |
| * | xfs: fix log recovery erroring out on refcount recovery failure | Darrick J. Wong | 2024-02-24 | 1 | -0/+1 |
| * | xfs: move symlink target write function to libxfs | Darrick J. Wong | 2024-02-22 | 3 | -64/+84 |
| * | xfs: move remote symlink target read function to libxfs | Darrick J. Wong | 2024-02-22 | 5 | -77/+80 |
| * | xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h | Darrick J. Wong | 2024-02-22 | 8 | -14/+28 |
| * | xfs: xfs_bmap_finish_one should map unwritten extents properly | Darrick J. Wong | 2024-02-22 | 1 | -0/+2 |
| * | xfs: support deferred bmap updates on the attr fork | Darrick J. Wong | 2024-02-22 | 4 | -38/+29 |
| * | xfs: support recovering bmap intent items targetting realtime extents | Darrick J. Wong | 2024-02-22 | 1 | -0/+9 |
| * | xfs: add a realtime flag to the bmap update log redo items | Darrick J. Wong | 2024-02-22 | 3 | -6/+29 |
| * | xfs: fix xfs_bunmapi to allow unmapping of partial rt extents | Darrick J. Wong | 2024-02-22 | 1 | -2/+2 |
| * | xfs: add a xattr_entry helper | Darrick J. Wong | 2024-02-22 | 1 | -4/+7 |
| * | xfs: move xfs_bmap_defer_add to xfs_bmap_item.c | Darrick J. Wong | 2024-02-22 | 4 | -8/+20 |
| * | xfs: reuse xfs_bmap_update_cancel_item | Darrick J. Wong | 2024-02-22 | 1 | -13/+12 |
| * | xfs: add a bi_entry helper | Darrick J. Wong | 2024-02-22 | 1 | -10/+9 |
| * | xfs: remove xfs_trans_set_bmap_flags | Darrick J. Wong | 2024-02-22 | 1 | -25/+13 |
| * | xfs: clean up bmap log intent item tracepoint callsites | Darrick J. Wong | 2024-02-22 | 4 | -47/+33 |
| * | xfs: split tracepoint classes for deferred items | Darrick J. Wong | 2024-02-22 | 1 | -85/+166 |
| * | xfs: port refcount repair to the new refcount bag structure | Darrick J. Wong | 2024-02-22 | 4 | -107/+81 |
| * | xfs: create refcount bag structure for btree repairs | Darrick J. Wong | 2024-02-22 | 5 | -0/+401 |
| * | xfs: define an in-memory btree for storing refcount bag info during repairs | Darrick J. Wong | 2024-02-22 | 5 | -1/+390 |
| * | xfs: hook live rmap operations during a repair operation | Darrick J. Wong | 2024-02-22 | 12 | -39/+392 |
| * | xfs: create a shadow rmap btree during rmap repair | Darrick J. Wong | 2024-02-22 | 9 | -84/+377 |
| * | xfs: repair the rmapbt | Darrick J. Wong | 2024-02-22 | 18 | -19/+1608 |
| * | xfs: create agblock bitmap helper to count the number of set regions | Darrick J. Wong | 2024-02-22 | 3 | -0/+21 |
| * | xfs: create a helper to decide if a file mapping targets the rt volume | Darrick J. Wong | 2024-02-22 | 4 | -4/+14 |
| * | xfs: launder in-memory btree buffers before transaction commit | Darrick J. Wong | 2024-02-22 | 7 | -0/+236 |
| * | xfs: support in-memory btrees | Darrick J. Wong | 2024-02-22 | 13 | -39/+673 |
| * | xfs: add a xfs_btree_ptrs_equal helper | Christoph Hellwig | 2024-02-22 | 1 | -13/+17 |
| * | xfs: support in-memory buffer cache targets | Darrick J. Wong | 2024-02-22 | 8 | -46/+369 |
| * | xfs: teach buftargs to maintain their own buffer hashtable | Darrick J. Wong | 2024-02-22 | 5 | -38/+67 |
| * | xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftarg | Christoph Hellwig | 2024-02-22 | 1 | -4/+4 |
| * | xfs: remove xfs_setsize_buftarg_early | Christoph Hellwig | 2024-02-22 | 1 | -15/+7 |
| * | xfs: remove the xfs_buftarg_t typedef | Christoph Hellwig | 2024-02-22 | 4 | -16/+16 |
| * | xfs: split xfs_buf_rele for cached vs uncached buffers | Christoph Hellwig | 2024-02-22 | 1 | -15/+31 |
| * | xfs: move and rename xfs_btree_read_bufl | Christoph Hellwig | 2024-02-22 | 3 | -51/+25 |
| * | xfs: remove xfs_btree_reada_bufs | Christoph Hellwig | 2024-02-22 | 3 | -42/+14 |