summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ovl: factor out ovl_copy_up_inode() helperAmir Goldstein2017-07-041-17/+29
* ovl: extract helper to get temp file in copy upMiklos Szeredi2017-07-041-18/+41
* ovl: defer upper dir lock to tempfile linkAmir Goldstein2017-07-042-30/+38
* ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi2017-07-043-9/+44
* ovl: cleanup bad and stale index entries on mountAmir Goldstein2017-07-045-10/+130
* ovl: lookup index entry for copy up originAmir Goldstein2017-07-043-2/+116
* ovl: verify index dir matches upper dirAmir Goldstein2017-07-044-8/+27
* ovl: verify upper root dir matches lower root dirAmir Goldstein2017-07-044-15/+101
* ovl: introduce the inodes index dir featureAmir Goldstein2017-07-046-7/+108
* ovl: generalize ovl_create_workdir()Amir Goldstein2017-07-041-16/+25
* ovl: relax same fs constrain for ovl_check_origin()Amir Goldstein2017-07-041-18/+24
* ovl: get exclusive ownership on upper/work dirsAmir Goldstein2017-07-042-3/+29
* vfs: introduce inode 'inuse' lockAmir Goldstein2017-07-042-0/+33
* ovl: move cache and version to ovl_inodeMiklos Szeredi2017-07-043-17/+13Star
* ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein2017-07-043-20/+11Star
* 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/+79Star
* 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/+36Star
* 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-0419-156/+51Star
|\
| * overlayfs: use uuid_t instead of uuid_beChristoph Hellwig2017-06-052-2/+2
| * fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-058-27/+13Star
| * xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-056-65/+8Star
| * xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig2017-06-053-27/+4Star
| * uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2017-06-052-13/+0Star
| * uuid: rename uuid typesChristoph Hellwig2017-06-051-2/+0Star
| * nfsd: namespace-prefix uuid_parseChristoph Hellwig2017-06-051-2/+2
| * xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig2017-06-052-4/+3Star
| * xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein2017-06-051-6/+2Star
| * uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig2017-06-053-10/+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
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-06-245-15/+43
|\ \
| * | fs/exec.c: account for argv/envp pointersKees Cook2017-06-241-4/+24
| * | ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2017-06-242-10/+17
| * | fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara2017-06-241-0/+1
| * | autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown2017-06-241-1/+1
* | | Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-231-2/+5
|\ \ \ | |/ / |/| |
| * | xfs: don't allow bmap on rt filesDarrick J. Wong2017-06-221-2/+5
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-06-225-9/+14
|\ \ \
| * | | CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet2017-06-211-1/+3
| * | | cifs: remove redundant return in cifs_creation_time_getColin Ian King2017-06-211-2/+0Star
| * | | CIFS: Improve readdir verbosityPavel Shilovsky2017-06-212-4/+9
| * | | CIFS: check if pages is null rather than bv for a failed allocationColin Ian King2017-06-211-1/+1
| * | | CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter2017-06-211-1/+1
* | | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-214-32/+28Star
|\ \ \ \ | |/ / / |/| | |