aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-28constify vfs_truncate()Gravatar Al Viro 1-1/+1
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 11-218/+419
2016-03-26Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Gravatar Linus Torvalds 30-0/+10742
2016-03-26f2fs/crypto: fix xts_tweak initializationGravatar Linus Torvalds 1-1/+1
2016-03-26orangefs: fix orangefs_superblock lockingGravatar Al Viro 3-58/+47
2016-03-25orangefs: fix do_readv_writev() handling of error halfway throughGravatar Al Viro 1-1/+1
2016-03-25orangefs: have ->kill_sb() evict the VFS side of things firstGravatar Al Viro 1-3/+3
2016-03-25orangefs: sanitize ->llseek()Gravatar Al Viro 2-10/+3
2016-03-25orangefs-bufmap.h: trim unused junkGravatar Al Viro 1-9/+0
2016-03-25orangefs: saner calling conventions for getting a slotGravatar Al Viro 4-28/+16
2016-03-25orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointerGravatar Al Viro 3-23/+14
2016-03-25orangefs: get rid of readdir_handle_sGravatar Al Viro 1-63/+30
2016-03-25ocfs2: extend enough credits for freeing one truncate record while replaying ...Gravatar Xue jiufei 1-11/+8
2016-03-25ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Gravatar Xue jiufei 1-28/+54
2016-03-25ocfs2/dlm: move lock to the tail of grant queue while doing in-place convertGravatar xuejiufei 1-0/+6
2016-03-25ocfs2: solve a problem of crossing the boundary in updating backupsGravatar jiangyiwen 1-1/+1
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localGravatar jiangyiwen 7-33/+32
2016-03-25ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listGravatar Joseph Qi 2-1/+13
2016-03-25ocfs2/dlm: fix race between convert and recoveryGravatar Joseph Qi 1-1/+10
2016-03-25ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()Gravatar Ryan Ding 1-4/+8
2016-03-25ocfs2: fix disk file size and memory file size mismatchGravatar Ryan Ding 1-10/+17
2016-03-25ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_writeGravatar Ryan Ding 1-6/+17
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueGravatar Ryan Ding 5-36/+9
2016-03-25ocfs2: code clean up for direct ioGravatar Ryan Ding 2-144/+10
2016-03-25ocfs2: fix sparse file & data ordering issue in direct ioGravatar Ryan Ding 1-517/+346
2016-03-25ocfs2: record UNWRITTEN extents when populate write descGravatar Ryan Ding 4-5/+106
2016-03-25ocfs2: return the physical address in ocfs2_write_clusterGravatar Ryan Ding 1-15/+13
2016-03-25ocfs2: do not change i_size in write_end for direct ioGravatar Ryan Ding 1-33/+46
2016-03-25ocfs2: test target page before change itGravatar Ryan Ding 1-6/+26
2016-03-25ocfs2: use c_new to indicate newly allocated extentsGravatar Ryan Ding 1-10/+12
2016-03-25ocfs2: add ocfs2_write_type_t type to identify the caller of writeGravatar Ryan Ding 3-13/+22
2016-03-25ocfs2: o2hb: fix double free bugGravatar Junxiao Bi 1-2/+2
2016-03-25ceph: use kmem_cache_zallocGravatar Geliang Tang 2-2/+2
2016-03-25ceph: use lookup request to revalidate dentryGravatar Yan, Zheng 2-0/+35
2016-03-25ceph: kill ceph_get_dentry_parent_inode()Gravatar Yan, Zheng 2-20/+5
2016-03-25ceph: fix security xattr deadlockGravatar Yan, Zheng 7-10/+123
2016-03-25ceph: don't request vxattrs from MDSGravatar Yan, Zheng 1-2/+4
2016-03-25ceph: fix mounting same fs multiple timesGravatar Yan, Zheng 1-18/+15
2016-03-25ceph: remove unnecessary NULL checkGravatar Yan, Zheng 1-2/+2
2016-03-25ceph: avoid updating directory inode's i_size accidentallyGravatar Yan, Zheng 1-0/+4
2016-03-25ceph: fix race during filling readdir cacheGravatar Yan, Zheng 1-2/+7
2016-03-25ceph: kill ceph_empty_snapcGravatar Ilya Dryomov 4-34/+6
2016-03-25ceph: fix a wrong comparisonGravatar Anton Protopopov 1-1/+1
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 4-6/+6
2016-03-25ceph: scattered page writebackGravatar Yan, Zheng 1-109/+196
2016-03-25ceph: remove useless BUG_ONGravatar Yan, Zheng 1-2/+0
2016-03-25ceph: don't enable rbytes mount option by defaultGravatar Yan, Zheng 2-4/+3
2016-03-25ceph: encode ctime in cap messageGravatar Yan, Zheng 1-4/+7
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolGravatar Ilya Dryomov 2-2/+3
2016-03-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+24