summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-03-26xfs: fix xfs_trans slab cache nameAnthony Iliopoulos1-1/+1
2021-03-26xfs: Skip repetitive warnings about mount optionsPavel Reichl1-4/+20
2021-03-26xfs: rename variable mp to parsing_mpPavel Reichl1-51/+51
2021-03-26xfs: rename the blockgc workqueueDarrick J. Wong1-4/+4
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-03xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong1-1/+1
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong1-2/+2
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong1-4/+4
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong1-6/+5
2021-02-03xfs: hide xfs_icache_free_cowblocksDarrick J. Wong1-1/+1
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong1-9/+14
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-1/+1
2021-01-23xfs: cover the log on freeze instead of cleaning itBrian Foster1-2/+1
2021-01-23xfs: remove xfs_quiesce_attr()Brian Foster1-22/+2
2021-01-23xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster1-5/+0
2021-01-23xfs: fold sbcount quiesce logging into log coveringBrian Foster1-8/+0
2021-01-23xfs: separate log cleaning from log quiesceBrian Foster1-1/+1
2020-12-09xfs: show the proper user quota optionsKaixu Xia1-4/+6
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong1-13/+13
2020-12-09xfs: refactor file range validationDarrick J. Wong1-1/+1
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong1-0/+7
2020-12-09xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong1-0/+32
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-25xfs: remove deprecated mount optionsPavel Reichl1-13/+18
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-09-16xfs: deprecate the V4 formatDarrick J. Wong1-0/+13
2020-09-16xfs: trace timestamp limitsDarrick J. Wong1-0/+1
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-2/+11
2020-09-16xfs: explicitly define inode timestamp rangeDarrick J. Wong1-2/+2
2020-09-16xfs: store inode btree block counts in AGI headerDarrick J. Wong1-0/+4
2020-09-07xfs: xfs_iflock is no longer a completionDave Chinner1-5/+5
2020-07-17xfs: preserve inode versioning across remountsEric Sandeen1-0/+4
2020-07-09xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimWaiman Long1-1/+11
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner1-3/+0
2020-06-03Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-06-03Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-18/+50
2020-05-27xfs: remove the m_active_trans counterDave Chinner1-12/+5
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-05-14xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin1-1/+2
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny1-1/+1
2020-05-04fs/xfs: Make DAX mount option a tri-stateIra Weiny1-4/+42
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny1-4/+4
2020-04-16xfs: move inode flush to the sync workqueueDarrick J. Wong1-18/+22
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong1-0/+14
2020-03-27xfs: correctly acount for reclaimable slabsDave Chinner1-1/+2
2020-02-09Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3