Age | Commit message (Expand) | Author | Files | Lines |
2018-01-24 | ovl: create ovl_need_index() helper | Amir Goldstein | 3 | -9/+22 |
2018-01-24 | ovl: cleanup temp index entries | Amir Goldstein | 1 | -0/+12 |
2018-01-24 | ovl: verify directory index entries on mount | Amir Goldstein | 2 | -32/+94 |
2018-01-24 | ovl: verify whiteout index entries on mount | Amir Goldstein | 1 | -8/+13 |
2018-01-24 | ovl: use directory index entries for consistency verification | Amir Goldstein | 3 | -11/+58 |
2018-01-24 | ovl: unbless lower st_ino of unverified origin | Amir Goldstein | 1 | -4/+12 |
2018-01-24 | ovl: verify stored origin fh matches lower dir | Amir Goldstein | 1 | -0/+12 |
2018-01-24 | ovl: add support for "nfs_export" configuration | Amir Goldstein | 6 | -5/+120 |
2018-01-24 | ovl: update documentation of inodes index feature | Amir Goldstein | 2 | -9/+6 |
2018-01-24 | ovl: generalize ovl_verify_origin() and helpers | Amir Goldstein | 4 | -30/+38 |
2018-01-24 | ovl: simplify arguments to ovl_check_origin_fh() | Amir Goldstein | 4 | -30/+24 |
2018-01-24 | ovl: factor out ovl_check_origin_fh() | Amir Goldstein | 1 | -50/+92 |
2018-01-24 | ovl: store layer index in ovl_layer | Amir Goldstein | 3 | -16/+4 |
2018-01-24 | ovl: force r/o mount when index dir creation fails | Amir Goldstein | 1 | -3/+9 |
2018-01-24 | ovl: disable index when no xattr support | Amir Goldstein | 1 | -1/+2 |
2018-01-24 | ovl: fix inconsistent d_ino for legacy merge dir | Amir Goldstein | 3 | -2/+37 |
2018-01-19 | ovl: take mnt_want_write() for removing impure xattr | Amir Goldstein | 1 | -2/+9 |
2018-01-19 | ovl: take mnt_want_write() for work/index dir setup | Amir Goldstein | 1 | -8/+17 |
2018-01-19 | ovl: fix another overlay: warning prefix | Amir Goldstein | 1 | -1/+2 |
2018-01-19 | ovl: take lower dir inode mutex outside upper sb_writers lock | Amir Goldstein | 3 | -65/+58 |
2018-01-19 | ovl: fix failure to fsync lower dir | Amir Goldstein | 1 | -1/+5 |
2018-01-19 | ovl: hash directory inodes for fsnotify | Amir Goldstein | 3 | -13/+31 |
2018-01-14 | Linux 4.15-rc8v4.15-rc8 | Linus Torvalds | 1 | -1/+1 |
2018-01-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2018-01-14 | Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 21 | -36/+561 |
2018-01-14 | x86/retpoline: Remove compile time warning | Thomas Gleixner | 1 | -2/+0 |
2018-01-14 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2018-01-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 44 | -100/+1525 |
2018-01-14 | x86,perf: Disable intel_bts when PTI | Peter Zijlstra | 1 | -0/+18 |
2018-01-14 | security/Kconfig: Correct the Documentation reference for PTI | W. Trevor King | 1 | -1/+1 |
2018-01-14 | x86/pti: Fix !PCID and sanitize defines | Thomas Gleixner | 3 | -21/+23 |
2018-01-13 | Merge tag 'usb-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 9 | -33/+63 |
2018-01-13 | Merge tag 'staging-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
2018-01-13 | Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -10/+14 |
2018-01-13 | Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -30/+42 |
2018-01-13 | Merge tag 'apparmor-pr-2018-01-12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -25/+40 |
2018-01-13 | Merge tag 'pci-v4.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -11/+30 |
2018-01-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -7/+9 |
2018-01-13 | tools/objtool/Makefile: don't assume sync-check.sh is executable | Andrew Morton | 1 | -1/+1 |
2018-01-13 | kdump: write correct address of mem_section into vmcoreinfo | Kirill A. Shutemov | 2 | -1/+3 |
2018-01-13 | kmemleak: allow to coexist with fault injection | Dmitry Vyukov | 1 | -1/+1 |
2018-01-13 | MAINTAINERS, nilfs2: change project home URLs | Ryusuke Konishi | 2 | -4/+4 |
2018-01-13 | genksyms: drop *.hash.c from .gitignore | Masahiro Yamada | 1 | -1/+0 |
2018-01-13 | selftests/x86: Add test_vsyscall | Andy Lutomirski | 2 | -1/+501 |
2018-01-12 | apparmor: Fix regression in profile conflict logic | Matthew Garrett | 1 | -4/+5 |
2018-01-12 | apparmor: fix ptrace label match when matching stacked labels | John Johansen | 2 | -21/+35 |
2018-01-12 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -3/+12 |
2018-01-12 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -1/+4 |
2018-01-12 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 6 | -16/+0 |
2018-01-12 | Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -10/+8 |