index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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
2021-08-19
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
1
-6
/
+5
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
1
-17
/
+15
2021-08-19
xfs: convert mount flags to features
Dave Chinner
1
-73
/
+68
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-9
/
+9
2021-08-19
xfs: rework attr2 feature and mount options
Dave Chinner
1
-9
/
+7
2021-08-16
xfs: move the CIL workqueue to the CIL
Dave Chinner
1
-14
/
+1
2021-08-16
xfs: CIL work is serialised, not pipelined
Dave Chinner
1
-1
/
+5
2021-08-16
xfs: convert log flags to an operational state field
Dave Chinner
1
-1
/
+1
2021-08-09
xfs: drop experimental warnings for bigtime and inobtcount
Darrick J. Wong
1
-8
/
+0
2021-08-09
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
1
-7
/
+14
2021-08-09
xfs: flush inode inactivation work when compiling usage statistics
Darrick J. Wong
1
-0
/
+3
2021-08-06
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
1
-10
/
+104
2021-08-06
xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
Darrick J. Wong
1
-50
/
+0
2021-08-06
xfs: introduce all-mounts list for cpu hotplug notifications
Dave Chinner
1
-0
/
+40
2021-08-06
xfs: introduce CPU hotplug infrastructure
Dave Chinner
1
-1
/
+41
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
1
-30
/
+21
2021-06-21
xfs: remove xfs_blkdev_issue_flush
Dave Chinner
1
-7
/
+0
2021-06-08
Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...
Darrick J. Wong
1
-1
/
+1
2021-06-03
xfs: refactor per-AG inode tagging functions
Darrick J. Wong
1
-1
/
+1
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-0
/
+1
2021-04-07
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-03-25
xfs: fix xfs_trans slab cache name
Anthony Iliopoulos
1
-1
/
+1
2021-03-25
xfs: Skip repetitive warnings about mount options
Pavel Reichl
1
-4
/
+20
2021-03-25
xfs: rename variable mp to parsing_mp
Pavel Reichl
1
-51
/
+51
2021-03-25
xfs: rename the blockgc workqueue
Darrick J. Wong
1
-4
/
+4
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-02-03
xfs: expose the blockgc workqueue knobs publicly
Darrick J. Wong
1
-1
/
+1
2021-02-03
xfs: parallelize block preallocation garbage collection
Darrick J. Wong
1
-2
/
+2
2021-02-03
xfs: rename block gc start and stop functions
Darrick J. Wong
1
-4
/
+4
2021-02-03
xfs: consolidate the eofblocks and cowblocks workers
Darrick J. Wong
1
-6
/
+5
2021-02-03
xfs: hide xfs_icache_free_cowblocks
Darrick J. Wong
1
-1
/
+1
2021-02-03
xfs: set WQ_SYSFS on all workqueues in debug mode
Darrick J. Wong
1
-9
/
+14
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
1
-1
/
+1
2021-01-24
xfs: support idmapped mounts
Christoph Hellwig
1
-1
/
+1
2021-01-22
xfs: cover the log on freeze instead of cleaning it
Brian Foster
1
-2
/
+1
2021-01-22
xfs: remove xfs_quiesce_attr()
Brian Foster
1
-22
/
+2
2021-01-22
xfs: remove duplicate wq cancel and log force from attr quiesce
Brian Foster
1
-5
/
+0
2021-01-22
xfs: fold sbcount quiesce logging into log covering
Brian Foster
1
-8
/
+0
2021-01-22
xfs: separate log cleaning from log quiesce
Brian Foster
1
-1
/
+1
2020-12-09
xfs: show the proper user quota options
Kaixu Xia
1
-4
/
+6
2020-12-09
xfs: rename xfs_fc_* back to xfs_fs_*
Darrick J. Wong
1
-13
/
+13
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
1
-1
/
+1
2020-12-09
xfs: define a new "needrepair" feature
Darrick J. Wong
1
-0
/
+7
2020-12-08
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
1
-0
/
+32
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-09-25
xfs: remove deprecated mount options
Pavel Reichl
1
-13
/
+18
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
1
-2
/
+1
[next]