aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix statvfs fr_sizeSage Weil2013-06-202-2/+7
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-211-4/+14
* ceph analog of cifs build_path_from_dentry() race fixAl Viro2011-07-161-3/+16
* ceph: fix sync and dio writes across stripe boundariesSage Weil2011-06-131-3/+3
* ceph: fix page alignment correctionsSage Weil2011-06-131-5/+3
* ceph: unwind canceled flock stateSage Weil2011-06-071-10/+16
* ceph: fix ENOENT logic in striped_readSage Weil2011-06-071-2/+2
* ceph: fix short sync reads from the OSDSage Weil2011-06-071-13/+15
* ceph: use ihold when we already have an inode refSage Weil2011-06-0710-28/+37
* ceph: fix cap flush race reentrancySage Weil2011-05-243-29/+31
* ceph: avoid inode lookup on nfs fh reconnectSage Weil2011-05-241-2/+6
* ceph: use LOOKUPINO to make unconnected nfs fh more reliableSage Weil2011-05-241-2/+17
* ceph: check return value for start_request in writepagesSage Weil2011-05-191-1/+2
* ceph: remove useless checkSage Weil2011-05-191-2/+0
* ceph: fix broken comparison in readdir loopSage Weil2011-05-191-1/+1
* ceph: fix rare potential cap leakSage Weil2011-05-191-1/+2
* ceph: use snprintf for dirstat contentSage Weil2011-05-191-2/+3
* libceph: remove unused variableSage Weil2011-05-191-2/+0
* ceph: take reference on mds request r_unsafe_dirSage Weil2011-05-191-0/+4
* ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang2011-05-113-9/+10
* ceph: fix list_add in ceph_put_snap_realmHenry C Chang2011-05-111-1/+1
* ceph: print debug message before put mds sessionHenry C Chang2011-05-111-1/+1
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-045-12/+23
* ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang2011-05-031-0/+7
* ceph: use ihold() when i_lock is heldSage Weil2011-05-031-2/+2
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-073-3/+3
|\
| * Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2011-03-302-1/+7
|\ \ | |/ |/|
| * ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-291-1/+1
| * ceph: flush msgr_wq during mds_client shutdownSage Weil2011-03-251-0/+6
* | fs: don't use igrab() while holding i_lockDave Chinner2011-03-292-3/+3
|/
* ceph: rename dentry_release -> d_release, fix commentSage Weil2011-03-211-7/+6
* ceph: add request to the tail of unsafe write listHenry C Chang2011-03-211-1/+2
* ceph: remove request from unsafe list if it is canceled/timed outHenry C Chang2011-03-211-0/+7
* ceph: move readahead default to fs/ceph from libcephSage Weil2011-03-212-2/+3
* ceph: add ino32 mount optionYehuda Sadeh2011-03-214-25/+65
* ceph: remove debugfs debug cruftSage Weil2011-03-211-6/+0
* ceph: preserve I_COMPLETE across renameSage Weil2011-03-151-8/+8
* ceph: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
* ceph: no .snap inside of snapped namespaceSage Weil2011-03-041-0/+1
* ceph: do not clear I_COMPLETE from d_releaseSage Weil2011-03-031-21/+1
* ceph: do not set I_COMPLETESage Weil2011-03-032-2/+2
* Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2011-03-032-5/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-213-5/+15
|\
| * ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh2011-02-192-1/+5
| * ceph: queue cap_snaps once per realmSage Weil2011-02-041-4/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-285-14/+54
|\ \ | |/
| * ceph: avoid picking MDS that is not activeSage Weil2011-01-251-3/+7
| * ceph: avoid immediate cap check after importSage Weil2011-01-191-2/+1
| * ceph: fix flushing of caps vs cap importSage Weil2011-01-191-4/+34