| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 2014-05-06 | 15 | -130/+129 |
| * | | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 2014-05-06 | 11 | -68/+68 |
| * | | reiserfs: cleanup, remove unnecessary parens in dirent creation | Jeff Mahoney | 2014-05-06 | 1 | -33/+34 |
| * | | reiserfs: cleanup, remove blocks arg from journal_join | Jeff Mahoney | 2014-05-06 | 3 | -11/+11 |
| * | | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney | 2014-05-06 | 12 | -38/+35 |
| * | | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 2014-05-06 | 10 | -79/+79 |
| * | | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 2014-05-06 | 10 | -90/+75 |
| * | | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 2014-05-06 | 23 | -3311/+5124 |
| * | | reiserfs: cleanup, rename key and item accessors to more friendly names | Jeff Mahoney | 2014-05-06 | 14 | -239/+284 |
| * | | reiserfs: use per-fs commit workqueues | Jeff Mahoney | 2014-05-06 | 3 | -25/+20 |
| |/ |
|
* | | fs/reiserfs/stree.c: remove obsolete __constant | Fabian Frederick | 2014-06-06 | 1 | -4/+4 |
* | | fs/reiserfs/bitmap.c: coding style fixes | Fabian Frederick | 2014-06-06 | 1 | -7/+6 |
|/ |
|
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-04-07 | 1 | -2/+4 |
|\ |
|
| * | reiserfs: fix race in readdir | Jeff Mahoney | 2014-04-03 | 1 | -2/+4 |
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-04-04 | 1 | -0/+1 |
|\ \ |
|
| * | | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 2014-03-13 | 1 | -0/+1 |
* | | | fs/reiserfs/super.c: add __init to init_inodecache | Fabian Frederick | 2014-04-03 | 1 | -1/+1 |
* | | | fs/reiserfs: move prototype declaration to header file | Rashika Kheria | 2014-04-03 | 2 | -1/+1 |
* | | | mm + fs: store shadow entries in page cache | Johannes Weiner | 2014-04-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | reiserfs: fix utterly brain-damaged indentation. | Dave Jones | 2014-02-17 | 1 | -700/+195 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-01-28 | 8 | -179/+45 |
|\ |
|
| * | reiserfs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 5 | -161/+35 |
| * | fs: make posix_acl_create more useful | Christoph Hellwig | 2014-01-25 | 1 | -1/+1 |
| * | fs: make posix_acl_chmod more useful | Christoph Hellwig | 2014-01-25 | 1 | -1/+1 |
| * | reiserfs: prefix ACL symbols with reiserfs_ | Christoph Hellwig | 2014-01-25 | 1 | -10/+10 |
| * | kill reiserfs_bdevname() | Al Viro | 2014-01-25 | 3 | -14/+6 |
* | | remove extra definitions of U32_MAX | Alex Elder | 2014-01-23 | 1 | -4/+0 |
* | | conditionally define U32_MAX | Alex Elder | 2014-01-23 | 1 | -0/+2 |
|/ |
|
* | reiserfs: fix race with flush_used_journal_lists and flush_journal_list | Jeff Mahoney | 2013-09-24 | 1 | -1/+4 |
* | reiserfs: remove useless flush_old_journal_lists | Jeff Mahoney | 2013-09-24 | 1 | -62/+0 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2013-09-06 | 15 | -285/+324 |
|\ |
|
| * | reiserfs: locking, release lock around quota operations | Jeff Mahoney | 2013-08-08 | 4 | -23/+63 |
| * | reiserfs: locking, handle nested locks properly | Jeff Mahoney | 2013-08-08 | 13 | -194/+201 |
| * | reiserfs: locking, push write lock out of xattr code | Jeff Mahoney | 2013-08-08 | 4 | -78/+70 |
* | | reiserfs: fix deadlock in umount | Al Viro | 2013-08-05 | 2 | -82/+20 |
|/ |
|
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-02 | 1 | -3/+9 |
|\ |
|
| * | reiserfs: use ->invalidatepage() length argument | Lukas Czerner | 2013-05-21 | 1 | -2/+7 |
| * | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-21 | 1 | -1/+2 |
* | | reiserfs: switch reiserfs_readdir_dentry to inode | Al Viro | 2013-06-29 | 3 | -17/+15 |
* | | reiserfs: is_privroot_deh() needs only directory inode, actually | Al Viro | 2013-06-29 | 1 | -5/+4 |
* | | [readdir] convert reiserfs | Al Viro | 2013-06-29 | 3 | -23/+19 |
* | | reiserfs: fix deadlock with nfs racing on create/lookup | Jeff Mahoney | 2013-05-31 | 1 | -2/+7 |
* | | reiserfs: fix problems with chowning setuid file w/ xattrs | Jeff Mahoney | 2013-05-31 | 2 | -1/+16 |
* | | reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry | Jeff Mahoney | 2013-05-31 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-05-07 | 1 | -0/+1 |
|\ |
|
| * | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 | 1 | -0/+1 |
* | | make blkdev_put() return void | Al Viro | 2013-05-07 | 1 | -13/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 2 | -94/+29 |
|\ |
|
| * | reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show() | David Howells | 2013-05-01 | 1 | -11/+18 |
| * | proc: Add proc_mkdir_data() | David Howells | 2013-05-01 | 1 | -2/+1 |