- bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
- 47f70d0 reiserfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
- 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
- 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
- 9dad943 reiserfs: prefix ACL symbols with reiserfs_ by Christoph Hellwig · 11 years ago
- 2ccdc41 kill reiserfs_bdevname() by Al Viro · 11 years ago
- 04f9b74 remove extra definitions of U32_MAX by Alex Elder · 11 years ago
- 7771953 conditionally define U32_MAX by Alex Elder · 11 years ago
- 721a769 reiserfs: fix race with flush_used_journal_lists and flush_journal_list by Jeff Mahoney · 11 years ago
- 7bc9cc0 reiserfs: remove useless flush_old_journal_lists by Jeff Mahoney · 11 years ago
- ec0ad73 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
- d2d0395 reiserfs: locking, release lock around quota operations by Jeff Mahoney · 11 years ago
- 278f667 reiserfs: locking, handle nested locks properly by Jeff Mahoney · 11 years ago
- 4c05141 reiserfs: locking, push write lock out of xattr code by Jeff Mahoney · 11 years ago
- 672fe15 reiserfs: fix deadlock in umount by Al Viro · 11 years ago
- 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
- cd62cda reiserfs: switch reiserfs_readdir_dentry to inode by Al Viro · 11 years ago
- 99ce416 reiserfs: is_privroot_deh() needs only directory inode, actually by Al Viro · 11 years ago
- 4acf381 [readdir] convert reiserfs by Al Viro · 11 years ago
- a1457c0 reiserfs: fix deadlock with nfs racing on create/lookup by Jeff Mahoney · 11 years ago
- 4a85701 reiserfs: fix problems with chowning setuid file w/ xattrs by Jeff Mahoney · 11 years ago
- 0bdc7ac reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry by Jeff Mahoney · 11 years ago
- bad5483 reiserfs: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
- d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
- 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
- a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
- 4385bab make blkdev_put() return void by Al Viro · 12 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- e42270a reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show() by David Howells · 12 years ago
- 270b5ac proc: Add proc_mkdir_data() by David Howells · 12 years ago
- 121daf5 reiserfs: use proc_remove_subtree() by Al Viro · 12 years ago
- d5daaaf reiserfs: don't wank with EFBIG before calling do_sync_write() by Al Viro · 12 years ago
- 35e5cbc reiserfs: Fix warning and inode leak when deleting inode with xattrs by Jan Kara · 12 years ago
- af591ad reiserfs: Use kstrdup instead of kmalloc/strcpy by Ionut-Gabriel Radu · 12 years ago
- 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
- 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- cfac4b4 reiserfs: drop vmtruncate by Marco Stornelli · 12 years ago
- 7af1168 reiserfs: Move quota calls out of write lock by Jan Kara · 12 years ago
- 361d94a reiserfs: Protect reiserfs_quota_write() with write lock by Jan Kara · 12 years ago
- b9e06ef reiserfs: Protect reiserfs_quota_on() with write lock by Jan Kara · 12 years ago
- 3bb3e1f reiserfs: Fix lock ordering during remount by Jan Kara · 12 years ago
- 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
- e1cc485 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
- aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
- 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- df81465 userns: Convert reiserfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
- 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
- da02eb7 reiserfs: Make reiserfs_xattr_handlers static by Sachin Kamat · 12 years ago
- 48d1788 reiserfs: fix deadlocks with quotas by Jeff Mahoney · 12 years ago
- 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
- a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
- 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
- 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
- 033369d reiserfs: get rid of resierfs_sync_super by Artem Bityutskiy · 12 years ago
- 5c5fd81 reiserfs: mark the superblock as dirty a bit later by Artem Bityutskiy · 12 years ago
- 717f03c reiserfs: remove useless superblock dirtying by Artem Bityutskiy · 12 years ago
- 25729b0 reiserfs: clean-up function return type by Artem Bityutskiy · 12 years ago
- efaa33e reiserfs: cleanup reiserfs_fill_super a bit by Artem Bityutskiy · 12 years ago
- b0b0382 ->encode_fh() API change by Al Viro · 13 years ago
- 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
- 67f1648 reiserfs: Remove i_mutex use from reiserfs_quota_write() by Jan Kara · 13 years ago
- dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
- 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
- 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
- 765fd6b kill reiserfs_fs_{i,sb}.h by Al Viro · 13 years ago
- f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 13 years ago
- a8a4b79 kill pointless includes of reiserfs_fs_{i,sb}.h by Al Viro · 13 years ago
- a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 13 years ago
- c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 13 years ago
- 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
- 883da60 reiserfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
- 972c5ae Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
- 8112b98 reiserfs: fix printk typo in lbalance.c by Masanari Iida · 13 years ago
- 9b467e6 reiserfs: don't lock root inode searching by Frederic Weisbecker · 13 years ago
- 37c69b9 reiserfs: don't lock journal_init() by Frederic Weisbecker · 13 years ago
- f32485b reiserfs: delay reiserfs lock until journal initialization by Frederic Weisbecker · 13 years ago
- b18c1c6 reiserfs: delete comments referring to the BKL by Davidlohr Bueso · 13 years ago
- ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
- a9e36da reiserfs: Force inode evictions before umount to avoid crash by Jeff Mahoney · 13 years ago
- a06d789 reiserfs: Fix quota mount option parsing by Jan Kara · 13 years ago
- c3aa077 reiserfs: Properly display mount options in /proc/mounts by Jan Kara · 13 years ago
- d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
- 8e07189 reiserfs: propagate umode_t by Al Viro · 13 years ago
- 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
- 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
- 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
- 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
- a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
- 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
- e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago