aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/procfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-10/+0
2020-06-24block: move block-related definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-01-21fs/reiserfs: remove unused macrosGravatar Alex Shi 1-1/+0
2018-08-22reiserfs: use monotonic time for j_trans_start_timeGravatar Arnd Bergmann 1-2/+9
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-15/+1
2016-01-06fs: use block_device name vsprintf helperGravatar Dmitry Monakhov 1-3/+2
2014-08-08fs/reiserfs: use linux/uaccess.hGravatar Fabian Frederick 1-1/+1
2014-01-25kill reiserfs_bdevname()Gravatar Al Viro 1-2/+2
2013-08-05reiserfs: fix deadlock in umountGravatar Al Viro 1-80/+19
2013-05-01reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()Gravatar David Howells 1-11/+18
2013-05-01proc: Add proc_mkdir_data()Gravatar David Howells 1-2/+1
2013-04-09reiserfs: use proc_remove_subtree()Gravatar Al Viro 1-21/+9
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 1-1/+1
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hGravatar Al Viro 1-1/+0
2009-12-16reiserfs: don't compile procfs.o at all if no supportGravatar Alexey Dobriyan 1-26/+0
2009-12-16reiserfs: remove /proc/fs/reiserfs/versionGravatar Alexey Dobriyan 1-39/+0
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-4/+1
2009-03-30reiserfs: strip trailing whitespaceGravatar Jeff Mahoney 1-1/+1
2009-03-30reiserfs: rework reiserfs_warningGravatar Jeff Mahoney 1-3/+2
2009-03-30reiserfs: audit transaction ids to always be unsigned intsGravatar Jeff Mahoney 1-2/+2
2008-10-16reiserfs/procfs.c: remove CVS keywordsGravatar Adrian Bunk 1-3/+0
2008-04-29reiserfs: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-6/+3
2008-02-08reiserfs: constify function pointer tablesGravatar Jan Engelhardt 1-1/+1
2007-12-05proc: fix proc_dir_entry refcountingGravatar Alexey Dobriyan 1-6/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-08reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"Gravatar Robert P. J. Day 1-1/+1
2006-12-08[PATCH] struct path: convert reiserfsGravatar Josef Sipek 1-1/+1
2006-07-14[PATCH] reiserfs: fix handling of device names with /'s in themGravatar Jeff Mahoney 1-4/+21
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-2/+1
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeGravatar Linus Torvalds 1-358/+337
2005-05-01[PATCH] reiserfs endianness: annotate little-endian objectsGravatar Al Viro 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+664