aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/procfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-01-25kill reiserfs_bdevname()Al Viro1-2/+2
2013-08-05reiserfs: fix deadlock in umountAl Viro1-80/+19
2013-05-01reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()David Howells1-11/+18
2013-05-01proc: Add proc_mkdir_data()David Howells1-2/+1
2013-04-09reiserfs: use proc_remove_subtree()Al Viro1-21/+9
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro1-1/+0
2009-12-16reiserfs: don't compile procfs.o at all if no supportAlexey Dobriyan1-26/+0
2009-12-16reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan1-39/+0
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-4/+1
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-1/+1
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-3/+2
2009-03-30reiserfs: audit transaction ids to always be unsigned intsJeff Mahoney1-2/+2
2008-10-16reiserfs/procfs.c: remove CVS keywordsAdrian Bunk1-3/+0
2008-04-29reiserfs: use non-racy method for proc entries creationDenis V. Lunev1-6/+3
2008-02-08reiserfs: constify function pointer tablesJan Engelhardt1-1/+1
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan1-6/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"Robert P. J. Day1-1/+1
2006-12-08[PATCH] struct path: convert reiserfsJosef Sipek1-1/+1
2006-07-14[PATCH] reiserfs: fix handling of device names with /'s in themJeff Mahoney1-4/+21
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-2/+1
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-358/+337
2005-05-01[PATCH] reiserfs endianness: annotate little-endian objectsAl Viro1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+664