1. 27 Oct, 2020 4 commits
  2. 24 Oct, 2020 2 commits
  3. 20 Oct, 2020 4 commits
  4. 19 Oct, 2020 4 commits
  5. 16 Oct, 2020 2 commits
  6. 15 Oct, 2020 3 commits
  7. 13 Oct, 2020 2 commits
  8. 23 Sep, 2020 2 commits
  9. 17 Sep, 2020 4 commits
  10. 03 Sep, 2020 1 commit
  11. 02 Sep, 2020 3 commits
  12. 28 Aug, 2020 2 commits
  13. 25 Aug, 2020 3 commits
  14. 24 Aug, 2020 1 commit
    • Check only rootfs as filesystem type · 97edebfa
      Pranay Kr. Srivastava authored
      When detecting if rootfs is on ramfs instead of checking "- rootfs
      rootfs" which is the " - <file_system> <device>" information only check
      the file system type. This is due to a change introduced in kernel where
      ramfs file system doesn't set the device to "rootfs" but instead mark it
      as "none". By making sure we only check for "rootfs" as the file system
      name we also offer backward compatibility with earlier kernels as well.
      
      The kernel commit that introduced this change was
      
      commit f32356261d44d580649a7abce1156d15d49cf20f
      Author: David Howells <dhowells@redhat.com>
      Date:   Mon Mar 25 16:38:31 2019 +0000
      
          vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new
          mount API
      Signed-off-by: 's avatarPranay Kr. Srivastava <pranay.srivastava@pantacor.com>
  15. 21 Aug, 2020 3 commits