summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-07-132-14/+31
|\
| * proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2017-07-112-14/+31
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-1210-383/+1418
|\ \
| * | ovl: mark parent impure and restore timestamp on ovl_link_up()Amir Goldstein2017-07-041-24/+33
| * | ovl: cleanup orphan index entriesAmir Goldstein2017-07-045-5/+77
| * | ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein2017-07-045-3/+204
| * | ovl: implement index dir copy upAmir Goldstein2017-07-043-37/+103
| * | ovl: move copy up lock outMiklos Szeredi2017-07-041-25/+13
| * | ovl: rearrange copy upMiklos Szeredi2017-07-041-36/+50
| * | ovl: add flag for upper in ovl_entryMiklos Szeredi2017-07-047-2/+31
| * | ovl: use struct copy_up_ctx as function argumentMiklos Szeredi2017-07-041-82/+78
| * | ovl: base tmpfile in workdir tooMiklos Szeredi2017-07-041-5/+3
| * | 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/+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-0419-156/+51
| |\ \
* | \ \ Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-07-1115-179/+180
|\ \ \ \
| * | | | cifs: Clean up unused variables in smb2pdu.cChristos Gkekas2017-07-101-28/+7
| * | | | [SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French2017-07-091-3/+3
| * | | | [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-0910-131/+39
| * | | | CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-07-094-0/+39
| * | | | CIFS: Display SMB2 error codes in the hex formatPavel Shilovsky2017-07-091-2/+2
| * | | | cifs: Use smb 2 - 3 and cifsacl mount options setacl functionShirish Pargaonkar2017-07-091-3/+60
| * | | | cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsa...Shirish Pargaonkar2017-07-082-12/+30
* | | | | Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-07-1110-55/+201
|\ \ \ \ \
| * | | | | ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng2017-07-071-2/+7
| * | | | | ceph: new mount option that specifies fscache uniquifierYan, Zheng2017-07-073-21/+113
| * | | | | ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng2017-07-071-2/+9
| * | | | | ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2017-07-072-4/+6
| * | | | | ceph: getattr before read on ceph.* xattrsYan, Zheng2017-07-071-0/+3