1. 15 1月, 2016 1 次提交
    • A
      Make sure that highmem pages are not added to symlink page cache · e8ecde25
      Al Viro 提交于
      inode_nohighmem() is sufficient to make sure that page_get_link()
      won't try to allocate a highmem page.  Moreover, it is sufficient
      to make sure that page_symlink/__page_symlink won't do the same
      thing.  However, any filesystem that manually preseeds the symlink's
      page cache upon symlink(2) needs to make sure that the page it
      inserts there won't be a highmem one.
      
      Fortunately, only nfs and shmem have run afoul of that...
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      e8ecde25
  2. 14 1月, 2016 4 次提交
  3. 12 1月, 2016 2 次提交
  4. 11 1月, 2016 20 次提交
  5. 10 1月, 2016 3 次提交
  6. 09 1月, 2016 1 次提交
  7. 08 1月, 2016 1 次提交
  8. 07 1月, 2016 4 次提交
  9. 05 1月, 2016 4 次提交