aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-25ceph: rework dcache readdirYan, Zheng1-1/+1
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng1-4/+4
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-2/+16
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng1-8/+23
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng1-1/+1
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
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-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 Torvalds1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-15/+22
2015-02-19ceph: fix atomic_open snapdirYan, Zheng1-1/+1
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng1-8/+14
2015-02-19ceph: properly zero data pages for file holes.Yan, Zheng1-6/+7
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-14/+83
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng1-0/+14
2014-12-17ceph: sync read inline dataYan, Zheng1-8/+55
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng1-3/+9
2014-12-17libceph: specify position of extent operationYan, Zheng1-3/+5
2014-11-19kill f_dentry usesAl Viro1-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng1-6/+21
2014-10-14ceph: remove redundant io_iter_advance()Yan, Zheng1-1/+0
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng1-3/+2
2014-07-28ceph: fix append mode writeYan, Zheng1-6/+5
2014-07-21ceph: check zero length in ceph_sync_read()Yan, Zheng1-0/+3
2014-07-08ceph: pass proper page offset to copy_page_to_iter()Yan, Zheng1-2/+5
2014-07-08ceph: check unsupported fallocate modeYan, Zheng1-0/+3
2014-06-12ceph: switch to iter_file_splice_write()Al Viro1-1/+1
2014-05-06ceph: switch to ->write_iter()Al Viro1-31/+26
2014-05-06ceph_sync_direct_write: stop poking into iov_iter gutsAl Viro1-26/+23
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro1-28/+18
2014-05-06ceph: switch to ->read_iter()Al Viro1-11/+7
2014-05-06start adding the tag to iov_iterAl Viro1-4/+4
2014-05-06new helper: generic_file_read_iter()Al Viro1-14/+1
2014-05-06ceph_aio_read(): keep iov_iter across retriesAl Viro1-6/+8
2014-05-06kill generic_segment_checks()Al Viro1-10/+3
2014-05-06kill iov_iter_copy_from_user()Al Viro1-2/+1
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+0
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+7
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner1-3/+0
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro1-2/+2