| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ |
|
| * | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-27 | 1 | -1/+1 |
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 1 | -6/+0 |
|\ \ |
|
| * | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 1 | -6/+0 |
| |/ |
|
* | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
* | | ceph: Propagate dentry down to inode_change_ok() | Jan Kara | 2016-09-22 | 1 | -8/+11 |
|/ |
|
* | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-08-02 | 1 | -8/+32 |
|\ |
|
| * | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 2016-07-28 | 1 | -1/+1 |
| * | ceph: don't use ->d_time | Miklos Szeredi | 2016-07-28 | 1 | -2/+2 |
| * | ceph: wait unsafe sync writes for evicting inode | Yan, Zheng | 2016-07-28 | 1 | -0/+8 |
| * | ceph: reduce i_nr_by_mode array size | Yan, Zheng | 2016-07-28 | 1 | -1/+1 |
| * | ceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 1 | -4/+16 |
| * | libceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 1 | -0/+3 |
| * | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-28 | 1 | -3/+4 |
* | | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-10 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-05-26 | 1 | -35/+124 |
|\ |
|
| * | ceph: don't use truncate_pagecache() to invalidate read cache | Yan, Zheng | 2016-05-26 | 1 | -1/+3 |
| * | ceph: tolerate bad i_size for symlink inode | Yan, Zheng | 2016-05-26 | 1 | -7/+15 |
| * | ceph: improve fragtree change detection | Yan, Zheng | 2016-05-26 | 1 | -4/+20 |
| * | ceph: keep leaf frag when updating fragtree | Yan, Zheng | 2016-05-26 | 1 | -5/+23 |
| * | ceph: fix dir_auth check in ceph_fill_dirfrag() | Yan, Zheng | 2016-05-26 | 1 | -0/+3 |
| * | ceph: don't assume frag tree splits in mds reply are sorted | Yan, Zheng | 2016-05-26 | 1 | -0/+13 |
| * | ceph: fix inode reference leak | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
| * | ceph: using hash value to compose dentry offset | Yan, Zheng | 2016-05-26 | 1 | -6/+25 |
| * | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 2016-05-26 | 1 | -0/+1 |
| * | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 2016-05-26 | 1 | -10/+11 |
| * | ceph: simplify 'offset in frag' | Yan, Zheng | 2016-05-26 | 1 | -4/+1 |
| * | ceph: don't call truncate_pagecache in ceph_writepages_start | Yan, Zheng | 2016-05-26 | 1 | -0/+11 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-18 | 1 | -12/+17 |
|\ \
| |/
|/| |
|
| * | ceph: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-04-23 | 1 | -6/+7 |
| * | ceph: Get rid of d_find_alias in ceph_set_acl | Andreas Gruenbacher | 2016-04-23 | 1 | -6/+10 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -3/+3 |
|/ |
|
* | ceph: use lookup request to revalidate dentry | Yan, Zheng | 2016-03-25 | 1 | -0/+1 |
* | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 1 | -4/+14 |
* | ceph: avoid updating directory inode's i_size accidentally | Yan, Zheng | 2016-03-25 | 1 | -0/+4 |
* | ceph: fix race during filling readdir cache | Yan, Zheng | 2016-03-25 | 1 | -2/+7 |
* | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-25 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-03-19 | 1 | -16/+5 |
|\ |
|
| * | ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) | Al Viro | 2016-03-14 | 1 | -3/+1 |
| * | ceph: don't bother with d_rehash() in splice_dentry() | Al Viro | 2016-03-14 | 1 | -13/+4 |
* | | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng | 2016-03-04 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-01-24 | 1 | -4/+4 |
|\ |
|
| * | ceph: use i_size_{read,write} to get/set i_size | Yan, Zheng | 2016-01-21 | 1 | -4/+4 |
* | | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 2015-12-08 | 1 | -1/+1 |
|/ |
|
* | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 2015-11-02 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-07-02 | 1 | -34/+121 |
|\ |
|
| * | ceph: rework dcache readdir | Yan, Zheng | 2015-06-25 | 1 | -29/+89 |
| * | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 2015-06-25 | 1 | -2/+13 |
| * | ceph: track pending caps flushing globally | Yan, Zheng | 2015-06-25 | 1 | -1/+0 |
| * | ceph: track pending caps flushing accurately | Yan, Zheng | 2015-06-25 | 1 | -2/+1 |