aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-231/+310
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-115/+74
2014-06-12ceph: switch to iter_file_splice_write()Al Viro1-1/+1
2014-06-08ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng1-2/+2
2014-06-06fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick1-3/+3
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick4-6/+6
2014-06-06ceph: include time stamp in every MDS requestSage Weil2-1/+9
2014-06-06ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen1-10/+7
2014-06-06mds: check cap ID when handling cap export messageYan, Zheng1-1/+1
2014-06-06ceph: remember subtree root dirfrag's auth MDSYan, Zheng1-1/+7
2014-06-06ceph: introduce ceph_fill_fragtree()Yan, Zheng1-45/+84
2014-06-06ceph: handle cap import atomicallyYan, Zheng1-45/+54
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng3-79/+85
2014-06-06ceph: update inode fields according to issued capsYan, Zheng2-57/+71
2014-06-06ceph: queue vmtruncate if necessary when handing cap grant/revokeYan, Zheng1-10/+16
2014-06-06ceph: remove useless ACL checkZhang Zhen1-6/+0
2014-06-06ceph: ceph_get_parent() can be staticFengguang Wu1-1/+1
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton1-8/+2
2014-05-06ceph: switch to ->write_iter()Al Viro1-31/+26
2014-05-06ceph_sync_direct_write: stop poking into iov_iter gutsAl Viro1-26/+23
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro1-28/+18
2014-05-06ceph: switch to ->read_iter()Al Viro1-11/+7
2014-05-06start adding the tag to iov_iterAl Viro1-4/+4
2014-05-06new helper: generic_file_read_iter()Al Viro1-14/+1
2014-05-06ceph_aio_read(): keep iov_iter across retriesAl Viro1-6/+8
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-2/+2
2014-05-06kill generic_segment_checks()Al Viro1-10/+3
2014-05-06kill iov_iter_copy_from_user()Al Viro1-2/+1
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-72/+39
2014-04-28ceph: reserve caps for file layout/lock MDS requestsYan, Zheng2-0/+4
2014-04-28ceph: avoid releasing caps that are being usedYan, Zheng1-1/+1
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng3-60/+21
2014-04-28ceph: use fpos_cmp() to compare dentry positionsYan, Zheng1-1/+1
2014-04-28ceph: check directory's completeness before emitting directory entryYan, Zheng1-10/+12
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+0
2014-04-12ceph: fix pr_fmt() redefinitionLinus Torvalds1-2/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+7
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner1-3/+0
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro1-2/+2
2014-04-06ceph: skip invalid dentry during dcache readdirYan, Zheng1-5/+8
2014-04-04ceph: flush cap release queue when trimming session capsYan, Zheng1-0/+3
2014-04-04ceph: don't grabs open file reference for aborted requestYan, Zheng1-1/+1
2014-04-04ceph: drop extra open file reference in ceph_atomic_open()Yan, Zheng1-1/+2
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng3-21/+59
2014-04-04ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()Yan, Zheng1-2/+2
2014-04-04ceph: check buffer size in ceph_vxattrcb_layout()Yan, Zheng1-9/+25
2014-04-04ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng1-9/+12
2014-04-04ceph: Remove get/set acl on symlinksFabian Frederick1-2/+0
2014-04-04ceph: set mds_wanted when MDS reply changes a cap to auth capYan, Zheng1-1/+3
2014-04-04ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng3-20/+43
2014-04-04ceph: forbid mandatory file lockYan, Zheng1-0/+12
2014-04-04ceph: use fl->fl_type to decide flock operationYan, Zheng1-12/+9
2014-04-04ceph: update i_max_size even if inode version does not changeYan, Zheng1-8/+8
2014-04-04ceph: make sure write caps are registered with auth MDSYan, Zheng1-1/+4
2014-04-03ceph: print inode number for LOOKUPINO requestYan, Zheng1-0/+2
2014-04-03ceph: add get_name() NFS export callbackYan, Zheng3-1/+91
2014-04-03ceph: fix ceph_fh_to_parent()Yan, Zheng1-33/+9
2014-04-03ceph: add get_parent() NFS export callbackYan, Zheng1-0/+60
2014-04-03ceph: simplify ceph_fh_to_dentry()Yan, Zheng1-135/+32
2014-04-03ceph: fscache: Wait for completion of object initializationYunchuan Wen1-0/+1
2014-04-03ceph: fscache: Update object store limit after file writingYunchuan Wen1-0/+3
2014-04-03ceph: fscache: add an interface to synchronize object store limitYunchuan Wen1-0/+10
2014-04-03ceph: do not set r_old_dentry_dir on link()Sage Weil1-2/+1
2014-04-03ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil2-4/+6
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil4-17/+5
2014-04-03ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename()Sage Weil1-1/+2
2014-04-03ceph: let MDS adjust readdir 'frag'Yan, Zheng1-3/+0
2014-04-03ceph: fix reset_readdir()Yan, Zheng1-3/+6
2014-04-03ceph: fix ceph_dir_llseek()Yan, Zheng2-7/+7
2014-04-01ceph_aio_write(): switch to generic_perform_write()Al Viro1-2/+5
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro1-2/+1
2014-02-17ceph: fix __dcache_readdir()Yan, Zheng1-1/+9
2014-02-17ceph: add acl, noacl options for cephfs mountSage Weil1-4/+28
2014-02-17ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2-6/+6
2014-02-17ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng2-5/+9
2014-02-17ceph: fix ceph_set_acl()Yan, Zheng1-5/+1
2014-02-17ceph: fix ceph_removexattr()Yan, Zheng1-1/+1
2014-02-17ceph: remove xattr when null value is given to setxattr()Yan, Zheng1-2/+14
2014-02-17ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng1-12/+26
2014-01-31ceph: fix missing dput in ceph_set_aclSage Weil1-3/+6
2014-01-30ceph: simplify ceph_{get,init}_aclChristoph Hellwig1-40/+16
2014-01-30ceph: remove duplicate declaration of ceph_setattrPeter Rosin1-1/+0
2014-01-29ceph: fix posix ACL hooksSage Weil4-5/+10
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds4-108/+6
2014-01-28ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Ilya Dryomov1-1/+1
2014-01-28ceph: fix dout() compile warnings in ceph_filemap_fault()Ilya Dryomov1-3/+3
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov1-2/+6
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng3-82/+146
2014-01-21ceph: add open export target session helperYan, Zheng2-15/+38
2014-01-21ceph: remove exported caps when handling cap import messageYan, Zheng1-27/+52
2014-01-21ceph: handle session flush messageYan, Zheng2-0/+21
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng3-3/+21
2014-01-21ceph: handle -ESTALE replyYan, Zheng1-20/+11
2014-01-21ceph: fix trim capsYan, Zheng1-6/+11
2014-01-21ceph: fix cache revoke raceYan, Zheng3-4/+8
2014-01-21ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng1-1/+1
2014-01-21ceph: handle cap export race in try_flush_caps()Yan, Zheng1-8/+8
2014-01-16ceph: trivial comment fixJ. Bruce Fields1-3/+3
2013-12-31libceph: all features fields must be u64Ilya Dryomov2-9/+9
2013-12-31ceph fscache: Uncaching no data page from fscache in readpage()Li Wang1-0/+1
2013-12-31ceph fscache: Introduce a routine for uncaching single no data page from fscacheLi Wang1-0/+13
2013-12-31ceph: add acl for cephfsGuangliang Zhao9-13/+451
2013-12-31ceph: check caps in filemap_fault and page_mkwriteYan, Zheng1-12/+77
2013-12-13fs: ceph: new helper: file_inode(file)Libo Chen1-1/+1
2013-12-13ceph: Clean up if error occurred in finish_read()Li Wang1-0/+3
2013-12-13ceph: implement readv/preadv for sync operationmajianpeng1-46/+116
2013-12-13ceph: Implement writev/pwritev for sync operation.majianpeng1-80/+193
2013-12-13ceph: drop unconnected inodesYan, Zheng3-0/+12
2013-12-13ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang1-2/+6
2013-12-13ceph: initialize inode before instantiating dentryYan, Zheng1-78/+58
2013-11-26Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-41/+121
2013-11-23ceph: allocate non-zero page to fscache in readpage()Li Wang1-1/+1
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng1-1/+2
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng1-1/+4
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng3-4/+26
2013-11-23ceph: set caps count after composing cap reconnect messageYan, Zheng1-5/+18
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng3-21/+14
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng3-5/+25
2013-09-30ceph: remove outdated frag informationYan, Zheng1-4/+29
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-2/+2
2013-09-25ceph: hung on ceph fscache invalidate in some casesMilosz Tanski1-0/+3
2013-09-06ceph: use d_invalidate() to invalidate aliasesYan, Zheng1-4/+4
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng3-11/+1
2013-09-06ceph: trivial buildbot warnings fixMilosz Tanski2-4/+4
2013-09-06ceph: Do not do invalidate if the filesystem is mounted nofscMilosz Tanski1-0/+4
2013-09-06ceph: page still marked private_2Milosz Tanski2-1/+14
2013-09-06ceph: ceph_readpage_to_fscache didn't check if markedMilosz Tanski1-0/+3
2013-09-06ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski2-0/+9
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski10-13/+666
2013-08-27ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...Sha Zhengju1-29/+14
2013-08-27ceph: allow sync_read/write return partial successed size of read/write.majianpeng1-1/+3
2013-08-27ceph: fix bugs about handling short-read for sync read mode.majianpeng1-23/+16
2013-08-27ceph: remove useless variable revoked_rdcacheLi Wang1-4/+1
2013-08-27ceph: fix fallocate divisionSage Weil1-6/+10
2013-08-15ceph: punch hole supportLi Wang1-0/+196
2013-08-15ceph: fix request max sizeYan, Zheng1-7/+11
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng4-22/+30
2013-08-15ceph: cleanup the logic in ceph_invalidatepageMilosz Tanski1-14/+15
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil6-76/+65
2013-08-09ceph: Remove bogus check in invalidatepageMilosz Tanski1-4/+0
2013-08-09ceph: replace hold_mutex flag with gotoSage Weil1-7/+4
2013-08-09ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understandmajianpeng1-7/+9
2013-08-09ceph: fix freeing inode vs removing session caps raceYan, Zheng3-0/+41
2013-08-09ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng1-2/+6
2013-08-09ceph: Don't use ceph-sync-mode for synchronous-fs.majianpeng1-2/+0
2013-08-09ceph: cleanup types in striped_read()Dan Carpenter1-4/+4
2013-08-09ceph: trim deleted inodeYan, Zheng1-1/+40
2013-08-09ceph: wake up writer if vmtruncate work get blockedYan, Zheng1-1/+8
2013-08-09ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng1-0/+2
2013-08-09ceph: fix null pointer dereferenceNathaniel Yazdani1-0/+3
2013-08-09ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng1-1/+3
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds10-124/+149
2013-07-05helper for reading ->d_countAl Viro2-3/+3
2013-07-03ceph: fix race between cap issue and revokeYan, Zheng1-9/+20
2013-07-03ceph: fix cap revoke raceYan, Zheng1-0/+9
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng4-11/+13
2013-07-03ceph: avoid accessing invalid memorySasha Levin1-1/+1
2013-07-03ceph: Reconstruct the func ceph_reserve_caps.majianpeng2-15/+8
2013-07-03ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng1-1/+3
2013-07-03ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma1-2/+0
2013-07-03ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng1-2/+2
2013-07-03ceph: fix sleeping function called from invalid context.majianpeng1-4/+5
2013-07-03ceph: move inode to proper flushing list when auth MDS changesYan, Zheng1-0/+7
2013-07-03ceph: clear migrate seq when MDS restartsYan, Zheng1-0/+1
2013-07-03ceph: check migrate seq before changing auth capYan, Zheng1-3/+5
2013-07-03ceph: fix race between page writeback and truncateYan, Zheng1-44/+40
2013-07-03ceph: reset iov_len when discarding cap release messagesYan, Zheng1-0/+1
2013-07-03ceph: fix cap release raceYan, Zheng1-12/+10
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-15/+6
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-10/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-7/+8
2013-07-01ceph: tidy ceph_mdsmap_decode() a littleDan Carpenter1-20/+22
2013-07-01ceph: improve error handling in ceph_mdsmap_decodeEmil Goode1-1/+3
2013-07-01ceph: fix up comment for ceph_count_locks() as to which lock to holdJim Schutt1-1/+1
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton2-5/+5
2013-06-29[readdir] convert cephAl Viro1-51/+48
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-58/+89
2013-05-21ceph: use ->invalidatepage() length argumentLukas Czerner1-6/+6
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt3-61/+89
2013-05-17ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt2-3/+6
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01ceph: use ceph_create_snap_context()Alex Elder1-2/+1
2013-05-01libceph: kill off osd data write_request parametersAlex Elder2-7/+6
2013-05-01ceph: fix printk format warnings in file.cRandy Dunlap1-2/+2
2013-05-01ceph: fix race between writepages and truncateYan, Zheng1-7/+7
2013-05-01ceph: apply write checks in ceph_aio_writeYan, Zheng1-35/+59
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng2-12/+13
2013-05-01libceph: change how "safe" callback is usedAlex Elder1-24/+28
2013-05-01ceph: let osd client clean up for interrupted requestAlex Elder1-6/+0
2013-05-01ceph: fix symlink inode operationsYan, Zheng1-0/+6
2013-05-01ceph: Use pseudo-random numbers to choose mdsSam Lang1-3/+5
2013-05-01libceph: add, don't set data for a messageAlex Elder1-2/+2
2013-05-01libceph: combine initializing and setting osd dataAlex Elder2-9/+6
2013-05-01libceph: specify osd op by index in requestAlex Elder1-1/+1
2013-05-01libceph: add data pointers in osd op structuresAlex Elder2-5/+8
2013-05-01libceph: keep source rather than message osd op arrayAlex Elder2-16/+11
2013-05-01libceph: a few more osd data cleanupsAlex Elder1-13/+17
2013-05-01libceph: define osd data initialization helpersAlex Elder2-15/+8
2013-05-01ceph: build osd request message later for writepagesAlex Elder1-26/+33