summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-16xfs: log head and tail aren't reliable during shutdownDave Chinner1-24/+27
2021-08-16xfs: don't run shutdown callbacks on active iclogsDave Chinner2-12/+38
2021-08-16xfs: separate out log shutdown callback processingDave Chinner1-15/+38
2021-08-16xfs: rework xlog_state_do_callback()Dave Chinner1-43/+53
2021-08-16xfs: make forced shutdown processing atomicDave Chinner3-89/+76
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner5-51/+50
2021-08-16xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner2-68/+56
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner4-83/+32
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner5-30/+30
2021-08-11xfs: cleanup __FUNCTION__ usageDwaipayan Ray1-2/+2
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson3-5/+5
2021-08-10xfs: add attr state machine tracepointsAllison Henderson3-2/+54
2021-08-10xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong3-10/+29
2021-08-10xfs: clear log incompat feature bits when the log is idleDarrick J. Wong3-0/+55
2021-08-10xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong5-0/+157
2021-08-10xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner9-55/+21
2021-08-10xfs: remove kmem_alloc_io()Dave Chinner7-40/+3
2021-08-10mm: Add kvrealloc()Dave Chinner1-1/+3
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong4-0/+12
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong8-44/+56
2021-08-09xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong1-8/+0
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong4-4/+4
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong5-5/+147
2021-08-09xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong2-10/+65
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong4-4/+31
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong6-16/+48
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong2-0/+11
2021-08-09xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong1-2/+10
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong3-6/+31
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong4-0/+56
2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong3-8/+15
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner9-48/+571
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong3-1/+62
2021-08-06xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong2-75/+74
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner2-0/+41
2021-08-06xfs: introduce CPU hotplug infrastructureDave Chinner1-1/+41
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig11-107/+58
2021-08-06xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig1-10/+6
2021-08-06xfs: remove xfs_dqrele_all_inodesChristoph Hellwig2-112/+1
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig8-454/+13
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-106/+244
2021-07-31Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-2/+10
2021-07-31pipe: make pipe writes always wake up readersLinus Torvalds1-5/+5
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2021-07-30Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+32
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+5
2021-07-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-41/+62
2021-07-30ocfs2: issue zeroout to EOF blocksJunxiao Bi1-39/+60
2021-07-30ocfs2: fix zero out valid dataJunxiao Bi1-2/+2
2021-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds3-126/+0