Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1715454 > unrolled thread
| Started by | "Darrick J. Wong" <djwong@kernel.org> |
|---|---|
| First post | 2017-08-18 22:50 +0200 |
| Last post | 2017-08-18 22:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[GIT PULL] xfs: fixes for 4.13-rc6 "Darrick J. Wong" <djwong@kernel.org> - 2017-08-18 22:50 +0200
| From | "Darrick J. Wong" <djwong@kernel.org> |
|---|---|
| Date | 2017-08-18 22:50 +0200 |
| Subject | [GIT PULL] xfs: fixes for 4.13-rc6 |
| Message-ID | <ufWno-cY-9@gated-at.bofh.it> |
Hi Linus,
A handful more bug fixes for you today.
--Darrick
The following changes since commit 56bdf855e676f1f2ed7033f288f57dfd315725ba:
xfs: Fix per-inode DAX flag inheritance (2017-08-04 13:43:36 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.13-fixes-5
for you to fetch changes up to 77aff8c76425c8f49b50d0b9009915066739e7d2:
xfs: don't leak quotacheck dquots when cow recovery (2017-08-17 12:40:33 -0700)
----------------------------------------------------------------
Changes since last time:
- Don't leak resources when mount fails
- Don't accidentally clobber variables when looking for free inodes
----------------------------------------------------------------
Christoph Hellwig (1):
iomap: fix integer truncation issues in the zeroing and dirtying helpers
Darrick J. Wong (2):
xfs: clear MS_ACTIVE after finishing log recovery
xfs: don't leak quotacheck dquots when cow recovery
Omar Sandoval (1):
xfs: fix inobt inode allocation search optimization
fs/iomap.c | 4 ++--
fs/xfs/libxfs/xfs_ialloc.c | 2 +-
fs/xfs/xfs_log.c | 11 +++++++++++
fs/xfs/xfs_mount.c | 12 ++----------
4 files changed, 16 insertions(+), 13 deletions(-)
Back to top | Article view | linux.kernel
csiph-web