aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-04ovl: move copy up lock outMiklos Szeredi1-25/+13
2017-07-04ovl: rearrange copy upMiklos Szeredi1-36/+50
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi7-2/+31
2017-07-04ovl: use struct copy_up_ctx as function argumentMiklos Szeredi1-82/+78
2017-07-04ovl: base tmpfile in workdir tooMiklos Szeredi1-5/+3
2017-07-04ovl: factor out ovl_copy_up_inode() helperAmir Goldstein1-17/+29
2017-07-04ovl: extract helper to get temp file in copy upMiklos Szeredi1-18/+41
2017-07-04ovl: defer upper dir lock to tempfile linkAmir Goldstein2-30/+38
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi3-9/+44
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein5-10/+130
2017-07-04ovl: lookup index entry for copy up originAmir Goldstein3-2/+116
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein4-8/+27
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein4-15/+101
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein6-7/+108
2017-07-04ovl: generalize ovl_create_workdir()Amir Goldstein1-16/+25
2017-07-04ovl: relax same fs constrain for ovl_check_origin()Amir Goldstein1-18/+24
2017-07-04ovl: get exclusive ownership on upper/work dirsAmir Goldstein2-3/+29
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein2-0/+33
2017-07-04ovl: move cache and version to ovl_inodeMiklos Szeredi3-17/+13
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein3-20/+11
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi6-17/+26
2017-07-04ovl: move redirect to ovl_inodeMiklos Szeredi4-9/+9
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi8-94/+79
2017-07-04ovl: compare inodesMiklos Szeredi1-4/+9
2017-07-04ovl: use i_private only as a keyMiklos Szeredi5-20/+37
2017-07-04ovl: simplify getting inodeMiklos Szeredi5-37/+36
2017-07-04ovl: allocate an ovl_inode structAmir Goldstein2-2/+63
2017-07-04ovl: fix nlink leak in ovl_rename()Amir Goldstein1-0/+7
2017-07-04Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into overlayfs-nextMiklos Szeredi19-156/+51
2017-06-28ovl: don't set origin on broken lower hardlinkMiklos Szeredi1-3/+8
2017-06-28ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi1-12/+12
2017-06-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-15/+43
2017-06-23fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2-10/+17
2017-06-23fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara1-0/+1
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-06-23Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2017-06-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-9/+14
2017-06-21xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-32/+28
2017-06-21CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet1-1/+3
2017-06-20cifs: remove redundant return in cifs_creation_time_getColin Ian King1-2/+0
2017-06-20CIFS: Improve readdir verbosityPavel Shilovsky2-4/+9
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationColin Ian King1-1/+1
2017-06-20CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter1-1/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins2-5/+1
2017-06-18Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds4-6/+8
2017-06-17ufs: fix the logics for tail relocationAl Viro3-16/+17
2017-06-17ufs_iget(): fail with -ESTALE on deleted inodeAl Viro1-13/+8
2017-06-17fix signedness of timestamps on ufs1Al Viro1-3/+3