aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)Author
2015-04-17vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-07-06reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney
2014-05-06reiserfs: fix race in readdirJeff Mahoney
2014-02-17reiserfs: fix utterly brain-damaged indentation.Dave Jones
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig
2014-01-25reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig
2014-01-25kill reiserfs_bdevname()Al Viro
2014-01-23remove extra definitions of U32_MAXAlex Elder
2014-01-23conditionally define U32_MAXAlex Elder
2013-09-24reiserfs: fix race with flush_used_journal_lists and flush_journal_listJeff Mahoney
2013-09-24reiserfs: remove useless flush_old_journal_listsJeff Mahoney
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-08-08reiserfs: locking, release lock around quota operationsJeff Mahoney
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney
2013-08-05reiserfs: fix deadlock in umountAl Viro
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro
2013-06-29reiserfs: is_privroot_deh() needs only directory inode, actuallyAl Viro
2013-06-29[readdir] convert reiserfsAl Viro
2013-05-31reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney
2013-05-31reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentryJeff Mahoney
2013-05-21reiserfs: use ->invalidatepage() length argumentLukas Czerner
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07make blkdev_put() return voidAl Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()David Howells
2013-05-01proc: Add proc_mkdir_data()David Howells
2013-04-09reiserfs: use proc_remove_subtree()Al Viro
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro
2013-03-29reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20reiserfs: drop vmtruncateMarco Stornelli
2012-11-19reiserfs: Move quota calls out of write lockJan Kara
2012-11-19reiserfs: Protect reiserfs_quota_write() with write lockJan Kara
2012-11-19reiserfs: Protect reiserfs_quota_on() with write lockJan Kara
2012-11-19reiserfs: Fix lock ordering during remountJan Kara
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov