aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-82/+163
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder1-3/+8
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder1-0/+10
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-2/+4
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder1-6/+8
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder3-5/+56
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder1-11/+11
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder1-10/+10
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder1-13/+26
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder1-11/+14
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder1-23/+20
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder1-3/+1
2012-03-22ceph: fix overflow check in build_snap_context()Xi Wang1-1/+1
2012-03-22ceph: avoid panic with mismatched symlink sizes in fill_inode()Xi Wang1-5/+6
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott1-1/+1
2012-03-22ceph: don't reset s_cap_ttl to zeroAlex Elder1-4/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-10/+19
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder4-9/+14
2012-02-02ceph: fix length validation in parse_reply_info()Xi Wang1-0/+2
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder1-1/+3
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-40/+88
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrAlex Elder1-0/+22
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil3-3/+37
2012-01-11ceph: always initialize the dentry in open_root_dentry()Alex Elder1-4/+3
2012-01-10ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil1-1/+2
2012-01-10ceph: avoid useless dget/dput in encode_fhSage Weil1-4/+2
2012-01-10ceph: dereference pointer after checking for NULLYehuda Sadeh1-1/+2
2012-01-10ceph: remove unnecessary d_fsdata conditional checksSage Weil2-30/+22
2012-01-09ceph: d_alloc_root() may failAl Viro1-4/+11
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03ceph: propagate umode_tAl Viro2-3/+3
2012-01-03get rid of open-coded S_ISREG(), etc.Al Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-2/+2
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-29ceph: disable use of dcache for readdir etc.Sage Weil1-26/+3
2011-12-13ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh1-0/+1
2011-12-13ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil1-1/+2
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil11-207/+212
2011-12-02ceph: fix rasize reporting by ceph_show_optionsSage Weil1-1/+1
2011-11-11ceph: initialize root dentrySage Weil2-3/+5
2011-11-05ceph: fix iput race when queueing inode workSage Weil1-3/+6
2011-11-05ceph/super.c: quiet sparse noiseH Hartley Sweeten1-2/+2
2011-11-05ceph/mds_client.c: quiet sparse noiseH Hartley Sweeten1-2/+2
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil5-23/+68
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2-0/+41
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-2/+2
2011-10-25libceph: fix double-free of page vectorSage Weil1-1/+0
2011-10-25ceph: fix 32-bit ino numbersAmon Ott1-5/+6
2011-10-25ceph: let the set_layout ioctl set single traitsGreg Farnum1-6/+28
2011-10-25Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil1-45/+1
2011-10-25ceph: replace leading spaces with tabsNoah Watkins1-20/+20
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil2-6/+7
2011-10-25libceph: create messenger with clientSage Weil1-3/+6
2011-10-25ceph: document ioctlsSage Weil1-1/+54
2011-10-25ceph: implement (optional) max read sizeSage Weil1-3/+12
2011-10-25ceph: rename rsize -> rasizeSage Weil2-6/+16
2011-10-25ceph: make readpages fully asyncSage Weil1-70/+115
2011-09-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-3/+3
2011-08-22ceph: fix memory leakNoah Watkins1-2/+2
2011-08-15ceph: fix encoding of ino only (not relative) pathsSage Weil1-1/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds13-137/+249
2011-07-26ceph: document unlocked d_parent accessesSage Weil2-4/+11
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil4-11/+17
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil1-1/+3
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil4-13/+18
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil1-15/+17
2011-07-26ceph: protect access to d_parentSage Weil6-15/+33
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil1-9/+12
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil1-13/+17
2011-07-26ceph: set up readahead size when rsize is not passedYehuda Sadeh1-0/+4
2011-07-26ceph: ignore lease maskSage Weil3-18/+12
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil3-19/+37
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil1-1/+2
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil1-2/+3
2011-07-26ceph: avoid carrying Fw cap during write into page cacheSage Weil1-3/+19
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum1-2/+1
2011-07-26ceph: only queue capsnap if caps are dirtySage Weil1-4/+2
2011-07-26ceph: fix snap writeback when racing with writesSage Weil1-3/+20
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil2-6/+6
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil4-2/+18
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 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/sag...Linus Torvalds3-5/+15
2011-02-19ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh2-1/+5
2011-02-04ceph: queue cap_snaps once per realmSage Weil1-4/+10
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-14/+54
2011-01-25ceph: avoid picking MDS that is not activeSage Weil1-3/+7
2011-01-19ceph: avoid immediate cap check after importSage Weil1-2/+1
2011-01-19ceph: fix flushing of caps vs cap importSage Weil1-4/+34
2011-01-19ceph: fix erroneous cap flush to non-auth mdsSage Weil1-0/+2
2011-01-19ceph: fix cap_wanted_delay_{min,max} mount option initializationSage Weil1-0/+2
2011-01-13ceph: fix xattr rbtree searchSage Weil1-0/+3
2011-01-13ceph: fix getattr on directory when using norbytesYehuda Sadeh1-5/+5
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-51/+80
2011-01-12ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo1-3/+7
2011-01-12ceph: Makefile: Remove unnessary codeTracey Dent1-22/+1
2011-01-12ceph: associate requests with opening sessionsSage Weil1-2/+4
2011-01-12ceph: drop redundant r_mds fieldSage Weil3-7/+11
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil4-16/+32
2011-01-12ceph: add dir_layout to inodeSage Weil4-1/+25
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-4/+9
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-3/+3
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+10
2011-01-07fs: dcache remove dcache_lockNick Piggin2-9/+1
2011-01-07fs: dcache scale subdirsNick Piggin2-3/+11
2011-01-07fs: dcache scale d_unhashedNick Piggin1-2/+3
2011-01-07fs: dcache scale dentry refcountNick Piggin3-4/+6
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang1-4/+4
2010-12-17ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil1-1/+2
2010-12-15ceph: fix direct-io on non-page-aligned buffersHenry C Chang1-12/+19
2010-12-06ceph: fix ioctl magicSage Weil1-1/+1
2010-12-01ceph: Behave better when handling file lock replies.Herb Shiu1-8/+30
2010-12-01ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu1-37/+21
2010-12-01ceph: Handle file locks in replies from the MDS.Herb Shiu2-14/+58
2010-12-01ceph: avoid possible null deref in readdir after dir llseekSage Weil1-2/+2
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-55/+98
2010-11-18ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil1-3/+7
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-11-11ceph: fix frag offset for non-leftmost fragsSage Weil1-1/+4
2010-11-11ceph: fix dangling pointerSage Weil1-0/+1
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil3-9/+25
2010-11-09ceph: fix comment, remove extraneous argsSage Weil1-11/+9
2010-11-08ceph: fix update of ctime from MDSSage Weil1-2/+4
2010-11-08ceph: fix version check on racing inode updatesSage Weil1-4/+9
2010-11-08ceph: fix uid/gid on resent mds requestsSage Weil2-2/+7
2010-11-08ceph: fix rdcache_gen usage and invalidateSage Weil3-14/+10
2010-11-07ceph: re-request max_size if cap auth changesSage Weil1-0/+5
2010-11-07ceph: only let auth caps update max_sizeSage Weil1-1/+8
2010-11-07ceph: fix open for write on clustered mdsSage Weil1-2/+4
2010-11-07ceph: fix bad pointer dereference in ceph_fill_traceSage Weil1-1/+2
2010-10-29convert cephAl Viro1-23/+27
2010-10-27Revert "ceph: update issue_seq on cap grant"Sage Weil1-5/+3
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-9/+0
2010-10-20ceph: do not carry i_lock for readdir from dcacheSage Weil2-26/+18
2010-10-20fs/ceph/xattr.c: Use kmemdupJulia Lawall1-2/+1
2010-10-20ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum2-1/+69
2010-10-20ceph: fix debugfs warningsRandy Dunlap1-1/+2
2010-10-20ceph: switch from BKL to lock_flocks()Sage Weil1-5/+6
2010-10-20ceph: preallocate flock state without locks heldGreg Farnum2-15/+44
2010-10-20ceph: use mapping->nrpages to determine if mapping is emptySage Weil1-12/+1
2010-10-20ceph: only invalidate on check_caps if we actually have pagesSage Weil1-1/+1
2010-10-20ceph: do not hide .snap in root directorySage Weil1-1/+0
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh62-14078/+926
2010-10-20ceph-rbd: osdc support for osd call and rollback operationsYehuda Sadeh3-0/+29
2010-10-20ceph: messenger and osdc changes for rbdYehuda Sadeh6-101/+436
2010-10-20ceph: refactor osdc requests creation functionsYehuda Sadeh2-57/+155
2010-10-20ceph: lookup pool in osdmap by nameYehuda Sadeh2-0/+15
2010-10-07ceph: update issue_seq on cap grantSage Weil1-3/+5