Age | Commit message (Expand) | Author |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells |
2017-02-24 | ceph: remove special ack vs commit behavior | Ilya Dryomov |
2017-02-20 | ceph: call update_dentry_lease even when r_locked dir is not set | Jeff Layton |
2017-02-20 | ceph: vet the target and parent inodes before updating dentry lease | Jeff Layton |
2017-02-20 | ceph: don't update_dentry_lease unless we actually got one | Jeff Layton |
2017-02-20 | ceph: add a new flag to indicate whether parent is locked | Jeff Layton |
2017-02-20 | ceph: convert bools in ceph_mds_request to a new r_req_flags field | Jeff Layton |
2017-02-20 | ceph: drop session argument to ceph_fill_trace | Jeff Layton |
2017-02-20 | ceph: remove "Debugging hook" from ceph_fill_trace | Jeff Layton |
2017-02-20 | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski |
2017-01-18 | ceph: fix endianness bug in frag_tree_split_cmp | Jeff Layton |
2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds |
2016-12-15 | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus | Al Viro |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi |
2016-10-28 | ceph: switch to use of ->d_init() | Al Viro |
2016-10-28 | ceph: unify dentry_operations instances | Al Viro |
2016-10-18 | ceph: fix readdir vs fragmentation race | Yan, Zheng |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher |
2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
2016-09-22 | ceph: Propagate dentry down to inode_change_ok() | Jan Kara |
2016-08-02 | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2016-07-28 | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng |
2016-07-28 | ceph: don't use ->d_time | Miklos Szeredi |
2016-07-28 | ceph: wait unsafe sync writes for evicting inode | Yan, Zheng |
2016-07-28 | ceph: reduce i_nr_by_mode array size | Yan, Zheng |
2016-07-28 | ceph: rados pool namespace support | Yan, Zheng |
2016-07-28 | libceph: rados pool namespace support | Yan, Zheng |
2016-07-28 | libceph: define new ceph_file_layout structure | Yan, Zheng |
2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds |
2016-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2016-05-26 | ceph: don't use truncate_pagecache() to invalidate read cache | Yan, Zheng |
2016-05-26 | ceph: tolerate bad i_size for symlink inode | Yan, Zheng |
2016-05-26 | ceph: improve fragtree change detection | Yan, Zheng |
2016-05-26 | ceph: keep leaf frag when updating fragtree | Yan, Zheng |
2016-05-26 | ceph: fix dir_auth check in ceph_fill_dirfrag() | Yan, Zheng |
2016-05-26 | ceph: don't assume frag tree splits in mds reply are sorted | Yan, Zheng |
2016-05-26 | ceph: fix inode reference leak | Yan, Zheng |
2016-05-26 | ceph: using hash value to compose dentry offset | Yan, Zheng |
2016-05-26 | ceph: record 'offset' for each entry of readdir result | Yan, Zheng |
2016-05-26 | ceph: define struct for dir entry in readdir reply | Yan, Zheng |
2016-05-26 | ceph: simplify 'offset in frag' | Yan, Zheng |
2016-05-26 | ceph: don't call truncate_pagecache in ceph_writepages_start | Yan, Zheng |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-04-23 | ceph: Switch to generic xattr handlers | Andreas Gruenbacher |
2016-04-23 | ceph: Get rid of d_find_alias in ceph_set_acl | Andreas Gruenbacher |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-25 | ceph: use lookup request to revalidate dentry | Yan, Zheng |