summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorLines
2006-06-26[PATCH] reiserfs: remove reiserfs_aio_write()Alexey Dobriyan-7/+1
2006-06-26[PATCH] fs: use list_move()Akinobu Mita-4/+2
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg-2/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells-4/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells-4/+5
2006-04-22[PATCH] Fix reiserfs deadlockJan Kara-2/+3
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-3/+3
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty-1/+0
2006-03-26[PATCH] change buffer_head.b_size to size_tBadari Pulavarty-1/+1
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown-3/+5
2006-03-25[PATCH] indirect_print_item() warning fixBenoit Boissinot-1/+1
2006-03-25[PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an intAdrian Bunk-2/+2
2006-03-25[PATCH] reiserfs: use balance_dirty_pages_ratelimited_nr in reiserfs_file_wri...Alexander Zarochentsev-1/+1
2006-03-25[PATCH] reiserfs: cleanupsVladimir V. Saveliev-7/+5
2006-03-25[PATCH] reiserfs: reiserfs_file_write() will lose error code when a 0-length ...Jeff Mahoney-4/+4
2006-03-25[PATCH] reiserfs: handle trans_id overflowAlexander Zarochentsev-3/+18
2006-03-25[PATCH] reiserfs: fix transaction overflowingAlexander Zarochentzev-138/+72
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson-1/+1
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser-6/+3
2006-03-02[PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney-4/+4
2006-03-02[PATCH] reiserfs: do not check if unsigned < 0Vladimir V. Saveliev-15/+10
2006-02-13[PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_aclJeff Mahoney-1/+2
2006-02-12[PATCH] reiserfs: disable automatic enabling of reiserfs inode attributesJeff Mahoney-2/+0
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro-1/+0
2006-02-03[PATCH] someone broke reiserfs V3 mount options, this fixes itVitaly Fertman-1/+1
2006-02-01[PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disksJeff Mahoney-0/+17
2006-02-01[PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_shou...Chris Mason-0/+3
2006-02-01[PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non...Chris Mason-2/+13
2006-02-01[PATCH] reiserfs: reiserfs hang and performance fix for data=journal modeChris Mason-5/+21
2006-02-01[PATCH] resierfs: fix reiserfs_invalidatepage race against data=orderedChris Mason-1/+16
2006-02-01[PATCH] reiserfs: use generic_permissionChristoph Hellwig-77/+26
2006-02-01[PATCH] reiserfs: remove reiserfs_permission_lockedChristoph Hellwig-22/+8
2006-02-01[PATCH] reiserfs: missing kmalloc failure checkDiego Calleja-0/+2
2006-02-01[PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for alloca...Pekka Enberg-6/+2
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg-137/+49
2006-01-14[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupPekka Enberg-5/+1
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap-0/+4
2006-01-11[PATCH] reiserfs: fix assertion failure in reiserfs+journaled quotasJan Kara-1/+4
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig-1/+1
2006-01-10[PATCH] remove reiserfs xattr permission checksChristoph Hellwig-51/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen-37/+37
2006-01-03s/retreiv/retriev/gMatt Mackall-2/+2
2005-12-14[PATCH] reiserfs: close open transactions on error pathJeff Mahoney-8/+18
2005-12-14[PATCH] reiserfs: skip commit on io errorJeff Mahoney-4/+14
2005-11-29[PATCH] reiserfs: handle cnode allocation failure gracefullyJeff Mahoney-0/+9
2005-11-28[PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage()Oleg Drokin-1/+1
2005-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-0/+1
2005-11-09[PATCH] Fix return value in reiserfs allocatorJan Kara-2/+2