aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-07ceph: use i_ceph_lock instead of i_lockGravatar Sage Weil 1-15/+16
2011-11-05ceph: use new D_COMPLETE dentry flagGravatar Sage Weil 1-2/+8
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneGravatar Sage Weil 1-0/+13
2011-10-25ceph: fix 32-bit ino numbersGravatar Amon Ott 1-5/+6
2011-10-25ceph: rename rsize -> rasizeGravatar Sage Weil 1-3/+5
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-11/+9
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugGravatar Sage Weil 1-1/+1
2011-07-26ceph: protect access to d_parentGravatar Sage Weil 1-8/+1
2011-07-26ceph: fix ceph_lookup_open intent usageGravatar Sage Weil 1-0/+2
2011-07-26ceph: use flag bit for at_end readdir flagGravatar Sage Weil 1-1/+1
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioGravatar Sage Weil 1-0/+2
2011-07-26ceph: add flags field to file_infoGravatar Sage Weil 1-1/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-1/+1
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capGravatar Henry C Chang 1-1/+1
2011-05-04ceph: do not call __mark_dirty_inode under i_lockGravatar Sage Weil 1-1/+1
2011-03-21ceph: move readahead default to fs/ceph from libcephGravatar Sage Weil 1-0/+1
2011-03-21ceph: add ino32 mount optionGravatar Yehuda Sadeh 1-20/+45
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Gravatar Sage Weil 1-1/+0
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-0/+1
2011-02-19ceph: keep reference to parent inode on ceph_dentryGravatar Yehuda Sadeh 1-0/+1
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-0/+2
2011-01-12ceph: add dir_layout to inodeGravatar Sage Weil 1-0/+2
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-1/+1
2010-11-08ceph: fix rdcache_gen usage and invalidateGravatar Sage Weil 1-3/+1
2010-10-20ceph: do not carry i_lock for readdir from dcacheGravatar Sage Weil 1-1/+2
2010-10-20ceph: factor out libceph from Ceph file systemGravatar Yehuda Sadeh 1-254/+143
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionGravatar Sage Weil 1-1/+2
2010-09-16ceph: fix cap_snap and realm splitGravatar Sage Weil 1-0/+2
2010-08-24ceph: maintain i_head_snapc when any caps are dirty, not just for dataGravatar Sage Weil 1-1/+2
2010-08-22ceph: include dirty xattrs state in snapped capsGravatar Sage Weil 1-3/+5
2010-08-03ceph: constify dentry_operationsGravatar Sage Weil 1-1/+1
2010-08-02ceph: add flock/fcntl lock supportGravatar Greg Farnum 1-0/+8
2010-08-02ceph: add CEPH_FEATURE_FLOCK to the supported feature bitsGravatar Greg Farnum 1-1/+1
2010-08-01ceph: use %pU to print uuid (fsid)Gravatar Sage Weil 1-7/+0
2010-08-01ceph: specify supported features in super.hGravatar Sage Weil 1-0/+6
2010-08-01ceph: add ceph_get_cap_for_mds function.Gravatar Greg Farnum 1-0/+2
2010-08-01ceph: do caps accounting per mds_clientGravatar Yehuda Sadeh 1-6/+9
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-1/+0
2010-05-29ceph: removed duplicated #includesGravatar Andrea Gelmini 1-1/+0
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-17ceph: specify max_bytes on readdir repliesGravatar Sage Weil 1-1/+3
2010-05-17ceph: clean up mount options, ->show_options()Gravatar Sage Weil 1-9/+10
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientGravatar Cheng Renquan 1-6/+0
2010-05-17ceph: invalidate affected dentry leases on aborted requestsGravatar Sage Weil 1-0/+1
2010-05-03ceph: add missing #includesGravatar Sage Weil 1-0/+1
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-2/+1
2010-04-13ceph: queue_cap_snap should always queue dirty contextGravatar Sage Weil 1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05ceph: update for write_inode API changeGravatar Stephen Rothwell 1-1/+2