Age | Commit message (Expand) | Author | Files | Lines |
2023-08-28 | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2023-08-28 | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 6 | -96/+268 |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 9 | -24/+31 |
2023-08-23 | Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l... | Christian Brauner | 4 | -38/+183 |
2023-08-11 | xfs use fs_holder_ops for the log and RT devices | Christoph Hellwig | 1 | -15/+4 |
2023-08-11 | xfs: drop s_umount over opening the log and RT devices | Christoph Hellwig | 1 | -4/+14 |
2023-08-11 | fs: use the super_block as holder when mounting file systems | Christoph Hellwig | 1 | -1/+1 |
2023-08-11 | xfs: switch to multigrain timestamps | Jeff Layton | 3 | -7/+7 |
2023-08-11 | fs: drop the timespec64 argument from update_time | Jeff Layton | 1 | -1/+0 |
2023-08-11 | xfs: have xfs_vn_update_time gets its own timestamp | Jeff Layton | 1 | -5/+9 |
2023-08-10 | xfs: document the invalidate_bdev call in invalidate_bdev | Christoph Hellwig | 1 | -0/+26 |
2023-08-10 | xfs: close the external block devices in xfs_mount_free | Christoph Hellwig | 2 | -16/+22 |
2023-08-10 | xfs: close the RT and log block devices in xfs_free_buftarg | Christoph Hellwig | 1 | -0/+5 |
2023-08-10 | xfs: remove xfs_blkdev_put | Christoph Hellwig | 1 | -13/+5 |
2023-08-10 | xfs: free the xfs_mount in ->kill_sb | Christoph Hellwig | 1 | -9/+11 |
2023-08-10 | xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_super | Christoph Hellwig | 1 | -4/+0 |
2023-08-10 | xfs: reformat the xfs_fs_free prototype | Christoph Hellwig | 1 | -1/+2 |
2023-08-09 | fs: drop the timespec64 arg from generic_update_time | Jeff Layton | 1 | -2/+4 |
2023-08-04 | xfs: stabilize fs summary counters for online fsck | Darrick J. Wong | 4 | -38/+183 |
2023-07-25 | iomap: Add per-block dirty state tracking to improve performance | Ritesh Harjani (IBM) | 1 | -1/+1 |
2023-07-24 | xfs: convert to ctime accessor functions | Jeff Layton | 8 | -13/+15 |
2023-07-17 | xfs: convert flex-array declarations in xfs attr shortform objects | Darrick J. Wong | 2 | -1/+2 |
2023-07-17 | xfs: convert flex-array declarations in xfs attr leaf blocks | Darrick J. Wong | 2 | -10/+67 |
2023-07-17 | xfs: convert flex-array declarations in struct xfs_attrlist* | Darrick J. Wong | 1 | -2/+2 |
2023-07-09 | Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2023-07-08 | xfs: fix uninit warning in xfs_growfs_data | Darrick J. Wong | 1 | -1/+1 |
2023-07-06 | Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 21 | -331/+586 |
2023-07-03 | xfs: Remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2023-07-03 | xfs: AGI length should be bounds checked | Darrick J. Wong | 3 | -39/+60 |
2023-07-02 | xfs: fix the calculation for "end" and "length" | Shiyang Ruan | 1 | -4/+5 |
2023-07-02 | xfs: fix xfs_btree_query_range callers to initialize btree rec fully | Darrick J. Wong | 3 | -20/+13 |
2023-07-02 | xfs: validate fsmap offsets specified in the query keys | Darrick J. Wong | 1 | -11/+19 |
2023-07-02 | xfs: fix logdev fsmap query result filtering | Darrick J. Wong | 1 | -22/+8 |
2023-07-02 | xfs: clean up the rtbitmap fsmap backend | Darrick J. Wong | 2 | -53/+34 |
2023-07-02 | xfs: fix getfsmap reporting past the last rt extent | Darrick J. Wong | 1 | -1/+1 |
2023-07-02 | xfs: fix integer overflows in the fsmap rtbitmap and logdev backends | Darrick J. Wong | 1 | -26/+64 |
2023-07-02 | xfs: fix interval filtering in multi-step fsmap queries | Darrick J. Wong | 1 | -19/+48 |
2023-06-29 | Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 5 | -14/+19 |
2023-06-29 | xfs: fix bounds check in xfs_defer_agfl_block() | Dave Chinner | 1 | -5/+6 |
2023-06-29 | xfs: AGF length has never been bounds checked | Dave Chinner | 1 | -34/+56 |
2023-06-29 | xfs: journal geometry is not properly bounds checked | Dave Chinner | 2 | -33/+70 |
2023-06-29 | xfs: don't block in busy flushing when freeing extents | Dave Chinner | 4 | -30/+88 |
2023-06-29 | xfs: allow extent free intents to be retried | Dave Chinner | 1 | -3/+69 |
2023-06-29 | xfs: pass alloc flags through to xfs_extent_busy_flush() | Dave Chinner | 4 | -47/+56 |
2023-06-29 | xfs: use deferred frees for btree block freeing | Dave Chinner | 11 | -26/+33 |
2023-06-29 | xfs: don't reverse order of items in bulk AIL insertion | Dave Chinner | 1 | -1/+1 |
2023-06-29 | xfs: remove redundant initializations of pointers drop_leaf and save_leaf | Colin Ian King | 1 | -2/+0 |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+0 |
2023-06-28 | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+2 |
2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -8/+33 |