summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-04-071-2/+4
|\
| * reiserfs: fix race in readdirJeff Mahoney2014-04-031-2/+4
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | | fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick2014-04-031-1/+1
* | | fs/reiserfs: move prototype declaration to header fileRashika Kheria2014-04-032-1/+1
* | | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
| |/ |/|
* | reiserfs: fix utterly brain-damaged indentation.Dave Jones2014-02-171-700/+195
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-288-179/+45
|\
| * reiserfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-255-161/+35
| * fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
| * fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
| * reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig2014-01-251-10/+10
| * kill reiserfs_bdevname()Al Viro2014-01-253-14/+6
* | remove extra definitions of U32_MAXAlex Elder2014-01-231-4/+0
* | conditionally define U32_MAXAlex Elder2014-01-231-0/+2
|/
* reiserfs: fix race with flush_used_journal_lists and flush_journal_listJeff Mahoney2013-09-241-1/+4
* reiserfs: remove useless flush_old_journal_listsJeff Mahoney2013-09-241-62/+0
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-09-0615-285/+324
|\
| * reiserfs: locking, release lock around quota operationsJeff Mahoney2013-08-084-23/+63
| * reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-0813-194/+201
| * reiserfs: locking, push write lock out of xattr codeJeff Mahoney2013-08-084-78/+70
* | reiserfs: fix deadlock in umountAl Viro2013-08-052-82/+20
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-3/+9
|\
| * reiserfs: use ->invalidatepage() length argumentLukas Czerner2013-05-211-2/+7
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+2
* | reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro2013-06-293-17/+15
* | reiserfs: is_privroot_deh() needs only directory inode, actuallyAl Viro2013-06-291-5/+4
* | [readdir] convert reiserfsAl Viro2013-06-293-23/+19
* | reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney2013-05-311-2/+7
* | reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney2013-05-312-1/+16
* | reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentryJeff Mahoney2013-05-311-0/+2
|/
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-071-0/+1
|\
| * aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | make blkdev_put() return voidAl Viro2013-05-071-13/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-012-94/+29
|\
| * reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()David Howells2013-05-011-11/+18
| * proc: Add proc_mkdir_data()David Howells2013-05-011-2/+1
| * reiserfs: use proc_remove_subtree()Al Viro2013-04-091-21/+9
| * reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro2013-04-091-60/+1
* | reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara2013-03-291-2/+2
|/
* reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu2013-03-111-3/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-2/+2
* new helper: file_inode(file)Al Viro2013-02-223-3/+3
* reiserfs: drop vmtruncateMarco Stornelli2012-12-203-6/+13
* reiserfs: Move quota calls out of write lockJan Kara2012-11-193-7/+25
* reiserfs: Protect reiserfs_quota_write() with write lockJan Kara2012-11-191-0/+4
* reiserfs: Protect reiserfs_quota_on() with write lockJan Kara2012-11-191-3/+8
* reiserfs: Fix lock ordering during remountJan Kara2012-11-191-7/+20
OpenPOWER on IntegriCloud