index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_super.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-09-23
1
-84
/
+2
|
\
|
*
xfs: remove CPU hotplug infrastructure
Darrick J. Wong
2023-09-11
1
-41
/
+1
|
*
xfs: remove the all-mounts list
Darrick J. Wong
2023-09-11
1
-39
/
+0
|
*
xfs: use per-mount cpumask to track nonempty percpu inodegc lists
Darrick J. Wong
2023-09-11
1
-3
/
+1
|
*
xfs: fix per-cpu CIL structure aggregation racing with dying cpus
Darrick J. Wong
2023-09-11
1
-1
/
+0
*
|
Revert "xfs: switch to multigrain timestamps"
Christian Brauner
2023-09-20
1
-1
/
+1
|
/
*
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-08-30
1
-5
/
+48
|
\
|
*
xfs: track usage statistics of online fsck
Darrick J. Wong
2023-08-10
1
-3
/
+18
|
*
xfs: create scaffolding for creating debugfs entries
Darrick J. Wong
2023-08-10
1
-2
/
+30
*
|
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
1
-56
/
+80
|
\
\
|
*
|
xfs use fs_holder_ops for the log and RT devices
Christoph Hellwig
2023-08-11
1
-15
/
+4
|
*
|
xfs: drop s_umount over opening the log and RT devices
Christoph Hellwig
2023-08-11
1
-4
/
+14
|
*
|
xfs: document the invalidate_bdev call in invalidate_bdev
Christoph Hellwig
2023-08-10
1
-0
/
+26
|
*
|
xfs: close the external block devices in xfs_mount_free
Christoph Hellwig
2023-08-10
1
-14
/
+22
|
*
|
xfs: remove xfs_blkdev_put
Christoph Hellwig
2023-08-10
1
-13
/
+5
|
*
|
xfs: free the xfs_mount in ->kill_sb
Christoph Hellwig
2023-08-10
1
-9
/
+11
|
*
|
xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_super
Christoph Hellwig
2023-08-10
1
-4
/
+0
|
*
|
xfs: reformat the xfs_fs_free prototype
Christoph Hellwig
2023-08-10
1
-1
/
+2
|
|
/
*
/
xfs: switch to multigrain timestamps
Jeff Layton
2023-08-11
1
-1
/
+1
|
/
*
Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-06-29
1
-4
/
+0
|
\
|
*
xfs: drop EXPERIMENTAL tag for large extent counts
Darrick J. Wong
2023-06-13
1
-4
/
+0
*
|
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-7
/
+27
|
\
\
|
|
/
|
/
|
|
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-1
/
+1
|
*
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
1
-7
/
+8
|
*
xfs: wire up the ->mark_dead holder operation for log and RT devices
Christoph Hellwig
2023-06-05
1
-1
/
+12
|
*
xfs: wire up sops->shutdown
Christoph Hellwig
2023-06-05
1
-0
/
+8
|
*
block: introduce holder ops
Christoph Hellwig
2023-06-05
1
-1
/
+1
*
|
xfs: collect errors from inodegc for unlinked inode recovery
Dave Chinner
2023-06-05
1
-0
/
+1
|
/
*
xfs: check that per-cpu inodegc workers actually run on that cpu
Darrick J. Wong
2023-05-02
1
-0
/
+3
*
xfs: deprecate the ascii-ci feature
Darrick J. Wong
2023-04-12
1
-0
/
+13
*
xfs: test dir/attr hash when loading module
Darrick J. Wong
2023-03-19
1
-0
/
+5
*
xfs: perags need atomic operational state
Dave Chinner
2023-02-12
1
-18
/
+28
*
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2023-02-12
1
-1
/
+0
*
xfs: Print XFS UUID on mount and umount events.
Lukas Herbolt
2022-11-17
1
-1
/
+1
*
xfs: refactor all the EFI/EFD log item sizeof logic
Darrick J. Wong
2022-10-31
1
-8
/
+4
*
xfs: fix memcpy fortify errors in EFI log format copying
Darrick J. Wong
2022-10-31
1
-2
/
+2
*
fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
Lukas Czerner
2022-09-30
1
-2
/
+8
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
1
-2
/
+4
|
\
|
*
xfs: fail dax mount if reflink is enabled on a partition
Shiyang Ruan
2022-07-30
1
-2
/
+4
*
|
xfs: xfs_buf cache destroy isn't RCU safe
Dave Chinner
2022-07-21
1
-9
/
+13
*
|
Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...
Darrick J. Wong
2022-07-14
1
-0
/
+10
|
\
\
|
*
|
xfs: add in-memory iunlink log item
Dave Chinner
2022-07-14
1
-0
/
+10
*
|
|
xfs: introduce per-cpu CIL tracking structure
Dave Chinner
2022-07-01
1
-0
/
+1
|
/
/
*
|
xfs: introduce xfs_inodegc_push()
Dave Chinner
2022-06-23
1
-2
/
+5
*
|
xfs: bound maximum wait time for inodegc work
Dave Chinner
2022-06-23
1
-1
/
+1
|
/
*
Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...
Linus Torvalds
2022-06-02
1
-0
/
+20
|
\
|
*
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
2022-05-27
1
-0
/
+1
|
*
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
2022-05-22
1
-0
/
+19
*
|
Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-05-26
1
-2
/
+16
|
\
|
|
*
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
1
-0
/
+4
|
|
\
[next]