aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-05reiserfs: delete duplicated wordsGravatar Randy Dunlap 1-4/+4
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2014-08-08fs/reiserfs: use linux/uaccess.hGravatar Fabian Frederick 1-1/+1
2014-05-06reiserfs: cleanup, remove unnecessary parensGravatar Jeff Mahoney 1-1/+1
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsGravatar Jeff Mahoney 1-1/+1
2014-05-06reiserfs: cleanup, remove unnecessary parens in dirent creationGravatar Jeff Mahoney 1-33/+34
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleGravatar Jeff Mahoney 1-25/+52
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesGravatar Jeff Mahoney 1-4/+4
2014-04-03reiserfs: fix race in readdirGravatar Jeff Mahoney 1-2/+4
2013-08-08reiserfs: locking, handle nested locks properlyGravatar Jeff Mahoney 1-3/+4
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeGravatar Al Viro 1-3/+2
2013-06-29reiserfs: is_privroot_deh() needs only directory inode, actuallyGravatar Al Viro 1-5/+4
2013-06-29[readdir] convert reiserfsGravatar Al Viro 1-15/+11
2013-05-31reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentryGravatar Jeff Mahoney 1-0/+2
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-2/+11
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-5/+3
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLGravatar jan Blunck 1-0/+1
2010-04-24reiserfs: fix permissions on .reiserfs_privGravatar Jeff Mahoney 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-14kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()Gravatar Frederic Weisbecker 1-1/+1
2009-09-14reiserfs: kill-the-BKLGravatar Frederic Weisbecker 1-0/+8
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledGravatar Jeff Mahoney 1-6/+4
2009-05-09reiserfs: remove privroot hiding in lookupGravatar Jeff Mahoney 1-11/+13
2009-03-30reiserfs: use generic readdir for operations across all xattrsGravatar Jeff Mahoney 1-13/+15
2007-10-17reiserfs: fix kernel panic on corrupted directoryGravatar Lepton Wu 1-0/+10
2007-05-23Missing 'const' from reiserfs MIN_KEY declaration.Gravatar David Woodhouse 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-12-08[PATCH] struct path: convert reiserfsGravatar Josef Sipek 1-2/+2
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...Gravatar David Howells 1-0/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperGravatar Pekka Enberg 1-11/+5
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeGravatar Linus Torvalds 1-233/+255
2005-05-01[PATCH] reiserfs endianness: annotate little-endian objectsGravatar Al Viro 1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+275