aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/reiserfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-26/+0
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-2334/+0
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara1-3/+4
2012-01-03reiserfs: propagate umode_tAl Viro1-1/+1
2011-07-25reiserfs: use proper little-endian bitopsAkinobu Mita1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23reiserfs: use little-endian bitopsAkinobu Mita1-14/+13
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-0/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2010-08-09convert reiserfs to ->evict_inode()Al Viro1-1/+1
2010-07-19reiserfs: typo comment fixDavidlohr Bueso1-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+26
2010-01-02reiserfs: Warn on lock relax if taken recursivelyFrederic Weisbecker1-0/+9
2010-01-02reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker1-0/+8
2009-12-16reiserfs: Fix reiserfs lock <-> inode mutex dependency inversionFrederic Weisbecker1-0/+9
2009-12-16reiserfs: don't compile procfs.o at all if no supportAlexey Dobriyan1-9/+21
2009-12-16reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan1-5/+0
2009-10-14kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()Frederic Weisbecker1-2/+1
2009-09-14kill-the-bkl/reiserfs: acquire the inode mutex safelyFrederic Weisbecker1-0/+35
2009-09-14kill-the-bkl/reiserfs: conditionaly release the write lock on fs_changed()Frederic Weisbecker1-3/+1
2009-09-14kill-the-BKL/reiserfs: add reiserfs_cond_resched()Frederic Weisbecker1-0/+13
2009-09-14kill-the-BKL/reiserfs: release write lock on fs_changed()Frederic Weisbecker1-1/+7
2009-09-14kill-the-BKL/reiserfs: provide a tool to lock only once the write lockFrederic Weisbecker1-0/+2
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker1-5/+7
2009-06-18reiserfs: fix warnings with gcc 4.4Jeff Mahoney1-8/+39
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds1-69/+99
2009-03-30reiserfs: rename p_._ variablesJeff Mahoney1-23/+23
2009-03-30reiserfs: rename p_s_tb to tbJeff Mahoney1-1/+1
2009-03-30reiserfs: rename p_s_inode to inodeJeff Mahoney1-2/+2
2009-03-30reiserfs: rename p_s_bh to bhJeff Mahoney1-17/+18
2009-03-30reiserfs: rename p_s_sb to sbJeff Mahoney1-7/+7
2009-03-30reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney1-1/+3
2009-03-30reiserfs: use generic readdir for operations across all xattrsJeff Mahoney1-0/+1
2009-03-30reiserfs: journaled xattrsJeff Mahoney1-0/+4
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney1-3/+0
2009-03-30reiserfs: introduce reiserfs_error()Jeff Mahoney1-0/+4
2009-03-30reiserfs: rearrange journal abortJeff Mahoney1-1/+1
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney1-6/+22
2009-03-30reiserfs: eliminate reiserfs_warning from uniqueness functionsJeff Mahoney1-5/+2
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-3/+6
2009-03-30reiserfs: use buffer_info for leaf_paste_entriesJeff Mahoney1-1/+1
2009-03-30reiserfs: audit transaction ids to always be unsigned intsJeff Mahoney1-1/+1
2009-03-30reiserfs: add support for mount count incrementingJeff Mahoney1-1/+5
2009-02-03headers_check fix cleanup: linux/reiserfs_fs.hJaswinder Singh Rajput1-34/+28
2009-02-02headers_check fix: linux/reinserfs_fs.hJaswinder Singh Rajput1-0/+8
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-07-25include: use get/put_unaligned_* helpersHarvey Harrison1-2/+2
2008-04-28reiserfs: unpack tails on quota filesJan Kara1-0/+1
2008-02-08use __u32 in linux/reiserfs_fs.hMike Frysinger1-1/+1
2007-10-22reiserfs: new export opsChristoph Hellwig1-6/+6
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney1-0/+12
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney1-6/+8
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk1-7/+0
2007-07-28fix preprocessor idiocy in reiserfsAl Viro1-3/+5
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-4/+4
2006-12-08[PATCH] struct path: rename Reiserfs's struct pathJosef "Jeff" Sipek1-22/+22
2006-12-07[PATCH] fs: reiserfs add missing bracketsMariusz Kozlowski1-1/+1
2006-10-01[PATCH] reiserfs: reorganize bitmap loading functionsJeff Mahoney1-0/+4
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...David Howells1-0/+9
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells1-15/+13
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik1-8/+2
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-25[PATCH] reiserfs: fix transaction overflowingAlexander Zarochentzev1-0/+5
2006-03-02[PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney1-1/+1
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg1-16/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-1/+1
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-1/+1
2005-09-10[PATCH] "extern inline" -> "static inline"Adrian Bunk1-3/+3
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-810/+785
2005-06-24[PATCH] quota: reiserfs: improve quota credit estimatesJan Kara1-4/+11
2005-05-01[PATCH] reiserfs endianness: sanitize reiserfs_key unionAl Viro1-35/+7
2005-05-01[PATCH] reiserfs endianness: comp_short_keys() cleanupAl Viro1-41/+8
2005-05-01[PATCH] reiserfs endianness: fix endianness bugsAl Viro1-1/+1
2005-05-01[PATCH] reiserfs endianness: annotate little-endian objectsAl Viro1-84/+84
2005-05-01[PATCH] reiserfs endianness: clone struct reiserfs_keyAl Viro1-3/+29
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2255