summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-26ocfs2: fix disk file size and memory file size mismatchRyan Ding1-10/+17
2016-03-26ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeRyan Ding1-6/+17
2016-03-26ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding5-36/+9
2016-03-26ocfs2: code clean up for direct ioRyan Ding2-144/+10
2016-03-26ocfs2: fix sparse file & data ordering issue in direct ioRyan Ding1-517/+346
2016-03-26ocfs2: record UNWRITTEN extents when populate write descRyan Ding4-5/+106
2016-03-26ocfs2: return the physical address in ocfs2_write_clusterRyan Ding1-15/+13
2016-03-26ocfs2: do not change i_size in write_end for direct ioRyan Ding1-33/+46
2016-03-26ocfs2: test target page before change itRyan Ding1-6/+26
2016-03-26ocfs2: use c_new to indicate newly allocated extentsRyan Ding1-10/+12
2016-03-26ocfs2: add ocfs2_write_type_t type to identify the caller of writeRyan Ding3-13/+22
2016-03-26ocfs2: o2hb: fix double free bugJunxiao Bi1-2/+2
2016-03-25ceph: use kmem_cache_zallocGeliang Tang2-2/+2
2016-03-25ceph: use lookup request to revalidate dentryYan, Zheng2-0/+35
2016-03-25ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2-20/+5
2016-03-25ceph: fix security xattr deadlockYan, Zheng7-10/+123
2016-03-25ceph: don't request vxattrs from MDSYan, Zheng1-2/+4
2016-03-25ceph: fix mounting same fs multiple timesYan, Zheng1-18/+15
2016-03-25ceph: remove unnecessary NULL checkYan, Zheng1-2/+2
2016-03-25ceph: avoid updating directory inode's i_size accidentallyYan, Zheng1-0/+4
2016-03-25ceph: fix race during filling readdir cacheYan, Zheng1-2/+7
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov4-34/+6
2016-03-25ceph: fix a wrong comparisonAnton Protopopov1-1/+1
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani4-6/+6
2016-03-25ceph: scattered page writebackYan, Zheng1-109/+196
2016-03-25ceph: remove useless BUG_ONYan, Zheng1-2/+0
2016-03-25ceph: don't enable rbytes mount option by defaultYan, Zheng2-4/+3
2016-03-25ceph: encode ctime in cap messageYan, Zheng1-4/+7
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2-2/+3
2016-03-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+24
2016-03-25Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds4-29/+47
2016-03-25Merge tag 'upstream-4.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds4-25/+75
2016-03-25Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds19-92/+681
2016-03-25Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Chris Mason1-20/+25
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-20/+28
2016-03-24ornagefs: ensure that truncate has an up to date inode sizeMartin Brandenburg1-1/+12
2016-03-24orangefs: move code which sets i_link to orangefs_inode_getattrMartin Brandenburg2-2/+1
2016-03-24orangefs: remove needless wrapper around GFP_KERNELMartin Brandenburg2-5/+1
2016-03-24orangefs: remove wrapper around mutex_lock(&inode->i_mutex)Martin Brandenburg1-6/+2
2016-03-24orangefs: refactor inode type or link_target change detectionMartin Brandenburg1-41/+36
2016-03-24orangefs: use new getattr for revalidate and remove old getattrMartin Brandenburg3-325/+49
2016-03-24orangefs: use new getattr in inode getattr and permissionMartin Brandenburg1-12/+2
2016-03-24orangefs: use new orangefs_inode_getattr to get size in write and llseekMartin Brandenburg1-6/+8
2016-03-24orangefs: use new orangefs_inode_getattr to create new inodesMartin Brandenburg1-4/+2
2016-03-24orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattrMartin Brandenburg5-10/+133
2016-03-24orangefs: remove inode->i_lock wrapperMartin Brandenburg2-7/+4
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington3-7/+30
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+2
2016-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-25/+977
2016-03-23eventfd: document lockless access in eventfd_pollPaolo Bonzini1-2/+40