aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix statvfs fr_sizeSage Weil2013-06-201-1/+1
* ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang2011-05-111-1/+1
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-041-1/+1
* ceph: move readahead default to fs/ceph from libcephSage Weil2011-03-211-0/+1
* ceph: add ino32 mount optionYehuda Sadeh2011-03-211-20/+45
* Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2011-03-031-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-211-0/+1
|\
| * ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh2011-02-191-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-131-0/+2
|\|
| * ceph: add dir_layout to inodeSage Weil2011-01-121-0/+2
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+1
|/
* ceph: fix rdcache_gen usage and invalidateSage Weil2010-11-081-3/+1
* ceph: do not carry i_lock for readdir from dcacheSage Weil2010-10-201-1/+2
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-254/+143
* ceph: only send one flushsnap per cap_snap per mds sessionSage Weil2010-09-171-1/+2
* ceph: fix cap_snap and realm splitSage Weil2010-09-161-0/+2
* ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil2010-08-241-1/+2
* ceph: include dirty xattrs state in snapped capsSage Weil2010-08-221-3/+5
* ceph: constify dentry_operationsSage Weil2010-08-031-1/+1
* ceph: add flock/fcntl lock supportGreg Farnum2010-08-021-0/+8
* ceph: add CEPH_FEATURE_FLOCK to the supported feature bitsGreg Farnum2010-08-021-1/+1
* ceph: use %pU to print uuid (fsid)Sage Weil2010-08-011-7/+0
* ceph: specify supported features in super.hSage Weil2010-08-011-0/+6
* ceph: add ceph_get_cap_for_mds function.Greg Farnum2010-08-011-0/+2
* ceph: do caps accounting per mds_clientYehuda Sadeh2010-08-011-6/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-301-1/+0
|\
| * ceph: removed duplicated #includesAndrea Gelmini2010-05-291-1/+0
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
|/
* ceph: specify max_bytes on readdir repliesSage Weil2010-05-171-1/+3
* ceph: clean up mount options, ->show_options()Sage Weil2010-05-171-9/+10
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-171-6/+0
* ceph: invalidate affected dentry leases on aborted requestsSage Weil2010-05-171-0/+1
* ceph: add missing #includesSage Weil2010-05-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-04-141-2/+1
|\
| * ceph: queue_cap_snap should always queue dirty contextSage Weil2010-04-131-2/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ceph: update for write_inode API changeStephen Rothwell2010-03-051-1/+2
* ceph: reset osd after relevant messages timed outYehuda Sadeh2010-03-041-0/+3
* ceph: fix flush_dirty_caps race with caps migrationSage Weil2010-03-011-0/+1
* ceph: drop messages on unregistered mds sessions; cleanupSage Weil2010-02-231-0/+1
* ceph: fix iterate_caps removal raceSage Weil2010-02-171-3/+3
* ceph: clean up readdir caps reservationSage Weil2010-02-171-1/+4
* ceph: use rbtree for snap_realmsSage Weil2010-02-161-0/+2
* ceph: cleanup async writeback, truncation, invalidate helpersSage Weil2010-02-111-15/+4
* ceph: put unused osd connections on lruYehuda Sadeh2010-02-111-0/+2
* ceph: allow renewal of auth credentialsSage Weil2010-02-101-2/+2
* ceph: writeback congestion controlYehuda Sadeh2009-12-211-0/+3
* ceph: include link to bdi in debugfsSage Weil2009-12-211-0/+1
* ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-201-9/+9
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-181-0/+2