aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-96/+96
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-92/+190
2015-04-22ceph: fix uninline data functionYan, Zheng1-13/+21
2015-04-22ceph: rename snapshot supportYan, Zheng2-4/+10
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng1-1/+2
2015-04-20ceph: hold on to exclusive caps on complete directoriesYan, Zheng1-0/+12
2015-04-20ceph: show non-default options onlyIlya Dryomov1-5/+1
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-25/+15
2015-04-20ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng1-0/+28
2015-04-20ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng1-7/+0
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng2-2/+8
2015-04-20ceph: keep i_snap_realm while there are writersYan, Zheng1-9/+22
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap3-13/+44
2015-04-20ceph: properly release page upon errorTaesoo Kim1-0/+4
2015-04-20ceph: match wait_for_completion_timeout return typeNicholas Mc Guire1-4/+5
2015-04-20ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2015-04-20ceph: remove redundant declarationFabian Frederick1-1/+0
2015-04-20ceph: fix dcache/nocache mount optionYan, Zheng2-1/+4
2015-04-20ceph: drop cap releases in requests composed before cap reconnectYan, Zheng1-6/+13
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells9-96/+96
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-4/+4
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-8/+6
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-2/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-1/+1
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2-2/+2
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds11-167/+296
2015-02-19ceph: return error for traceless reply raceYan, Zheng1-6/+9
2015-02-19ceph: fix dentry leaksYan, Zheng2-3/+6
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng1-3/+26
2015-02-19ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov1-0/+4
2015-02-19ceph: fix atomic_open snapdirYan, Zheng1-1/+1
2015-02-19ceph: properly mark empty directory as completeYan, Zheng1-14/+15
2015-02-19client: include kernel version in client metadataYan, Zheng1-1/+2
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng3-4/+19
2015-02-19ceph: fix request time stamp encodingYan, Zheng1-2/+10
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng2-15/+26
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng2-9/+5
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng1-44/+42
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng2-18/+35
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng4-27/+63
2015-02-19ceph: properly zero data pages for file holes.Yan, Zheng1-6/+7
2015-02-19ceph: acl: Remove unused functionRickard Strandqvist1-14/+0
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng3-0/+26
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton1-2/+7
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds3-16/+8