summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ovl: whiteout orphan index entries on mountAmir Goldstein2018-01-242-4/+40
* ovl: whiteout index when union nlink drops to zeroAmir Goldstein2018-01-243-29/+48
* ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein2018-01-241-3/+3
* ovl: index directories on copy up for NFS exportAmir Goldstein2018-01-242-7/+117
* ovl: index all non-dir on copy up for NFS exportAmir Goldstein2018-01-241-0/+4
* ovl: create ovl_need_index() helperAmir Goldstein2018-01-243-9/+22
* ovl: cleanup temp index entriesAmir Goldstein2018-01-241-0/+12
* ovl: verify directory index entries on mountAmir Goldstein2018-01-242-32/+94
* ovl: verify whiteout index entries on mountAmir Goldstein2018-01-241-8/+13
* ovl: use directory index entries for consistency verificationAmir Goldstein2018-01-243-11/+58
* ovl: unbless lower st_ino of unverified originAmir Goldstein2018-01-241-4/+12
* ovl: verify stored origin fh matches lower dirAmir Goldstein2018-01-241-0/+12
* ovl: add support for "nfs_export" configurationAmir Goldstein2018-01-246-5/+120
* ovl: update documentation of inodes index featureAmir Goldstein2018-01-242-9/+6
* ovl: generalize ovl_verify_origin() and helpersAmir Goldstein2018-01-244-30/+38
* ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein2018-01-244-30/+24
* ovl: factor out ovl_check_origin_fh()Amir Goldstein2018-01-241-50/+92
* ovl: store layer index in ovl_layerAmir Goldstein2018-01-243-16/+4
* ovl: force r/o mount when index dir creation failsAmir Goldstein2018-01-241-3/+9
* ovl: disable index when no xattr supportAmir Goldstein2018-01-241-1/+2
* ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein2018-01-243-2/+37
* ovl: take mnt_want_write() for removing impure xattrAmir Goldstein2018-01-191-2/+9
* ovl: take mnt_want_write() for work/index dir setupAmir Goldstein2018-01-191-8/+17
* ovl: fix another overlay: warning prefixAmir Goldstein2018-01-191-1/+2
* ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein2018-01-193-65/+58
* ovl: fix failure to fsync lower dirAmir Goldstein2018-01-191-1/+5
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-01-193-13/+31
* Linux 4.15-rc8v4.15-rc8Linus Torvalds2018-01-151-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-151-2/+0
|\
| * x86/retpoline: Remove compile time warningThomas Gleixner2018-01-141-2/+0
* | Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-1521-36/+561
|\ \
| * | powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran2018-01-101-0/+49
| * | powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-01-101-0/+35
| * | powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-01-101-1/+23
| * | powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-109-8/+286
| * | powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+28
| * | powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-2/+16
| * | powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+11
| * | powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-096-28/+34
| * | powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-01-092-0/+35
| * | Merge branch 'topic/ppc-kvm' into fixesMichael Ellerman2018-01-092-0/+31
| |\ \
| | * | powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2018-01-092-0/+31
| * | | powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman2018-01-083-4/+22
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-141-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-linusJens Axboe2018-01-121-0/+1
| |\ \ \ \
| | * | | | nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne2018-01-081-0/+1
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-1444-100/+1525
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | x86,perf: Disable intel_bts when PTIPeter Zijlstra2018-01-141-0/+18
| * | | | | security/Kconfig: Correct the Documentation reference for PTIW. Trevor King2018-01-141-1/+1
| * | | | | x86/pti: Fix !PCID and sanitize definesThomas Gleixner2018-01-143-21/+23