1. 03 Sep, 2019 1 commit
    • Andreas Gruenbacher's avatar
      gfs2: Always mark inode dirty in fallocate · 0a6a4abc
      Andreas Gruenbacher authored
      When allocating space with fallocate, always update the file timestamps
      and mark the inode dirty, no matter if the FALLOC_FL_KEEP_SIZE flag is
      set or not.  The inode needs to be marked dirty so that a subsequent
      fsync will pick it up and any new allocations will make it to disk.
      Filesystems like xfs and ext4 always update the timestamps, so make
      gfs2 behave the same way.
      
      Fixes xfstest generic/483.
      Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
      0a6a4abc
  2. 09 Aug, 2019 5 commits
  3. 05 Aug, 2019 1 commit
  4. 04 Aug, 2019 10 commits
  5. 03 Aug, 2019 23 commits