aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-11quota: fix infinite loopJan Kara1-2/+11
2007-07-26more reiserfs endianness annotationsAl Viro1-2/+3
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2-4/+3
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig2-0/+2
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan1-1/+0
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+0
2007-05-23Missing 'const' from reiserfs MIN_KEY declaration.David Woodhouse1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-6/+4
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+2
2007-05-09reiserfs: use zero_user_pageNate Diller2-39/+13
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day1-2/+2
2007-05-08reiserfs: use __set_current_state()Milind Arun Choudhary1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap6-6/+0
2007-05-08reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"Robert P. J. Day1-1/+1
2007-05-08reiserfs: shrink superblock if no xattrsAlexey Dobriyan1-2/+4
2007-05-08reiserfs: possible null pointer dereference during resizeDmitriy Monakhov1-0/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin1-4/+0
2007-04-30reiserfs: suppress lockdep warningJeff Mahoney1-1/+1
2007-04-24reiserfs: fix xattr root locking/refcount bugJeff Mahoney1-68/+24
2007-04-12[PATCH] reiserfs: fix key decrementingVladimir Saveliev1-1/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven2-4/+4
2007-02-12[PATCH] reiserfs: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-2/+3
2007-01-23[PATCH] resierfs: avoid tail packing if an inode was ever mmappedVladimir Saveliev2-1/+21
2006-12-23Fix reiserfs after "test_clear_page_dirty()" removalLinus Torvalds1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-1/+1
2006-12-08[PATCH] struct path: convert reiserfsJosef Sipek5-11/+11
2006-12-08[PATCH] struct path: rename Reiserfs's struct pathJosef "Jeff" Sipek6-36/+36
2006-12-07[PATCH] reiserfs: do not add save links for O_DIRECT writesVladimir V. Saveliev1-50/+4
2006-12-07[PATCH] reiser: replace kmalloc+memset with kzallocYan Burman3-9/+4
2006-12-07[PATCH] reiserfs: add missing D-cache flushingAlexey Dobriyan1-0/+4
2006-12-07[PATCH] fix reiserfs bad path release panicSuzuki K P1-1/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells3-5/+6
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+1
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-3/+3
2006-11-25[PATCH] reiserfs: fmt bugfixAlexey Dobriyan1-1/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+7
2006-11-03[PATCH] reiserfs: reset errval after initializing bitmap cacheJeff Mahoney1-0/+1
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+2
2006-10-11[PATCH] ReiserFS: Make sure all dentries refs are released before calling kill_block_super()David Howells1-11/+20
2006-10-07[PATCH] reiserfs: null pointer dereferencing in reiserfs_read_bitmap_blockEric Eric Sesterhenn1-2/+2
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds1-1/+0
2006-10-04[PATCH] Remove unnecessary check in fs/reiserfs/inode.cEric Sesterhenn1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03BUG_ON conversion for fs/reiserfsEric Sesterhenn5-54/+26