aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-65/+116
2012-12-18ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt1-1/+3
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton2-5/+5
2012-12-13libceph: Unlock unprocessed pages in start_read() error pathDavid Zafman1-0/+9
2012-12-13ceph: call handle_cap_grant() for cap import messageYan, Zheng1-2/+2
2012-12-13ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng1-6/+9
2012-12-13ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng1-3/+7
2012-12-13ceph: Fix infinite loop in __wake_requestsYan, Zheng1-2/+7
2012-12-13ceph: Don't update i_max_size when handling non-auth capYan, Zheng1-1/+1
2012-12-13bdi_register: add __printf verification, fix arg mismatchJoe Perches1-1/+1
2012-12-13libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2012-12-13ceph: fix dentry reference leak in ceph_encode_fh().Cyril Roelandt1-1/+3
2012-11-05ceph: Fix i_size update raceSage Weil2-47/+77
2012-11-04ceph: Hold caps_list_lock when adjusting caps_{use, total}_countYan, Zheng1-0/+2
2012-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+2
2012-10-29ceph: fix dentry reference leak in encode_fh()David Zafman1-0/+2
2012-10-26ceph: Fix NULL ptr crash in strlen()David Zafman1-1/+1
2012-10-26ceph: fix dentry reference leak in encode_fh()David Zafman1-0/+2
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-4/+14
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-27/+46
2012-10-03ceph: avoid 32-bit page index overflowAlex Elder1-6/+5
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil1-2/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-01ceph: propagate layout error on osd request creationSage Weil2-6/+6
2012-10-01ceph: convert to use le32_add_cpu()Wei Yongjun1-1/+1
2012-10-01ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng1-1/+2
2012-10-01ceph: let path portion of mount "device" be optionalAlex Elder1-11/+26
2012-09-26ceph: don't abuse d_delete() on failure exitsAl Viro1-2/+2
2012-08-21ceph: avoid divide by zero in __validate_layout()Sage Weil1-1/+2
2012-08-21ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil1-5/+10
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil1-0/+1
2012-08-02ceph: simplify+fix atomic_openSage Weil3-66/+40
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-31/+23
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder2-10/+12
2012-07-30ceph: fix potential double freeAlan Cox1-0/+1
2012-07-30ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
2012-07-30libceph: move feature bits to separate headerSage Weil2-0/+2
2012-07-31ceph: Push file_update_time() into ceph_page_mkwrite()Jan Kara1-0/+3
2012-07-30ceph: clean up useless d_parent checksSage Weil2-15/+3
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-3/+3
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-07-14make finish_no_open() return intAl Viro1-4/+2
2012-07-14kill struct opendataAl Viro3-10/+7
2012-07-14make ->atomic_open() return intAl Viro3-19/+18
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro3-7/+8
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi3-38/+56
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi3-6/+4
2012-07-05libceph: set peer name on con_open, not initSage Weil1-3/+4
2012-06-20ceph: check PG_Private flag before accessing page->privateYan, Zheng1-9/+12
2012-06-15Merge tag 'v3.5-rc1'Sage Weil3-14/+23
2012-06-06libceph: fully initialize connection in con_init()Alex Elder1-5/+2
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+21
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder1-1/+1
2012-06-01ceph: check PG_Private flag before accessing page->privateYan, Zheng1-9/+12
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-05-31introduce SIZE_MAXXi Wang1-1/+1
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-98/+75
2012-05-29ceph: move encode_fh to new APISage Weil1-13/+21
2012-05-29->encode_fh() API changeAl Viro1-0/+2
2012-05-17ceph: use info returned by get_authorizerAlex Elder1-8/+1
2012-05-17ceph: have get_authorizer methods return pointersAlex Elder1-7/+13
2012-05-17ceph: ensure auth ops are defined before useAlex Elder1-8/+6
2012-05-17ceph: messenger: reduce args to create_authorizerAlex Elder1-15/+12
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder2-19/+18
2012-05-16ceph: ignore preferred_osd fieldSage Weil1-4/+0
2012-05-16ceph: fully initialize new layoutSage Weil2-6/+15
2012-05-07ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil1-44/+38
2012-05-07ceph: drop support for preferred_osd pgsSage Weil3-20/+5
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