index
:
pub/scm/linux/kernel/git/mgr/linux.git
master
Linux kernel fork
Michael Grzeschik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
xfs: don't flush and invalidate internal RT device twice in xfs_shutdown_devices
Christoph Hellwig
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+5
2026-08-06
Merge tag 'xfs-fixes-7.2-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+52
2026-07-22
xfs: update BDI {io,ra}_pages values based on the RT device limits
Christoph Hellwig
1
-1
/
+52
2026-07-01
xfs: fix the error unwind in xfs_open_devices()
Christian Brauner
1
-0
/
+3
2026-06-29
xfs: port to fs_bdev_file_open_by_path()
Christian Brauner
1
-5
/
+5
2026-06-09
xfs: drop the experimental warning for the zoned allocator
Christoph Hellwig
1
-1
/
+0
2026-02-25
xfs: cleanup inode counter stats
Christoph Hellwig
1
-2
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-9
/
+0
2026-02-09
Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-6
/
+32
2026-01-30
xfs: allow setting errortags at mount time
Christoph Hellwig
1
-1
/
+7
2026-01-30
xfs: allocate m_errortag early
Christoph Hellwig
1
-0
/
+12
2026-01-28
Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...
Carlos Maiolino
1
-0
/
+12
2026-01-21
xfs: promote metadata directories and large block support
Darrick J. Wong
1
-4
/
+0
2026-01-21
xfs: directly include xfs_platform.h
Christoph Hellwig
1
-1
/
+1
2026-01-20
mm/block/fs: remove laptop_mode
Johannes Weiner
1
-9
/
+0
2026-01-20
xfs: convey file I/O errors to the health monitor
Darrick J. Wong
1
-0
/
+12
2026-01-12
xfs: implement ->sync_lazytime
Christoph Hellwig
1
-29
/
+0
2025-11-17
Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+4
2025-11-05
xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
Yongpeng Yang
1
-1
/
+4
2025-10-22
xfs: loudly complain about defunct mount options
Darrick J. Wong
1
-2
/
+18
2025-10-22
xfs: always warn about deprecated mount options
Darrick J. Wong
1
-8
/
+17
2025-10-21
xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
Christoph Hellwig
1
-1
/
+1
2025-10-21
xfs: cache open zone in inode->i_private
Christoph Hellwig
1
-0
/
+6
2025-09-29
Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-61
/
+6
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+8
2025-09-22
xfs: track the number of blocks in each buftarg
Christoph Hellwig
1
-3
/
+4
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-7
/
+8
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-09-05
xfs: remove deprecated mount options
Darrick J. Wong
1
-58
/
+2
2025-06-16
xfs: use xfs_readonly_buftarg in xfs_remount_rw
Christoph Hellwig
1
-3
/
+2
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-18
/
+90
2025-05-14
xfs: Fail remount with noattr2 on a v5 with v4 enabled
Nirjhar Roy (IBM)
1
-0
/
+26
2025-05-14
xfs: free up mp->m_free[0].count in error case
Wengang Wang
1
-1
/
+1
2025-05-14
xfs: remove some EXPERIMENTAL warnings
Darrick J. Wong
1
-7
/
+0
2025-05-07
xfs: allow sysadmins to specify a maximum atomic write limit at mount time
Darrick J. Wong
1
-1
/
+57
2025-05-07
xfs: separate out setting buftarg atomic writes limits
Darrick J. Wong
1
-3
/
+3
2025-05-07
xfs: only call xfs_setsize_buftarg once per buffer target
Darrick J. Wong
1
-4
/
+12
2025-04-30
xfs: allow ro mounts if rtdev or logdev are read-only
Hans Holmberg
1
-3
/
+18
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+12
2025-03-27
Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-36
/
+129
2025-03-24
Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2025-03-17
fs/dax: ensure all pages are idle prior to filesystem unmount
Alistair Popple
1
-0
/
+12
2025-03-07
bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()
Luis Chamberlain
1
-1
/
+2
2025-03-03
xfs: export zone stats in /proc/*/mountstats
Hans Holmberg
1
-0
/
+4
2025-03-03
xfs: wire up the show_stats super operation
Christoph Hellwig
1
-0
/
+9
2025-03-03
xfs: support write life time based data placement
Hans Holmberg
1
-0
/
+15
[next]