summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: handle racing calls to ceph_init_dentrySage Weil2011-07-261-9/+12
* ceph: set dir complete frag after adding capabilitySage Weil2011-07-261-13/+17
* ceph: set up readahead size when rsize is not passedYehuda Sadeh2011-07-261-0/+4
* ceph: ignore lease maskSage Weil2011-07-263-18/+12
* ceph: fix ceph_lookup_open intent usageSage Weil2011-07-263-19/+37
* ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil2011-07-261-1/+2
* ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil2011-07-261-2/+3
* ceph: avoid carrying Fw cap during write into page cacheSage Weil2011-07-261-3/+19
* ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum2011-07-261-2/+1
* ceph: only queue capsnap if caps are dirtySage Weil2011-07-261-4/+2
* ceph: fix snap writeback when racing with writesSage Weil2011-07-261-3/+20
* ceph: use flag bit for at_end readdir flagSage Weil2011-07-262-6/+6
* ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-264-2/+18
* ceph: add flags field to file_infoSage Weil2011-07-261-1/+2
* 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
OpenPOWER on IntegriCloud