summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] reiserfs: ifdef ACL stuff from inodeAlexey Dobriyan2006-09-292-4/+12
* [PATCH] reiserfs: ifdef xattr_semAlexey Dobriyan2006-09-291-2/+2
* [PATCH] Fix reiserfs latencies caused by data=orderedChris Mason2006-09-291-11/+43
* [PATCH] reiserfs_fsync should only use barriers when they are enabledChris Mason2006-09-291-1/+1
* [PATCH] use gcc -O1 in fs/reiserfs only for ancient gcc versionsOlaf Hering2006-09-291-1/+1
* [PATCH] reiserfs: warn about the useless nolargeio optionAdrian Bunk2006-09-271-19/+2
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-4/+0
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-3/+1
* [PATCH] lockdep: annotate reiserfsIngo Molnar2006-08-271-1/+1
* [PATCH] reiserfs_write_full_page() should not get_block past eofChris Mason2006-08-061-2/+12
* [PATCH] fix reiserfs lock inversion of bkl vs inode semaphoreChris Mason2006-08-062-2/+2
* [PATCH] i_mutex does not need to be locked in reiserfs_delete_inode()Alexander Zarochentsev2006-08-061-10/+2
* [PATCH] reiserfs: fix handling of device names with /'s in themJeff Mahoney2006-07-141-4/+21
* [PATCH] reiserfs: fix journaling issue regarding fsync()Hisashi Hifumi2006-07-101-1/+5
* [PATCH] lockdep: annotate the quota codeArjan van de Ven2006-07-031-1/+1
* [PATCH] reiserfs: update ctime and mtime on expanding truncateVladimir Saveliev2006-07-011-0/+5
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3015-15/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] reiserfs: remove reiserfs_aio_write()Alexey Dobriyan2006-06-261-7/+1
* [PATCH] fs: use list_move()Akinobu Mita2006-06-261-4/+2
* [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-2/+1
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-4/+4
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-4/+5
* [PATCH] Fix reiserfs deadlockJan Kara2006-04-221-2/+3
* [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-0/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-283-3/+3
* [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-261-1/+0
* [PATCH] change buffer_head.b_size to size_tBadari Pulavarty2006-03-261-1/+1
* [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-3/+5
* [PATCH] indirect_print_item() warning fixBenoit Boissinot2006-03-251-1/+1
* [PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an intAdrian Bunk2006-03-251-2/+2
* [PATCH] reiserfs: use balance_dirty_pages_ratelimited_nr in reiserfs_file_wri...Alexander Zarochentsev2006-03-251-1/+1
* [PATCH] reiserfs: cleanupsVladimir V. Saveliev2006-03-252-7/+5
* [PATCH] reiserfs: reiserfs_file_write() will lose error code when a 0-length ...Jeff Mahoney2006-03-251-4/+4
* [PATCH] reiserfs: handle trans_id overflowAlexander Zarochentsev2006-03-251-3/+18
* [PATCH] reiserfs: fix transaction overflowingAlexander Zarochentzev2006-03-251-138/+72
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* [PATCH] fs: Use ARRAY_SIZE macroTobias Klauser2006-03-241-6/+3
* [PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney2006-03-021-4/+4
* [PATCH] reiserfs: do not check if unsigned < 0Vladimir V. Saveliev2006-03-023-15/+10
* [PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_aclJeff Mahoney2006-02-131-1/+2
* [PATCH] reiserfs: disable automatic enabling of reiserfs inode attributesJeff Mahoney2006-02-121-2/+0
* [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-071-1/+0
* [PATCH] someone broke reiserfs V3 mount options, this fixes itVitaly Fertman2006-02-031-1/+1
* [PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disksJeff Mahoney2006-02-011-0/+17
* [PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_shou...Chris Mason2006-02-011-0/+3
* [PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non...Chris Mason2006-02-011-2/+13
* [PATCH] reiserfs: reiserfs hang and performance fix for data=journal modeChris Mason2006-02-012-5/+21
* [PATCH] resierfs: fix reiserfs_invalidatepage race against data=orderedChris Mason2006-02-012-1/+16