| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-05-10 | 10 | -52/+425 |
|\ |
|
| * | ovl: update documentation w.r.t. constant inode numbers | Amir Goldstein | 2017-05-05 | 1 | -1/+8 |
| * | ovl: persistent inode numbers for upper hardlinks | Amir Goldstein | 2017-05-05 | 1 | -0/+3 |
| * | ovl: merge getattr for dir and nondir | Miklos Szeredi | 2017-05-05 | 3 | -64/+30 |
| * | ovl: constant st_ino/st_dev across copy up | Amir Goldstein | 2017-05-05 | 1 | -1/+38 |
| * | ovl: persistent inode number for directories | Amir Goldstein | 2017-05-05 | 1 | -4/+33 |
| * | ovl: set the ORIGIN type flag | Amir Goldstein | 2017-05-05 | 2 | -4/+8 |
| * | ovl: lookup non-dir copy-up-origin by file handle | Amir Goldstein | 2017-05-05 | 1 | -0/+132 |
| * | ovl: use an auxiliary var for overlay root entry | Amir Goldstein | 2017-05-05 | 1 | -5/+4 |
| * | ovl: store file handle of lower inode on copy up | Amir Goldstein | 2017-05-05 | 2 | -0/+118 |
| * | ovl: check if all layers are on the same fs | Amir Goldstein | 2017-05-05 | 4 | -0/+18 |
| * | ovl: do not set overlay.opaque on non-dir create | Amir Goldstein | 2017-04-26 | 1 | -1/+1 |
| * | ovl: check IS_APPEND() on real upper inode | Amir Goldstein | 2017-04-20 | 1 | -3/+25 |
| * | vfs: ftruncate check IS_APPEND() on real upper inode | Amir Goldstein | 2017-04-20 | 1 | -1/+2 |
| * | ovl: Use designated initializers | Kees Cook | 2017-04-20 | 2 | -3/+3 |
| * | ovl: lockdep annotate of nested stacked overlayfs inode lock | Amir Goldstein | 2017-03-08 | 1 | -0/+37 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2017-05-10 | 4 | -24/+50 |
|\ \ |
|
| * | | fuse: Add support for pid namespaces | Seth Forshee | 2017-04-18 | 4 | -9/+35 |
| * | | fuse: convert fuse_conn.count from atomic_t to refcount_t | Elena Reshetova | 2017-04-18 | 2 | -4/+4 |
| * | | fuse: convert fuse_req.count from atomic_t to refcount_t | Elena Reshetova | 2017-04-18 | 2 | -6/+5 |
| * | | fuse: convert fuse_file.count from atomic_t to refcount_t | Elena Reshetova | 2017-04-18 | 2 | -5/+6 |
| |/ |
|
* | | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-05-10 | 27 | -277/+706 |
|\ \ |
|
| * | | ceph: fix memory leak in __ceph_setxattr() | Luis Henriques | 2017-05-04 | 1 | -0/+3 |
| * | | ceph: fix file open flags on ppc64 | Alexander Graf | 2017-05-04 | 2 | -1/+45 |
| * | | ceph: choose readdir frag based on previous readdir reply | Yan, Zheng | 2017-05-04 | 1 | -7/+12 |
| * | | rbd: exclusive map option | Ilya Dryomov | 2017-05-04 | 1 | -10/+73 |
| * | | rbd: return ResponseMessage result from rbd_handle_request_lock() | Ilya Dryomov | 2017-05-04 | 1 | -14/+26 |
| * | | rbd: kill rbd_is_lock_supported() | Ilya Dryomov | 2017-05-04 | 1 | -11/+3 |
| * | | rbd: support updating the lock cookie without releasing the lock | Ilya Dryomov | 2017-05-04 | 3 | -25/+97 |
| * | | rbd: store lock cookie | Ilya Dryomov | 2017-05-04 | 1 | -5/+8 |
| * | | rbd: ignore unlock errors | Ilya Dryomov | 2017-05-04 | 1 | -18/+14 |
| * | | rbd: fix error handling around rbd_init_disk() | Ilya Dryomov | 2017-05-04 | 1 | -43/+44 |
| * | | rbd: move rbd_unregister_watch() call into rbd_dev_image_release() | Ilya Dryomov | 2017-05-04 | 1 | -15/+3 |
| * | | rbd: move rbd_dev_destroy() call out of rbd_dev_image_release() | Ilya Dryomov | 2017-05-04 | 1 | -5/+5 |
| * | | ceph: when seeing write errors on an inode, switch to sync writes | Jeff Layton | 2017-05-04 | 3 | -14/+49 |
| * | | Revert "ceph: SetPageError() for writeback pages if writepages fails" | Jeff Layton | 2017-05-04 | 1 | -3/+0 |
| * | | ceph: handle epoch barriers in cap messages | Jeff Layton | 2017-05-04 | 3 | -7/+41 |
| * | | libceph: add an epoch_barrier field to struct ceph_osd_client | Jeff Layton | 2017-05-04 | 3 | -8/+76 |
| * | | libceph: abort already submitted but abortable requests when map or pool goes... | Jeff Layton | 2017-05-04 | 1 | -0/+34 |
| * | | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton | 2017-05-04 | 4 | -0/+10 |
| * | | libceph: remove req->r_replay_version | Jeff Layton | 2017-05-04 | 3 | -7/+5 |
| * | | ceph: make seeky readdir more efficient | Yan, Zheng | 2017-05-04 | 5 | -6/+21 |
| * | | ceph: close stopped mds' session | Yan, Zheng | 2017-05-04 | 1 | -0/+16 |
| * | | ceph: fix potential use-after-free | Yan, Zheng | 2017-05-04 | 1 | -2/+8 |
| * | | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds | Yan, Zheng | 2017-05-04 | 4 | -26/+56 |
| * | | ceph: fix wrong check in ceph_renew_caps() | Yan, Zheng | 2017-05-04 | 1 | -1/+1 |
| * | | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 3 | -5/+5 |
| * | | libceph: convert ceph_osd.o_ref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 2 | -9/+10 |
| * | | libceph: convert ceph_snap_context.nref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 2 | -4/+5 |
| * | | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 3 | -5/+6 |