| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: using hash value to compose dentry offset | Yan, Zheng | 2016-05-26 | 5 | -47/+135 |
* | ceph: don't forbid marking directory complete after forward seek | Yan, Zheng | 2016-05-26 | 1 | -5/+0 |
* | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 2016-05-26 | 5 | -29/+59 |
* | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 2016-05-26 | 3 | -3/+8 |
* | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 2016-05-26 | 4 | -52/+50 |
* | ceph: simplify 'offset in frag' | Yan, Zheng | 2016-05-26 | 2 | -13/+4 |
* | ceph: remove unnecessary checks in __dcache_readdir | Yan, Zheng | 2016-05-26 | 1 | -2/+0 |
* | ceph: search cache postion for dcache readdir | Yan, Zheng | 2016-05-26 | 1 | -46/+83 |
* | ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr | Yan, Zheng | 2016-05-26 | 1 | -6/+11 |
* | ceph: report mount root in session metadata | Yan, Zheng | 2016-05-26 | 3 | -15/+23 |
* | ceph: don't show symlink target in debugfs/mdsc | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
* | ceph: don't call truncate_pagecache in ceph_writepages_start | Yan, Zheng | 2016-05-26 | 3 | -9/+38 |
* | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng | 2016-05-26 | 4 | -11/+93 |
* | ceph: CEPH_FEATURE_MDSENC support | Yan, Zheng | 2016-05-26 | 2 | -12/+36 |
* | ceph: multiple filesystem support | Yan, Zheng | 2016-05-26 | 2 | -0/+10 |
* | libceph: a major OSD client update | Ilya Dryomov | 2016-05-26 | 2 | -8/+8 |
* | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 2016-05-26 | 2 | -2/+3 |
* | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 2016-05-26 | 2 | -9/+7 |
* | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 2016-05-26 | 2 | -23/+9 |
* | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 2016-05-26 | 2 | -2/+2 |
* | libceph: rename ceph_calc_pg_primary() | Ilya Dryomov | 2016-05-26 | 1 | -1/+1 |
* | libceph: rename ceph_oloc_oid_to_pg() | Ilya Dryomov | 2016-05-26 | 1 | -1/+1 |
* | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 2016-05-26 | 1 | -41/+13 |
* | libceph: variable-sized ceph_object_id | Ilya Dryomov | 2016-05-26 | 3 | -6/+4 |
* | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 2016-05-26 | 2 | -0/+15 |
* | libceph: make ceph_osdc_put_request() accept NULL | Ilya Dryomov | 2016-05-26 | 1 | -6/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-14 | 6 | -52/+110 |
|\ |
|
| * | Merge branch 'ovl-fixes' into for-linus | Al Viro | 2016-05-11 | 274 | -2566/+2974 |
| |\ |
|
| | * | ovl: ignore permissions on underlying lookup | Miklos Szeredi | 2016-05-10 | 1 | -3/+1 |
| | * | vfs: add lookup_hash() helper | Miklos Szeredi | 2016-05-10 | 1 | -5/+28 |
| | * | vfs: rename: check backing inode being equal | Miklos Szeredi | 2016-05-10 | 1 | -1/+5 |
| | * | vfs: add vfs_select_inode() helper | Miklos Szeredi | 2016-05-10 | 1 | -8/+4 |
| * | | get_rock_ridge_filename(): handle malformed NM entries | Al Viro | 2016-05-07 | 1 | -3/+10 |
| * | | ecryptfs: fix handling of directory opening | Al Viro | 2016-05-04 | 1 | -16/+55 |
| * | | atomic_open(): fix the handling of create_error | Al Viro | 2016-04-30 | 1 | -16/+4 |
| * | | do_splice_to(): cap the size before passing to ->splice_read() | Al Viro | 2016-04-03 | 1 | -0/+3 |
* | | | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-05-13 | 2 | -3/+18 |
|\ \ \ |
|
| * | | | kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call | Serge E. Hallyn | 2016-05-12 | 1 | -1/+2 |
| * | | | cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces | Serge E. Hallyn | 2016-05-09 | 1 | -0/+14 |
| * | | | kernfs_path_from_node_locked: don't overwrite nlen | Serge Hallyn | 2016-05-02 | 1 | -3/+3 |
* | | | | ocfs2: fix posix_acl_create deadlock | Junxiao Bi | 2016-05-12 | 6 | -48/+77 |
* | | | | ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang | Junxiao Bi | 2016-05-12 | 3 | -2/+27 |
* | | | | Revert "proc/base: make prompt shell start from new line after executing "cat... | Robin Humble | 2016-05-09 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | proc: prevent accessing /proc/<PID>/environ until it's ready | Mathias Krause | 2016-05-05 | 1 | -1/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2016-05-05 | 1 | -11/+14 |
|\ \ \ |
|
| * | | | propogate_mnt: Handle the first propogated copy being a slave | Eric W. Biederman | 2016-05-05 | 1 | -11/+14 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2016-05-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fuse: Fix return value from fuse_get_user_pages() | Ashish Samant | 2016-04-25 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2016-05-02 | 3 | -5/+17 |
|\ \ \ |
|
| * | | | udf: Fix conversion of 'dstring' fields to UTF8 | Andrew Gabbasov | 2016-04-25 | 3 | -5/+17 |