- c7f454f reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling by Jan Kara · 5 years ago
- 4ebc39f reiserfs: Fix memory leak of journal device string by Jan Kara · 5 years ago
- 0243d18 reiserfs: fix extended attributes on the root directory by Jeff Mahoney · 5 years ago
- 304c1e9 reiserfs: Make cancel_old_flush() reliable by Jan Kara · 8 years ago
- 90ef2c3 reiserfs: remove unneeded i_version bump by Jeff Layton · 7 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 420902c reiserfs: Unlock superblock before calling reiserfs_quota_on_mount() by Mike Galbraith · 12 years ago
- d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
- b9d8905 reiserfs: check kstrdup failure by Mikulas Patocka · 8 years ago
- be6257b quota: Add support for ->get_nextdqblk() for VFS quota by Jan Kara · 9 years ago
- ff7d080 reiserfs: fix dereference of ERR_PTR by Sudip Mukherjee · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
- 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 89bfae4 fs/reiserfs: remove unneeded cast by Firo Yang · 9 years ago
- 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 0a240339 quota: Make VFS quotas use new interface for getting quota info by Jan Kara · 10 years ago
- fa0c554 reiserfs: destroy allocated commit workqueue by Jiri Slaby · 10 years ago
- 5387363 reiserfs: Convert to private i_dquot field by Jan Kara · 10 years ago
- aca6061 reiserfs: Don't use MAXQUOTAS value by Jan Kara · 10 years ago
- cec9970 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
- 0177783 reiserfs: Fix use after free in journal teardown by Jan Kara · 10 years ago
- 1709399 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 10 years ago
- 53872ed fs/reiserfs: replace not-standard %Lu/%Ld by Fabian Frederick · 10 years ago
- c48138c reiserfs: cleanup, make hash detection saner by Jeff Mahoney · 11 years ago
- a228bf8 reiserfs: cleanup, remove unnecessary parens by Jeff Mahoney · 11 years ago
- 09f1b80 reiserfs: cleanup, remove sb argument from journal_mark_dirty by Jeff Mahoney · 11 years ago
- 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 11 years ago
- 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 11 years ago
- 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 11 years ago
- 4cf5f7a reiserfs: cleanup, rename key and item accessors to more friendly names by Jeff Mahoney · 11 years ago
- 797d901 reiserfs: use per-fs commit workqueues by Jeff Mahoney · 11 years ago
- 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
- 31e1436 fs/reiserfs/super.c: add __init to init_inodecache by Fabian Frederick · 11 years ago
- ea0856c fs/reiserfs: move prototype declaration to header file by Rashika Kheria · 11 years ago
- 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
- 2ccdc41 kill reiserfs_bdevname() by Al Viro · 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
- 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
- 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
- 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
- a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
- 033369d reiserfs: get rid of resierfs_sync_super by Artem Bityutskiy · 12 years ago
- efaa33e reiserfs: cleanup reiserfs_fill_super a bit by Artem Bityutskiy · 12 years ago
- 67f1648 reiserfs: Remove i_mutex use from reiserfs_quota_write() by Jan Kara · 13 years ago
- f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.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
- 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
- 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
- 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
- b4d5b10 reiserfs: make reiserfs default to barrier=flush by Christoph Hellwig · 13 years ago
- aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- f00c9e4 quota: Fix deadlock during path resolution by Jan Kara · 14 years ago
- fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
- 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
- 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
- 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 14 years ago
- 0e4f6a7 Fix reiserfs_file_release() by Al Viro · 14 years ago
- f4b113a reiserfs: Fix resuming of quotas on remount read-write by Jan Kara · 14 years ago
- 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 15 years ago
- 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 15 years ago
- e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 15 years ago
- 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 15 years ago
- c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 15 years ago
- 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 15 years ago
- b7b7fa4 reiserfs: Fix locking BUG during mount failure by Jeff Mahoney · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
- 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 15 years ago
- 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 15 years ago
- b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 15 years ago
- 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 15 years ago
- 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 15 years ago
- 904e8129 reiserfs: remove /proc/fs/reiserfs/version by Alexey Dobriyan · 15 years ago
- a9280fe Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
- 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
- 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
- dc8f6d8 kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inode by Frederic Weisbecker · 16 years ago
- 8ebc423 reiserfs: kill-the-BKL by Frederic Weisbecker · 16 years ago