aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik3-4/+15
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2-3/+25
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro1-1/+1
2011-07-20ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro1-1/+0
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro2-3/+3
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-07-16ceph analog of cifs build_path_from_dentry() race fixAl Viro1-3/+16
2011-06-13ceph: fix sync and dio writes across stripe boundariesSage Weil1-3/+3
2011-06-13ceph: fix page alignment correctionsSage Weil1-5/+3
2011-06-07ceph: unwind canceled flock stateSage Weil1-10/+16
2011-06-07ceph: fix ENOENT logic in striped_readSage Weil1-2/+2
2011-06-07ceph: fix short sync reads from the OSDSage Weil1-13/+15
2011-06-07ceph: use ihold when we already have an inode refSage Weil10-28/+37
2011-05-24ceph: fix cap flush race reentrancySage Weil3-29/+31
2011-05-24ceph: avoid inode lookup on nfs fh reconnectSage Weil1-2/+6
2011-05-24ceph: use LOOKUPINO to make unconnected nfs fh more reliableSage Weil1-2/+17
2011-05-19ceph: check return value for start_request in writepagesSage Weil1-1/+2
2011-05-19ceph: remove useless checkSage Weil1-2/+0
2011-05-19ceph: fix broken comparison in readdir loopSage Weil1-1/+1
2011-05-19ceph: fix rare potential cap leakSage Weil1-1/+2
2011-05-19ceph: use snprintf for dirstat contentSage Weil1-2/+3
2011-05-19libceph: remove unused variableSage Weil1-2/+0
2011-05-19ceph: take reference on mds request r_unsafe_dirSage Weil1-0/+4
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang3-9/+10
2011-05-11ceph: fix list_add in ceph_put_snap_realmHenry C Chang1-1/+1
2011-05-11ceph: print debug message before put mds sessionHenry C Chang1-1/+1
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil5-12/+23
2011-05-03ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang1-0/+7
2011-05-03ceph: use ihold() when i_lock is heldSage Weil1-2/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds3-3/+3
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-1/+7
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen1-1/+1
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner2-3/+3
2011-03-25ceph: flush msgr_wq during mds_client shutdownSage Weil1-0/+6
2011-03-21ceph: rename dentry_release -> d_release, fix commentSage Weil1-7/+6
2011-03-21ceph: add request to the tail of unsafe write listHenry C Chang1-1/+2
2011-03-21ceph: remove request from unsafe list if it is canceled/timed outHenry C Chang1-0/+7
2011-03-21ceph: move readahead default to fs/ceph from libcephSage Weil2-2/+3
2011-03-21ceph: add ino32 mount optionYehuda Sadeh4-25/+65
2011-03-21ceph: remove debugfs debug cruftSage Weil1-6/+0
2011-03-15ceph: preserve I_COMPLETE across renameSage Weil1-8/+8
2011-03-10ceph: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-03-04ceph: no .snap inside of snapped namespaceSage Weil1-0/+1
2011-03-03ceph: do not clear I_COMPLETE from d_releaseSage Weil1-21/+1
2011-03-03ceph: do not set I_COMPLETESage Weil2-2/+2
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2-5/+1
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-5/+15