aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-1/+1
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-1/+1
2014-05-06reiserfs: cleanup, remove unnecessary parens in dirent creationJeff Mahoney1-33/+34
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-25/+52
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-4/+4
2014-04-03reiserfs: fix race in readdirJeff Mahoney1-2/+4
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-3/+4
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro1-3/+2
2013-06-29reiserfs: is_privroot_deh() needs only directory inode, actuallyAl Viro1-5/+4
2013-06-29[readdir] convert reiserfsAl Viro1-15/+11
2013-05-31reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentryJeff Mahoney1-0/+2
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+11
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-5/+3
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-04-24reiserfs: fix permissions on .reiserfs_privJeff Mahoney1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-14kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()Frederic Weisbecker1-1/+1
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker1-0/+8
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney1-6/+4
2009-05-09reiserfs: remove privroot hiding in lookupJeff Mahoney1-11/+13
2009-03-30reiserfs: use generic readdir for operations across all xattrsJeff Mahoney1-13/+15
2007-10-17reiserfs: fix kernel panic on corrupted directoryLepton Wu1-0/+10
2007-05-23Missing 'const' from reiserfs MIN_KEY declaration.David Woodhouse1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-08[PATCH] struct path: convert reiserfsJosef Sipek1-2/+2
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver [try #6]David Howells1-0/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg1-11/+5
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-233/+255
2005-05-01[PATCH] reiserfs endianness: annotate little-endian objectsAl Viro1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+275