aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil1-2/+8
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil1-0/+13
2011-10-25ceph: fix 32-bit ino numbersAmon Ott1-5/+6
2011-10-25ceph: rename rsize -> rasizeSage Weil1-3/+5
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-11/+9
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil1-1/+1
2011-07-26ceph: protect access to d_parentSage Weil1-8/+1
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil1-0/+2
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil1-1/+1
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil1-0/+2
2011-07-26ceph: add flags field to file_infoSage Weil1-1/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang1-1/+1
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil1-1/+1
2011-03-21ceph: move readahead default to fs/ceph from libcephSage Weil1-0/+1
2011-03-21ceph: add ino32 mount optionYehuda Sadeh1-20/+45
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil1-1/+0
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2011-02-19ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh1-0/+1
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+2
2011-01-12ceph: add dir_layout to inodeSage Weil1-0/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+1
2010-11-08ceph: fix rdcache_gen usage and invalidateSage Weil1-3/+1
2010-10-20ceph: do not carry i_lock for readdir from dcacheSage Weil1-1/+2
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-254/+143
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionSage Weil1-1/+2
2010-09-16ceph: fix cap_snap and realm splitSage Weil1-0/+2
2010-08-24ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil1-1/+2
2010-08-22ceph: include dirty xattrs state in snapped capsSage Weil1-3/+5
2010-08-03ceph: constify dentry_operationsSage Weil1-1/+1
2010-08-02ceph: add flock/fcntl lock supportGreg Farnum1-0/+8
2010-08-02ceph: add CEPH_FEATURE_FLOCK to the supported feature bitsGreg Farnum1-1/+1
2010-08-01ceph: use %pU to print uuid (fsid)Sage Weil1-7/+0
2010-08-01ceph: specify supported features in super.hSage Weil1-0/+6
2010-08-01ceph: add ceph_get_cap_for_mds function.Greg Farnum1-0/+2
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh1-6/+9
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+0
2010-05-29ceph: removed duplicated #includesAndrea Gelmini1-1/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-17ceph: specify max_bytes on readdir repliesSage Weil1-1/+3
2010-05-17ceph: clean up mount options, ->show_options()Sage Weil1-9/+10
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-6/+0
2010-05-17ceph: invalidate affected dentry leases on aborted requestsSage Weil1-0/+1
2010-05-03ceph: add missing #includesSage Weil1-0/+1
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+1
2010-04-13ceph: queue_cap_snap should always queue dirty contextSage Weil1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05ceph: update for write_inode API changeStephen Rothwell1-1/+2
2010-03-04ceph: reset osd after relevant messages timed outYehuda Sadeh1-0/+3