https://github.com/torvalds/linux
Revision 3e79d97828841305e3369ad1e07cfed5bf5989ef authored by Linus Torvalds on 25 March 2014, 22:05:57 UTC, committed by Linus Torvalds on 25 March 2014, 22:05:57 UTC
Pull vfs fixes from Al Viro:
 "These four commits are obvious fixes (a couple of fdget_pos()-related
  ones from Eric Biggers, prepend_name() fix, missing checks for false
  negatives from __lookup_mnt() in fs/namei.c)"

For now I'm pulling just the four obvious fixes, there's another four
pending in Al's 'for-linus' branch wrt the mnt_hash list that were more
involved.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  rcuwalk: recheck mount_lock after mountpoint crossing attempts
  make prepend_name() work correctly when called with negative *buflen
  vfs: Don't let __fdget_pos() get FMODE_PATH files
  vfs: atomic f_pos access in llseek()
2 parent s b098d67 + b37199e
History
Tip revision: 3e79d97828841305e3369ad1e07cfed5bf5989ef authored by Linus Torvalds on 25 March 2014, 22:05:57 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Tip revision: 3e79d97
File Mode Size
Kconfig -rw-r--r-- 365 bytes
Makefile -rw-r--r-- 261 bytes
async_memcpy.c -rw-r--r-- 3.2 KB
async_pq.c -rw-r--r-- 12.7 KB
async_raid6_recov.c -rw-r--r-- 14.9 KB
async_tx.c -rw-r--r-- 7.7 KB
async_xor.c -rw-r--r-- 9.8 KB
raid6test.c -rw-r--r-- 6.5 KB

back to top