| 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 | -87/+87 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 9 | -87/+87 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-16 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-11 | 1 | -2/+2 |
| * | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 2015-04-11 | 1 | -1/+1 |
| * | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 2015-04-11 | 1 | -1/+1 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2015-04-16 | 2 | -2/+1 |
|\ \
| |/
|/| |
|
| * | reiserfs: fix __RASSERT format string | Nicolas Iooss | 2015-03-17 | 1 | -1/+0 |
| * | quota: Make VFS quotas use new interface for getting quota info | Jan Kara | 2015-03-04 | 1 | -1/+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 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 | 1 | -1/+1 |
* | | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2015-02-22 | 1 | -2/+2 |
|/ |
|
* | fs/reiserfs/inode.c: replace 0 by NULL for pointers | Fabian Frederick | 2015-02-17 | 1 | -1/+1 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-12-16 | 1 | -0/+3 |
|\ |
|
| * | reiserfs: destroy allocated commit workqueue | Jiri Slaby | 2014-12-12 | 1 | -0/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-12-12 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: fix typo in printk and Kconfig | Masanari Iida | 2014-11-20 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-12-10 | 1 | -9/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | assorted conversions to %p[dD] | Al Viro | 2014-11-19 | 1 | -3/+3 |
| * | | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 2014-10-31 | 1 | -6/+9 |
| |/ |
|
* | | reiserfs: Convert to private i_dquot field | Jan Kara | 2014-11-10 | 2 | -0/+15 |
|/ |
|
* | fs/reiserfs/journal.c: fix sparse context imbalance warning | Fabian Frederick | 2014-10-14 | 1 | -3/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-10-13 | 1 | -1/+0 |
|\ |
|
| * | reiserfs: remove pointless forward declaration of struct nameidata | Al Viro | 2014-10-12 | 1 | -1/+0 |
* | | reiserfs: Don't use MAXQUOTAS value | Jan Kara | 2014-09-17 | 2 | -9/+12 |
|/ |
|
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-08-13 | 5 | -61/+92 |
|\ |
|
| * | reiserfs: Fix use after free in journal teardown | Jan Kara | 2014-08-12 | 2 | -7/+21 |
| * | reiserfs: fix corruption introduced by balance_leaf refactor | Jeff Mahoney | 2014-08-05 | 3 | -54/+71 |
* | | fs/reiserfs/xattr.c: fix blank line missing after declarations | Fabian Frederick | 2014-08-08 | 1 | -0/+20 |
* | | fs/reiserfs: use linux/uaccess.h | Fabian Frederick | 2014-08-08 | 14 | -14/+14 |
* | | fs/reiserfs: replace not-standard %Lu/%Ld | Fabian Frederick | 2014-08-08 | 4 | -9/+8 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 2 | -10/+10 |
|\ |
|
| * | ->splice_write() via ->write_iter() | Al Viro | 2014-06-12 | 1 | -1/+1 |
| * | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 2014-05-06 | 1 | -2/+2 |
| * | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 2014-05-06 | 1 | -2/+2 |
| * | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 2014-05-06 | 1 | -2/+2 |
| * | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 2014-05-06 | 1 | -1/+2 |
| * | pass iov_iter to ->direct_IO() | Al Viro | 2014-05-06 | 1 | -5/+4 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-06-11 | 23 | -4892/+7031 |
|\ \ |
|
| * | | reiserfs: Fix compilation breakage with CONFIG_REISERFS_CHECK | Jan Kara | 2014-06-11 | 1 | -1/+1 |
| * | | reiserfs: call truncate_setsize under tailpack mutex | Jeff Mahoney | 2014-05-21 | 1 | -1/+7 |
| * | | reiserfs: remove obsolete __constant_cpu_to_le32 | Fabian Frederick | 2014-05-14 | 1 | -4/+4 |
| * | | reiserfs: balance_leaf refactor, split up balance_leaf_when_delete | Jeff Mahoney | 2014-05-13 | 1 | -155/+163 |
| * | | reiserfs: balance_leaf refactor, format balance_leaf_finish_node | Jeff Mahoney | 2014-05-13 | 1 | -92/+73 |
| * | | reiserfs: balance_leaf refactor, format balance_leaf_new_nodes_paste | Jeff Mahoney | 2014-05-13 | 1 | -205/+271 |
| * | | reiserfs: balance_leaf refactor, format balance_leaf_paste_right | Jeff Mahoney | 2014-05-07 | 1 | -125/+165 |
| * | | reiserfs: balance_leaf refactor, format balance_leaf_insert_right | Jeff Mahoney | 2014-05-07 | 1 | -52/+65 |
| * | | reiserfs: balance_leaf refactor, format balance_leaf_paste_left | Jeff Mahoney | 2014-05-07 | 1 | -139/+222 |
| * | | reiserfs: balance_leaf refactor, format balance_leaf_insert_left | Jeff Mahoney | 2014-05-07 | 1 | -43/+50 |