Messages in this thread |  | | Date | Mon, 3 Oct 2016 12:55:14 -0400 (EDT) | From | Bob Peterson <> | Subject | GFS2: Pull request (merge window) |
| |
(Resending to lkml (only) because my cc was malformed) Hi Linus,
Please consider pulling the following changes for the GFS2 file system.
Bob Peterson
---------------------------------------------------------------- The following changes since commit 731c7d3a205ba89b475b2aa71b5f13dd6ae3de56:
Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux (2016-08-01 21:44:08 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-4.8.fixes
for you to fetch changes up to 332f51d7db13ffb7fcbe2407ed5b3667bc3750a7:
gfs2: Initialize atime of I_NEW inodes (2016-09-26 13:24:34 -0500)
---------------------------------------------------------------- We've only got six GFS2 patches for this merge window. In patch order:
1. Fabian Frederick submitted a nice cleanup that uses the BIT macro rather than bit shifting. 2. Andreas Gruenbacher contributed a patch that fixes a long-standing annoyance whereby GFS2 warned about dirty pages. 3. Andreas also fixed a problem with the recent extended attribute readahead feature. 4. Chao Yu contributed a patch that checks the return code from function register_shrinker and reacts accordingly. Previously, it was not checked. 5. Andreas Gruenbacher also fixed a problem whereby incore file timestamps were forgotten if the file was invalidated. This merely moves the assignment inside the inode glock where it belongs. 6. He also fixed a problem where incore timestamps were not initialized.
---------------------------------------------------------------- Andreas Gruenbacher (4): gfs2: Remove dirty buffer warning from gfs2_releasepage gfs2: Fix extended attribute readahead optimization gfs2: Update file times after grabbing glock gfs2: Initialize atime of I_NEW inodes
Chao Yu (1): gfs2: fix to detect failure of register_shrinker
Fabian Frederick (1): GFS2: use BIT() macro
fs/gfs2/aops.c | 19 +++++++++++++------ fs/gfs2/bmap.c | 6 +++--- fs/gfs2/dir.c | 20 ++++++++++---------- fs/gfs2/file.c | 6 +++--- fs/gfs2/glock.c | 10 ++++++++-- fs/gfs2/inode.c | 4 ++++ fs/gfs2/inode.h | 2 +- fs/gfs2/main.c | 4 +++- fs/gfs2/meta_io.c | 35 +++++++++++++++++++---------------- fs/gfs2/ops_fstype.c | 8 ++++---- fs/gfs2/quota.c | 4 ++-- fs/gfs2/super.c | 2 +- 12 files changed, 71 insertions(+), 49 deletions(-)
|  |