summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ovl: get exclusive ownership on upper/work dirsAmir Goldstein2017-07-042-3/+29
* vfs: introduce inode 'inuse' lockAmir Goldstein2017-07-043-0/+37
* ovl: move cache and version to ovl_inodeMiklos Szeredi2017-07-043-17/+13
* ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein2017-07-043-20/+11
* ovl: move impure to ovl_inodeMiklos Szeredi2017-07-046-17/+26
* ovl: move redirect to ovl_inodeMiklos Szeredi2017-07-044-9/+9
* ovl: move __upperdentry to ovl_inodeMiklos Szeredi2017-07-048-94/+79
* ovl: compare inodesMiklos Szeredi2017-07-041-4/+9
* ovl: use i_private only as a keyMiklos Szeredi2017-07-045-20/+37
* ovl: simplify getting inodeMiklos Szeredi2017-07-045-37/+36
* ovl: allocate an ovl_inode structAmir Goldstein2017-07-042-2/+63
* ovl: fix nlink leak in ovl_rename()Amir Goldstein2017-07-041-0/+7
* Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into over...Miklos Szeredi2017-07-0476-500/+373
|\
| * ACPI: hns_dsaf_acpi_dsm_guid can be statickbuild test robot2017-06-271-1/+1
| * mmc: sdhci-pci: make guid intel_dsm_guid staticColin Ian King2017-06-201-1/+1
| * uuid: Take const on input of uuid_is_null() and guid_is_null()Andy Shevchenko2017-06-201-2/+2
| * thermal: int340x_thermal: fix compile after the UUID API switchChristoph Hellwig2017-06-091-2/+2
| * thermal: int340x_thermal: Switch to use new generic UUID APIAndy Shevchenko2017-06-091-4/+4
| * acpi: always include uuid.hChristoph Hellwig2017-06-081-1/+1
| * ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-0726-144/+106
| * ACPI / extlog: Switch to use new generic UUID APIAndy Shevchenko2017-06-051-10/+10
| * ACPI / bus: Switch to use new generic UUID APIAndy Shevchenko2017-06-051-3/+3
| * ACPI / APEI: Switch to use new generic UUID APIAndy Shevchenko2017-06-051-4/+4
| * acpi, nfit: Switch to use new generic UUID APIAndy Shevchenko2017-06-053-29/+29
| * MAINTAINERS: add uuid entryChristoph Hellwig2017-06-051-0/+11
| * tmpfs: generate random sb->s_uuidAmir Goldstein2017-06-051-0/+2
| * scsi_debug: switch to uuid_tChristoph Hellwig2017-06-051-5/+5
| * nvme: switch to uuid_tChristoph Hellwig2017-06-056-10/+10
| * sysctl: switch to use uuid_tChristoph Hellwig2017-06-051-2/+2
| * partitions/ldm: switch to use uuid_tChristoph Hellwig2017-06-052-9/+7
| * overlayfs: use uuid_t instead of uuid_beChristoph Hellwig2017-06-052-2/+2
| * fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-0514-36/+23
| * ima/policy: switch to use uuid_tChristoph Hellwig2017-06-051-6/+5
| * block: remove blk_part_pack_uuidChristoph Hellwig2017-06-052-13/+1
| * xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-056-65/+8
| * xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig2017-06-053-27/+4
| * S390/sysinfo: use uuid_is_null instead of opencoding itChristoph Hellwig2017-06-052-3/+3
| * uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig2017-06-053-8/+19
| * uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2017-06-054-15/+22
| * uuid: don't export guid_index and uuid_indexChristoph Hellwig2017-06-051-2/+0
| * uuid: rename uuid typesChristoph Hellwig2017-06-056-62/+73
| * uuid: remove uuid_be defintions from the uapi headerChristoph Hellwig2017-06-052-16/+15
| * nfsd: namespace-prefix uuid_parseChristoph Hellwig2017-06-051-2/+2
| * md: namespace private helper namesAmir Goldstein2017-06-051-4/+4
| * xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig2017-06-052-4/+3
| * xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein2017-06-051-6/+2
| * uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig2017-06-054-34/+19
* | ovl: don't set origin on broken lower hardlinkMiklos Szeredi2017-06-281-3/+8
* | ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi2017-06-281-12/+12
* | Linux 4.12-rc7v4.12-rc7Linus Torvalds2017-06-261-1/+1