Age | Commit message (Expand) | Author | Files | Lines |
2015-06-25 | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 4 | -10/+10 |
2015-06-25 | ceph: exclude setfilelock requests when calculating oldest tid | Yan, Zheng | 2 | -7/+25 |
2015-06-25 | ceph: don't pre-allocate space for cap release messages | Yan, Zheng | 4 | -202/+129 |
2015-06-25 | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 4 | -31/+76 |
2015-06-25 | ceph: don't trim auth cap when there are cap snaps | Yan, Zheng | 1 | -1/+2 |
2015-06-25 | ceph: take snap_rwsem when accessing snap realm's cached_context | Yan, Zheng | 3 | -7/+57 |
2015-06-25 | ceph: avoid sending unnessesary FLUSHSNAP message | Yan, Zheng | 3 | -45/+78 |
2015-06-25 | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 4 | -137/+212 |
2015-06-25 | ceph: use empty snap context for uninline_data and get_pool_perm | Yan, Zheng | 3 | -14/+14 |
2015-06-25 | ceph: check OSD caps before read/write | Yan, Zheng | 7 | -6/+249 |
2015-06-25 | libceph: allow setting osd_req_op's flags | Yan, Zheng | 2 | -2/+3 |
2015-06-23 | make simple_positive() public | Al Viro | 1 | -1/+1 |
2015-06-23 | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 1 | -1/+1 |
2015-05-10 | ceph: switch to simple_follow_link() | Al Viro | 1 | -9/+2 |
2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 9 | -96/+96 |
2015-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 8 | -92/+190 |
2015-04-22 | ceph: fix uninline data function | Yan, Zheng | 1 | -13/+21 |
2015-04-22 | ceph: rename snapshot support | Yan, Zheng | 2 | -4/+10 |
2015-04-22 | ceph: fix null pointer dereference in send_mds_reconnect() | Yan, Zheng | 1 | -1/+2 |
2015-04-20 | ceph: hold on to exclusive caps on complete directories | Yan, Zheng | 1 | -0/+12 |
2015-04-20 | ceph: show non-default options only | Ilya Dryomov | 1 | -5/+1 |
2015-04-20 | libceph, ceph: split ceph_show_options() | Ilya Dryomov | 1 | -25/+15 |
2015-04-20 | ceph: cleanup unsafe requests when reconnecting is denied | Yan, Zheng | 1 | -0/+28 |
2015-04-20 | ceph: don't zero i_wrbuffer_ref when reconnecting is denied | Yan, Zheng | 1 | -7/+0 |
2015-04-20 | ceph: don't mark dirty caps when there is no auth cap | Yan, Zheng | 2 | -2/+8 |
2015-04-20 | ceph: keep i_snap_realm while there are writers | Yan, Zheng | 1 | -9/+22 |
2015-04-20 | ceph: kstrdup() memory handling | Sanidhya Kashyap | 3 | -13/+44 |
2015-04-20 | ceph: properly release page upon error | Taesoo Kim | 1 | -0/+4 |
2015-04-20 | ceph: match wait_for_completion_timeout return type | Nicholas Mc Guire | 1 | -4/+5 |
2015-04-20 | ceph: use msecs_to_jiffies for time conversion | Nicholas Mc Guire | 1 | -1/+1 |
2015-04-20 | ceph: remove redundant declaration | Fabian Frederick | 1 | -1/+0 |
2015-04-20 | ceph: fix dcache/nocache mount option | Yan, Zheng | 2 | -1/+4 |
2015-04-20 | ceph: drop cap releases in requests composed before cap reconnect | Yan, Zheng | 1 | -6/+13 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 9 | -96/+96 |
2015-04-11 | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro | 1 | -4/+4 |
2015-04-11 | switch generic_write_checks() to iocb and iter | Al Viro | 1 | -8/+6 |
2015-04-11 | generic_write_checks(): drop isblk argument | Al Viro | 1 | -1/+1 |
2015-04-11 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 1 | -2/+1 |
2015-04-11 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
2015-04-11 | Merge branch 'iocb' into for-next | Al Viro | 1 | -2/+1 |
2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+0 |
2015-03-12 | fs: remove ki_nbytes | Christoph Hellwig | 1 | -1/+1 |
2015-02-22 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -2/+2 |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2 | -2/+2 |
2015-02-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 11 | -167/+296 |
2015-02-19 | ceph: return error for traceless reply race | Yan, Zheng | 1 | -6/+9 |
2015-02-19 | ceph: fix dentry leaks | Yan, Zheng | 2 | -3/+6 |
2015-02-19 | ceph: re-send requests when MDS enters reconnecting stage | Yan, Zheng | 1 | -3/+26 |
2015-02-19 | ceph: show nocephx_require_signatures and notcp_nodelay options | Ilya Dryomov | 1 | -0/+4 |
2015-02-19 | ceph: fix atomic_open snapdir | Yan, Zheng | 1 | -1/+1 |