aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_new_nodes_pasteJeff Mahoney1-146/+160
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_new_nodes_insertJeff Mahoney1-60/+73
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_paste_rightJeff Mahoney1-80/+90
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_insert_rightJeff Mahoney1-63/+75
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_paste_leftJeff Mahoney1-53/+64
2014-05-07reiserfs: balance_leaf refactor, pull out balance_leaf_insert_leftJeff Mahoney1-49/+59
2014-05-07reiserfs: balance_leaf refactor, move state variables into tree_balanceJeff Mahoney4-222/+214
2014-05-07reiserfs: balance_leaf refactor, reformat balance_leaf commentsJeff Mahoney1-32/+52
2014-05-07reiserfs: cleanup, make hash detection sanerJeff Mahoney1-58/+47
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+2
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+4
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney15-130/+129
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney11-68/+68
2014-05-06reiserfs: cleanup, remove unnecessary parens in dirent creationJeff Mahoney1-33/+34
2014-05-06reiserfs: cleanup, remove blocks arg from journal_joinJeff Mahoney3-11/+11
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney12-38/+35
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney10-79/+79
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney10-90/+75
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney23-3311/+5124
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney14-239/+284
2014-05-06reiserfs: use per-fs commit workqueuesJeff Mahoney3-25/+20
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+4
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-03fs/reiserfs: move prototype declaration to header fileRashika Kheria2-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-03reiserfs: fix race in readdirJeff Mahoney1-2/+4
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-02-17reiserfs: fix utterly brain-damaged indentation.Dave Jones1-700/+195
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-179/+45
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig5-161/+35
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-25reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig1-10/+10
2014-01-25kill reiserfs_bdevname()Al Viro3-14/+6
2014-01-23remove extra definitions of U32_MAXAlex Elder1-4/+0
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2013-09-24reiserfs: fix race with flush_used_journal_lists and flush_journal_listJeff Mahoney1-1/+4
2013-09-24reiserfs: remove useless flush_old_journal_listsJeff Mahoney1-62/+0
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds15-285/+324
2013-08-08reiserfs: locking, release lock around quota operationsJeff Mahoney4-23/+63
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney13-194/+201
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney4-78/+70
2013-08-05reiserfs: fix deadlock in umountAl Viro2-82/+20
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+9
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro3-17/+15
2013-06-29reiserfs: is_privroot_deh() needs only directory inode, actuallyAl Viro1-5/+4