- 2e4f213 ceph: fix endianness of getattr mask in ceph_d_revalidate by Jeff Layton · 8 years ago
- c3f4688 ceph: don't set req->r_locked_dir in ceph_d_revalidate by Jeff Layton · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
- 0f5aa88 ceph: do not modify fi->frag in need_reset_readdir() by Nicolas Iooss · 8 years ago
- f49d1e0 ceph: handle LOOKUP_RCU in ceph_d_revalidate by Jeff Layton · 8 years ago
- 14fb9c9 ceph: allow dentry_lease_is_valid to work under RCU walk by Jeff Layton · 8 years ago
- 5b484a5 ceph: clear d_fsinfo pointer under d_lock by Jeff Layton · 8 years ago
- 9b16f03c ceph: don't use ->d_time by Miklos Szeredi · 8 years ago
- a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
- 3b33f69 ceph: make logical calculation functions return bool by Zhang Zhuoyu · 9 years ago
- f3c4ebe ceph: using hash value to compose dentry offset by Yan, Zheng · 9 years ago
- 076c40f ceph: don't forbid marking directory complete after forward seek by Yan, Zheng · 9 years ago
- 8974eeb ceph: record 'offset' for each entry of readdir result by Yan, Zheng · 9 years ago
- 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 9 years ago
- 2a5beea ceph: define struct for dir entry in readdir reply by Yan, Zheng · 9 years ago
- a78600e ceph: simplify 'offset in frag' by Yan, Zheng · 9 years ago
- 1cd42a4 ceph: remove unnecessary checks in __dcache_readdir by Yan, Zheng · 9 years ago
- c530cd2 ceph: search cache postion for dcache readdir by Yan, Zheng · 9 years ago
- ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 2cdeb1e ceph: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 99ec269 ceph: use kmem_cache_zalloc by Geliang Tang · 9 years ago
- 200fd27 ceph: use lookup request to revalidate dentry by Yan, Zheng · 9 years ago
- 641235d ceph: kill ceph_get_dentry_parent_inode() by Yan, Zheng · 9 years ago
- 315f240 ceph: fix security xattr deadlock by Yan, Zheng · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- fdd4e15 ceph: rework dcache readdir by Yan, Zheng · 9 years ago
- 687265e ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL by Yan, Zheng · 9 years ago
- da819c8 ceph: fix directory fsync by Yan, Zheng · 9 years ago
- 5be7303 ceph: simplify two mount_timeout sites by Ilya Dryomov · 9 years ago
- a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 0ea611a ceph: rename snapshot support by Yan, Zheng · 10 years ago
- a149bb9 ceph: kstrdup() memory handling by Sanidhya Kashyap · 10 years ago
- 57e9546 ceph: match wait_for_completion_timeout return type by Nicholas Mc Guire · 10 years ago
- e2c3de0 ceph: fix dcache/nocache mount option by Yan, Zheng · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- 4d41cef ceph: return error for traceless reply race by Yan, Zheng · 10 years ago
- 5cba372 ceph: fix dentry leaks by Yan, Zheng · 10 years ago
- 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 10 years ago
- 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- 275dd19 ceph: fix mksnap crash by Yan, Zheng · 10 years ago
- 70db4f3 ceph: introduce a new inode flag indicating if cached dentries are ordered by Yan, Zheng · 10 years ago
- b583043 kill f_dentry uses by Al Viro · 10 years ago
- a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
- 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
- 6b04908 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- b1ee94a ceph: include the initial ACL in create/mkdir/mknod MDS requests by Yan, Zheng · 10 years ago
- c143c23 vfs: Remove d_drop calls from d_revalidate implementations by Eric W. Biederman · 11 years ago
- 0a8a70f ceph: clear directory's completeness when creating file by Yan, Zheng · 11 years ago
- 6da5246 ceph: use fpos_cmp() to compare dentry positions by Yan, Zheng · 11 years ago
- 0081bd8 ceph: check directory's completeness before emitting directory entry by Yan, Zheng · 11 years ago
- a30be7c ceph: skip invalid dentry during dcache readdir by Yan, Zheng · 11 years ago
- 5400839 ceph: preallocate buffer for readdir reply by Yan, Zheng · 11 years ago
- 4b58c9b ceph: do not set r_old_dentry_dir on link() by Sage Weil · 12 years ago
- 180061a ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename() by Sage Weil · 12 years ago
- 15289dc ceph: let MDS adjust readdir 'frag' by Yan, Zheng · 11 years ago
- dcd3cc0 ceph: fix reset_readdir() by Yan, Zheng · 11 years ago
- f049420 ceph: fix ceph_dir_llseek() by Yan, Zheng · 11 years ago
- 4d5f5df ceph: fix __dcache_readdir() by Yan, Zheng · 11 years ago
- b20a95a ceph: add missing init_acl() for mkdir() and atomic_open() by Yan, Zheng · 11 years ago
- 72466d0 ceph: fix posix ACL hooks by Sage Weil · 11 years ago
- 9215aee ceph: check inode caps in ceph_d_revalidate by Yan, Zheng · 11 years ago
- 7221fe4 ceph: add acl for cephfs by Guangliang Zhao · 11 years ago
- 81c6aea ceph: handle frag mismatch between readdir request and reply by Yan, Zheng · 11 years ago
- ee3e542 Merge remote-tracking branch 'linus/master' into testing by Sage Weil · 11 years ago
- ad88f23 ceph: drop CAP_LINK_SHARED when sending "link" request to MDS by Yan, Zheng · 11 years ago
- 77acfa2 [readdir] convert ceph by Al Viro · 11 years ago
- 2f276c5 ceph: use i_release_count to indicate dir's completeness by Yan, Zheng · 12 years ago
- a8673d6 ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag by Yan, Zheng · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
- 5ef50c3 ceph: simplify+fix atomic_open by Sage Weil · 12 years ago
- cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
- 8842b3b ceph: clean up useless d_parent checks by Sage Weil · 12 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
- 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
- e45198a make finish_no_open() return int by Al Viro · 12 years ago
- 30d9049 kill struct opendata by Al Viro · 12 years ago
- d958527 make ->atomic_open() return int by Al Viro · 12 years ago
- 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
- 2d83bde ceph: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
- 3819219 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 12 years ago
- 6c073a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
- d8fb02a ceph: create a new session lock to avoid lock inversion by Alex Elder · 13 years ago
- 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
- a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
- 2ff179e ceph: avoid iput() while holding spinlock in ceph_dir_fsync by Sage Weil · 13 years ago
- 3d8eb7a ceph: remove unnecessary d_fsdata conditional checks by Sage Weil · 13 years ago
- dba19c6 get rid of open-coded S_ISREG(), etc. by Al Viro · 13 years ago
- 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
- 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
- a4d4636 ceph: disable use of dcache for readdir etc. by Sage Weil · 13 years ago