| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 9 | -96/+96 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 9 | -96/+96 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-04-22 | 8 | -92/+190 |
|\ \
| |/
|/| |
|
| * | ceph: fix uninline data function | Yan, Zheng | 2015-04-22 | 1 | -13/+21 |
| * | ceph: rename snapshot support | Yan, Zheng | 2015-04-22 | 2 | -4/+10 |
| * | ceph: fix null pointer dereference in send_mds_reconnect() | Yan, Zheng | 2015-04-22 | 1 | -1/+2 |
| * | ceph: hold on to exclusive caps on complete directories | Yan, Zheng | 2015-04-20 | 1 | -0/+12 |
| * | ceph: show non-default options only | Ilya Dryomov | 2015-04-20 | 1 | -5/+1 |
| * | libceph, ceph: split ceph_show_options() | Ilya Dryomov | 2015-04-20 | 1 | -25/+15 |
| * | ceph: cleanup unsafe requests when reconnecting is denied | Yan, Zheng | 2015-04-20 | 1 | -0/+28 |
| * | ceph: don't zero i_wrbuffer_ref when reconnecting is denied | Yan, Zheng | 2015-04-20 | 1 | -7/+0 |
| * | ceph: don't mark dirty caps when there is no auth cap | Yan, Zheng | 2015-04-20 | 2 | -2/+8 |
| * | ceph: keep i_snap_realm while there are writers | Yan, Zheng | 2015-04-20 | 1 | -9/+22 |
| * | ceph: kstrdup() memory handling | Sanidhya Kashyap | 2015-04-20 | 3 | -13/+44 |
| * | ceph: properly release page upon error | Taesoo Kim | 2015-04-20 | 1 | -0/+4 |
| * | ceph: match wait_for_completion_timeout return type | Nicholas Mc Guire | 2015-04-20 | 1 | -4/+5 |
| * | ceph: use msecs_to_jiffies for time conversion | Nicholas Mc Guire | 2015-04-20 | 1 | -1/+1 |
| * | ceph: remove redundant declaration | Fabian Frederick | 2015-04-20 | 1 | -1/+0 |
| * | ceph: fix dcache/nocache mount option | Yan, Zheng | 2015-04-20 | 2 | -1/+4 |
| * | ceph: drop cap releases in requests composed before cap reconnect | Yan, Zheng | 2015-04-20 | 1 | -6/+13 |
* | | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro | 2015-04-11 | 1 | -4/+4 |
* | | switch generic_write_checks() to iocb and iter | Al Viro | 2015-04-11 | 1 | -8/+6 |
* | | generic_write_checks(): drop isblk argument | Al Viro | 2015-04-11 | 1 | -1/+1 |
* | | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-11 | 1 | -2/+1 |
* | | make new_sync_{read,write}() static | Al Viro | 2015-04-11 | 1 | -2/+0 |
* | | Merge branch 'iocb' into for-next | Al Viro | 2015-04-11 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 | 1 | -1/+0 |
| * | fs: remove ki_nbytes | Christoph Hellwig | 2015-03-12 | 1 | -1/+1 |
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-02-22 | 2 | -2/+2 |
|\ \ |
|
| * | | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2015-02-22 | 2 | -2/+2 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-02-19 | 11 | -167/+296 |
|\ \ |
|
| * | | ceph: return error for traceless reply race | Yan, Zheng | 2015-02-19 | 1 | -6/+9 |
| * | | ceph: fix dentry leaks | Yan, Zheng | 2015-02-19 | 2 | -3/+6 |
| * | | ceph: re-send requests when MDS enters reconnecting stage | Yan, Zheng | 2015-02-19 | 1 | -3/+26 |
| * | | ceph: show nocephx_require_signatures and notcp_nodelay options | Ilya Dryomov | 2015-02-19 | 1 | -0/+4 |
| * | | ceph: fix atomic_open snapdir | Yan, Zheng | 2015-02-19 | 1 | -1/+1 |
| * | | ceph: properly mark empty directory as complete | Yan, Zheng | 2015-02-19 | 1 | -14/+15 |
| * | | client: include kernel version in client metadata | Yan, Zheng | 2015-02-19 | 1 | -1/+2 |
| * | | ceph: provide seperate {inode,file}_operations for snapdir | Yan, Zheng | 2015-02-19 | 3 | -4/+19 |
| * | | ceph: fix request time stamp encoding | Yan, Zheng | 2015-02-19 | 1 | -2/+10 |
| * | | ceph: fix reading inline data when i_size > PAGE_SIZE | Yan, Zheng | 2015-02-19 | 2 | -15/+26 |
| * | | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions) | Yan, Zheng | 2015-02-19 | 2 | -9/+5 |
| * | | ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) | Yan, Zheng | 2015-02-19 | 1 | -44/+42 |
| * | | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) | Yan, Zheng | 2015-02-19 | 2 | -18/+35 |
| * | | ceph: improve reference tracking for snaprealm | Yan, Zheng | 2015-02-19 | 4 | -27/+63 |
| * | | ceph: properly zero data pages for file holes. | Yan, Zheng | 2015-02-19 | 1 | -6/+7 |
| * | | ceph: acl: Remove unused function | Rickard Strandqvist | 2015-02-19 | 1 | -14/+0 |
| * | | ceph: handle SESSION_FORCE_RO message | Yan, Zheng | 2015-02-19 | 3 | -0/+26 |
* | | | Revert "locks: keep a count of locks on the flctx lists" | Jeff Layton | 2015-02-16 | 1 | -2/+7 |
| |/
|/| |
|
* | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 3 | -16/+8 |
|\ \ |
|