blob: c363896b60c978f32b61769f220b12c7bd52774a [file] [log] [blame]
735c907d7b7d ("ovl: fix out of date comment and unreachable code")
6dde1e42f497 ("ovl: make i_ino consistent with st_ino in more cases")
12574a9f4c9c ("ovl: consistent i_ino for non-samefs with xino")
695b46e76b62 ("ovl: set i_ino to the value of st_ino for NFS export")
764baba80168 ("ovl: hash non-dir by lower inode for fsnotify")
2aed489d163a ("ovl: fix regression in fsnotify of overlay merge dir")
7a9dadef9684 ("ovl: hash non-indexed dir by upper inode for NFS export")
9436a1a339fa ("ovl: decode lower file handles of unlinked but open files")
f71bd9cfb692 ("ovl: decode indexed non-dir file handles")
f941866fc4a8 ("ovl: decode lower non-dir file handles")
3985b70a3e3f ("ovl: decode connected upper dir file handles")
8556a4205b11 ("ovl: decode pure upper file handles")
8ed5eec9d6c4 ("ovl: encode pure upper file handles")
0aceb53e73be ("ovl: do not pass overlay dentry to ovl_get_inode()")
051224438af2 ("ovl: generalize ovl_verify_origin() and helpers")
1eff1a1deec7 ("ovl: simplify arguments to ovl_check_origin_fh()")
2e1a532883cf ("ovl: factor out ovl_check_origin_fh()")
9678e6303057 ("ovl: fix inconsistent d_ino for legacy merge dir")
31747eda41ef ("ovl: hash directory inodes for fsnotify")
d9768076068f ("ovl: remove unneeded arg from ovl_verify_origin()")
ad204488d304 ("ovl: rename ufs to ofs")
4155c10a0309 ("ovl: clean up getting lower layers")
bca44b52f835 ("ovl: clean up workdir creation")
5064975e7fec ("ovl: clean up getting upper layer")
520d7c867f26 ("ovl: move ovl_get_workdir() and ovl_get_lower_layers()")
6e88256e197d ("ovl: reduce the number of arguments for ovl_workdir_create()")
c6fe62549313 ("ovl: change order of setup in ovl_fill_super()")
a9075cdb467d ("ovl: factor out ovl_free_fs() helper")
95e6d4177cb7 ("ovl: grab reference to workbasedir early")
f7e3a7d947f8 ("ovl: split out ovl_get_indexdir() from ovl_fill_super()")
c0d91fb91011 ("ovl: split out ovl_get_lower_layers() from ovl_fill_super()")
8ed61dc37ee0 ("ovl: split out ovl_get_workdir() from ovl_fill_super()")
21a3b317a601 ("ovl: split out ovl_get_upper() from ovl_fill_super()")
53dbb0b4787e ("ovl: split out ovl_get_lowerstack() from ovl_fill_super()")
87ad447a9d4f ("ovl: split out ovl_get_workpath() from ovl_fill_super()")
6ee8acf0f72b ("ovl: split out ovl_get_upperpath() from ovl_fill_super()")
2a9c6d066e98 ("ovl: allocate anonymous devs for lowerdirs")
b93436320c1e ("ovl: re-structure overlay lower layers in-memory")
b79e05aaa166 ("ovl: no direct iteration for dir with origin xattr")