aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-25ceph: don't include used caps in cap_wantedYan, Zheng1-3/+3
2015-06-25ceph: ratelimit warn messages for MDS closes sessionYan, Zheng1-3/+7
2015-06-25ceph: simplify two mount_timeout sitesIlya Dryomov2-18/+14
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov4-10/+10
2015-06-25ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng2-7/+25
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng4-202/+129
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng4-31/+76
2015-06-25ceph: don't trim auth cap when there are cap snapsYan, Zheng1-1/+2
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng3-7/+57
2015-06-25ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng3-45/+78
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng4-137/+212
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng3-14/+14
2015-06-25ceph: check OSD caps before read/writeYan, Zheng7-6/+249
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng2-2/+3
2015-06-23make simple_positive() publicAl Viro1-1/+1
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-05-10ceph: switch to simple_follow_link()Al Viro1-9/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-96/+96
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-92/+190
2015-04-22ceph: fix uninline data functionYan, Zheng1-13/+21
2015-04-22ceph: rename snapshot supportYan, Zheng2-4/+10
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng1-1/+2
2015-04-20ceph: hold on to exclusive caps on complete directoriesYan, Zheng1-0/+12
2015-04-20ceph: show non-default options onlyIlya Dryomov1-5/+1
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-25/+15
2015-04-20ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng1-0/+28
2015-04-20ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng1-7/+0
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng2-2/+8
2015-04-20ceph: keep i_snap_realm while there are writersYan, Zheng1-9/+22
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap3-13/+44
2015-04-20ceph: properly release page upon errorTaesoo Kim1-0/+4
2015-04-20ceph: match wait_for_completion_timeout return typeNicholas Mc Guire1-4/+5
2015-04-20ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2015-04-20ceph: remove redundant declarationFabian Frederick1-1/+0
2015-04-20ceph: fix dcache/nocache mount optionYan, Zheng2-1/+4
2015-04-20ceph: drop cap releases in requests composed before cap reconnectYan, Zheng1-6/+13
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells9-96/+96
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-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+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 Torvalds2-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2-2/+2
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds11-167/+296
2015-02-19ceph: return error for traceless reply raceYan, Zheng1-6/+9
2015-02-19ceph: fix dentry leaksYan, Zheng2-3/+6