aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-04-22ceph: fix uninline data functionYan, Zheng
2015-04-22ceph: rename snapshot supportYan, Zheng
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng
2015-04-20ceph: hold on to exclusive caps on complete directoriesYan, Zheng
2015-04-20ceph: show non-default options onlyIlya Dryomov
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov
2015-04-20ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng
2015-04-20ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng
2015-04-20ceph: keep i_snap_realm while there are writersYan, Zheng
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap
2015-04-20ceph: properly release page upon errorTaesoo Kim
2015-04-20ceph: match wait_for_completion_timeout return typeNicholas Mc Guire
2015-04-20ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire
2015-04-20ceph: remove redundant declarationFabian Frederick
2015-04-20ceph: fix dcache/nocache mount optionYan, Zheng
2015-04-20ceph: drop cap releases in requests composed before cap reconnectYan, Zheng
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-12fs: remove ki_nbytesChristoph Hellwig
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-02-19ceph: return error for traceless reply raceYan, Zheng
2015-02-19ceph: fix dentry leaksYan, Zheng
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng
2015-02-19ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov
2015-02-19ceph: fix atomic_open snapdirYan, Zheng
2015-02-19ceph: properly mark empty directory as completeYan, Zheng
2015-02-19client: include kernel version in client metadataYan, Zheng
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng
2015-02-19ceph: fix request time stamp encodingYan, Zheng
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng
2015-02-19ceph: properly zero data pages for file holes.Yan, Zheng
2015-02-19ceph: acl: Remove unused functionRickard Strandqvist
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds