| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] reiserfs: warn about the useless nolargeio option | Adrian Bunk | 2006-09-27 | 1 | -19/+2 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -4/+0 |
* | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 1 | -3/+1 |
* | [PATCH] lockdep: annotate reiserfs | Ingo Molnar | 2006-08-27 | 1 | -1/+1 |
* | [PATCH] reiserfs_write_full_page() should not get_block past eof | Chris Mason | 2006-08-06 | 1 | -2/+12 |
* | [PATCH] fix reiserfs lock inversion of bkl vs inode semaphore | Chris Mason | 2006-08-06 | 2 | -2/+2 |
* | [PATCH] i_mutex does not need to be locked in reiserfs_delete_inode() | Alexander Zarochentsev | 2006-08-06 | 1 | -10/+2 |
* | [PATCH] reiserfs: fix handling of device names with /'s in them | Jeff Mahoney | 2006-07-14 | 1 | -4/+21 |
* | [PATCH] reiserfs: fix journaling issue regarding fsync() | Hisashi Hifumi | 2006-07-10 | 1 | -1/+5 |
* | [PATCH] lockdep: annotate the quota code | Arjan van de Ven | 2006-07-03 | 1 | -1/+1 |
* | [PATCH] reiserfs: update ctime and mtime on expanding truncate | Vladimir Saveliev | 2006-07-01 | 1 | -0/+5 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 15 | -15/+0 |
* | [PATCH] mark address_space_operations const | Christoph Hellwig | 2006-06-28 | 1 | -1/+1 |
* | [PATCH] reiserfs: remove reiserfs_aio_write() | Alexey Dobriyan | 2006-06-26 | 1 | -7/+1 |
* | [PATCH] fs: use list_move() | Akinobu Mita | 2006-06-26 | 1 | -4/+2 |
* | [PATCH] read_mapping_page for address space | Pekka Enberg | 2006-06-23 | 1 | -2/+1 |
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 2006-06-23 | 1 | -4/+4 |
* | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -4/+5 |
* | [PATCH] Fix reiserfs deadlock | Jan Kara | 2006-04-22 | 1 | -2/+3 |
* | [PATCH] Introduce sys_splice() system call | Jens Axboe | 2006-03-30 | 1 | -0/+2 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 3 | -3/+3 |
* | [PATCH] remove ->get_blocks() support | Badari Pulavarty | 2006-03-26 | 1 | -1/+0 |
* | [PATCH] change buffer_head.b_size to size_t | Badari Pulavarty | 2006-03-26 | 1 | -1/+1 |
* | [PATCH] Make address_space_operations->invalidatepage return void | NeilBrown | 2006-03-26 | 1 | -3/+5 |
* | [PATCH] indirect_print_item() warning fix | Benoit Boissinot | 2006-03-25 | 1 | -1/+1 |
* | [PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an int | Adrian Bunk | 2006-03-25 | 1 | -2/+2 |
* | [PATCH] reiserfs: use balance_dirty_pages_ratelimited_nr in reiserfs_file_wri... | Alexander Zarochentsev | 2006-03-25 | 1 | -1/+1 |
* | [PATCH] reiserfs: cleanups | Vladimir V. Saveliev | 2006-03-25 | 2 | -7/+5 |
* | [PATCH] reiserfs: reiserfs_file_write() will lose error code when a 0-length ... | Jeff Mahoney | 2006-03-25 | 1 | -4/+4 |
* | [PATCH] reiserfs: handle trans_id overflow | Alexander Zarochentsev | 2006-03-25 | 1 | -3/+18 |
* | [PATCH] reiserfs: fix transaction overflowing | Alexander Zarochentzev | 2006-03-25 | 1 | -138/+72 |
* | [PATCH] cpuset memory spread: slab cache format | Paul Jackson | 2006-03-24 | 1 | -1/+2 |
* | [PATCH] cpuset memory spread: slab cache filesystems | Paul Jackson | 2006-03-24 | 1 | -1/+1 |
* | [PATCH] fs: Use ARRAY_SIZE macro | Tobias Klauser | 2006-03-24 | 1 | -6/+3 |
* | [PATCH] reiserfs: fix unaligned bitmap usage | Jeff Mahoney | 2006-03-02 | 1 | -4/+4 |
* | [PATCH] reiserfs: do not check if unsigned < 0 | Vladimir V. Saveliev | 2006-03-02 | 3 | -15/+10 |
* | [PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_acl | Jeff Mahoney | 2006-02-13 | 1 | -1/+2 |
* | [PATCH] reiserfs: disable automatic enabling of reiserfs inode attributes | Jeff Mahoney | 2006-02-12 | 1 | -2/+0 |
* | [PATCH] remove bogus asm/bug.h includes. | Al Viro | 2006-02-07 | 1 | -1/+0 |
* | [PATCH] someone broke reiserfs V3 mount options, this fixes it | Vitaly Fertman | 2006-02-03 | 1 | -1/+1 |
* | [PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disks | Jeff Mahoney | 2006-02-01 | 1 | -0/+17 |
* | [PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_shou... | Chris Mason | 2006-02-01 | 1 | -0/+3 |
* | [PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non... | Chris Mason | 2006-02-01 | 1 | -2/+13 |
* | [PATCH] reiserfs: reiserfs hang and performance fix for data=journal mode | Chris Mason | 2006-02-01 | 2 | -5/+21 |
* | [PATCH] resierfs: fix reiserfs_invalidatepage race against data=ordered | Chris Mason | 2006-02-01 | 2 | -1/+16 |
* | [PATCH] reiserfs: use generic_permission | Christoph Hellwig | 2006-02-01 | 1 | -77/+26 |
* | [PATCH] reiserfs: remove reiserfs_permission_locked | Christoph Hellwig | 2006-02-01 | 1 | -22/+8 |
* | [PATCH] reiserfs: missing kmalloc failure check | Diego Calleja | 2006-02-01 | 1 | -0/+2 |
* | [PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for alloca... | Pekka Enberg | 2006-02-01 | 1 | -6/+2 |
* | [PATCH] reiserfs: remove kmalloc wrapper | Pekka Enberg | 2006-02-01 | 7 | -137/+49 |