aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-3/+3
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-3/+3
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-3/+3
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-2/+2
2006-10-01[PATCH] reiserfs: eliminate minimum window size for bitmap searchingJeff Mahoney1-22/+1
2006-10-01[PATCH] reiserfs: use generic_file_open for open() checksJeff Mahoney1-0/+1
2006-10-01[PATCH] reiserfs: on-demand bitmap loadingJeff Mahoney3-90/+70
2006-10-01[PATCH] reiserfs: reorganize bitmap loading functionsJeff Mahoney3-113/+90
2006-10-01[PATCH] reiserfs: clean up bitmap block buffer head referencesJeff Mahoney2-49/+71
2006-10-01[PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap info arrayJeff Mahoney2-15/+27
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver [try #6]David Howells3-0/+42
2006-09-29[PATCH] reiserfs: ifdef ACL stuff from inodeAlexey Dobriyan2-4/+12
2006-09-29[PATCH] reiserfs: ifdef xattr_semAlexey Dobriyan1-2/+2
2006-09-29[PATCH] Fix reiserfs latencies caused by data=orderedChris Mason1-11/+43
2006-09-29[PATCH] reiserfs_fsync should only use barriers when they are enabledChris Mason1-1/+1
2006-09-29[PATCH] use gcc -O1 in fs/reiserfs only for ancient gcc versionsOlaf Hering1-1/+1
2006-09-27[PATCH] reiserfs: warn about the useless nolargeio optionAdrian Bunk1-19/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-4/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-3/+1