summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells-2/+2
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-167/+296
2015-02-19ceph: return error for traceless reply raceYan, Zheng-6/+9
2015-02-19ceph: fix dentry leaksYan, Zheng-3/+6
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng-3/+26
2015-02-19ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov-0/+4
2015-02-19ceph: fix atomic_open snapdirYan, Zheng-1/+1
2015-02-19ceph: properly mark empty directory as completeYan, Zheng-14/+15
2015-02-19client: include kernel version in client metadataYan, Zheng-1/+2
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng-4/+19
2015-02-19ceph: fix request time stamp encodingYan, Zheng-2/+10
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng-15/+26
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng-9/+5
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng-44/+42
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng-18/+35
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng-27/+63
2015-02-19ceph: properly zero data pages for file holes.Yan, Zheng-6/+7
2015-02-19ceph: acl: Remove unused functionRickard Strandqvist-14/+0
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng-0/+26
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton-2/+7
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+8
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+0
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov-1/+0
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig-1/+1
2015-01-20ceph: remove call to bdi_unregisterChristoph Hellwig-12/+6
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig-2/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig-1/+1
2015-01-16locks: keep a count of locks on the flctx listsJeff Layton-9/+2
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton-4/+4
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton-32/+26
2015-01-16locks: move flock locks to file_lock_contextJeff Layton-7/+16
2015-01-16ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton-4/+4
2015-01-08ceph: use %zu for len in ceph_fill_inline_data()Ilya Dryomov-1/+1
2014-12-17Ceph: remove left-over reject fileLinus Torvalds-10/+0
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-116/+712
2014-12-17ceph: fix setting empty extended attributeYan, Zheng-2/+5
2014-12-17ceph: fix mksnap crashYan, Zheng-1/+3
2014-12-17ceph: do_sync is never initializedDan Carpenter-1/+1
2014-12-17ceph: support inline data featureYan, Zheng-1/+2
2014-12-17ceph: flush inline versionYan, Zheng-4/+23
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng-3/+161
2014-12-17ceph: sync read inline dataYan, Zheng-13/+116
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng-18/+63
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng-10/+32
2014-12-17ceph: add inline data to pagecacheYan, Zheng-1/+84
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng-11/+36
2014-12-17libceph: specify position of extent operationYan, Zheng-6/+11
2014-12-17ceph: remove unused stringification macrosIlya Dryomov-3/+0
2014-12-17ceph: introduce global empty snap contextYan, Zheng-3/+35