summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: cover the log on freeze instead of cleaning itBrian Foster2021-01-221-2/+1
* xfs: remove xfs_quiesce_attr()Brian Foster2021-01-221-22/+2
* xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster2021-01-221-5/+0
* xfs: fold sbcount quiesce logging into log coveringBrian Foster2021-01-221-8/+0
* xfs: separate log cleaning from log quiesceBrian Foster2021-01-221-1/+1
* xfs: show the proper user quota optionsKaixu Xia2020-12-091-4/+6
* xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong2020-12-091-13/+13
* xfs: refactor file range validationDarrick J. Wong2020-12-091-1/+1
* xfs: define a new "needrepair" featureDarrick J. Wong2020-12-091-0/+7
* xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong2020-12-081-0/+32
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | xfs: remove deprecated mount optionsPavel Reichl2020-09-251-13/+18
* | xfs: deprecate the V4 formatDarrick J. Wong2020-09-151-0/+13
* | xfs: trace timestamp limitsDarrick J. Wong2020-09-151-0/+1
* | xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-2/+11
* | xfs: explicitly define inode timestamp rangeDarrick J. Wong2020-09-151-2/+2
* | xfs: store inode btree block counts in AGI headerDarrick J. Wong2020-09-151-0/+4
* | xfs: xfs_iflock is no longer a completionDave Chinner2020-09-061-5/+5
|/
* xfs: preserve inode versioning across remountsEric Sandeen2020-07-171-0/+4
* xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimWaiman Long2020-07-091-1/+11
* xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner2020-07-071-3/+0
* Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-1/+1
|\
| * fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny2020-05-131-1/+1
* | Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-18/+50
|\ \
| * | xfs: remove the m_active_trans counterDave Chinner2020-05-271-12/+5
| * | xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin2020-05-131-1/+2
| * | fs/xfs: Make DAX mount option a tri-stateIra Weiny2020-05-041-4/+42
| * | fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny2020-05-041-4/+4
| |/
* / block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
|/
* xfs: move inode flush to the sync workqueueDarrick J. Wong2020-04-161-18/+22
* xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong2020-03-311-0/+14
* xfs: correctly acount for reclaimable slabsDave Chinner2020-03-271-1/+2
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong2020-01-141-27/+21
|/
* xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino2019-11-181-35/+35
* xfs: Remove slab init wrappersCarlos Maiolino2019-11-181-40/+59
* xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter2019-11-101-1/+1
* xfs: remove redundant assignment to variable errorColin Ian King2019-11-061-1/+1
* xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Ian Kent2019-11-051-30/+19
* xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Ian Kent2019-11-051-258/+259
* xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Ian Kent2019-11-051-58/+58
* xfs: move xfs_fc_reconfigure() above xfs_fc_free()Ian Kent2019-11-051-162/+162
* xfs: switch to use the new mount-apiIan Kent2019-11-051-237/+176
* xfs: dont set sb in xfs_mount_alloc()Ian Kent2019-11-051-4/+3
* xfs: move xfs_parseargs() validation to a helperIan Kent2019-11-051-51/+58
* xfs: refactor xfs_parseags()Ian Kent2019-11-051-136/+152
* xfs: avoid redundant checks when options is emptyIan Kent2019-11-051-2/+1