| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev | Linus Torvalds | 1 | -4/+7 |
| 2008-10-23 | [PATCH] reiserfs: add missing llseek method | Christoph Hellwig | 1 | -0/+1 |
| 2008-10-23 | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 2 | -21/+3 |
| 2008-10-23 | [PATCH] switch quota_on-related stuff to kern_path() | Al Viro | 1 | -9/+9 |
| 2008-10-21 | [PATCH] remember mode of reiserfs journal | Al Viro | 1 | -2/+4 |
| 2008-10-21 | [PATCH] propagate mode through open_bdev_excl/close_bdev_excl | Al Viro | 1 | -1/+2 |
| 2008-10-21 | [PATCH] pass fmode_t to blkdev_put() | Al Viro | 1 | -2/+2 |
| 2008-10-21 | [PATCH] introduce fmode_t, do annotations | Al Viro | 1 | -1/+1 |
| 2008-10-16 | fs/reiserfs: use an IS_ERR test rather than a NULL test | Julien Brunel | 1 | -1/+1 |
| 2008-10-16 | reiserfs/procfs.c: remove CVS keywords | Adrian Bunk | 1 | -3/+0 |
| 2008-08-12 | reiserfs: removed duplicated #include | Huang Weiyi | 1 | -1/+0 |
| 2008-08-04 | fs: rename buffer trylock | Nick Piggin | 2 | -3/+3 |
| 2008-08-04 | mm: rename page trylock | Nick Piggin | 1 | -1/+1 |
| 2008-08-01 | [PATCH] fix races and leaks in vfs_quota_on() users | Al Viro | 1 | -7/+9 |
| 2008-07-26 | [PATCH] sanitize ->permission() prototype | Al Viro | 1 | -1/+1 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
| 2008-07-25 | quota: move function-macros from quota.h to quotaops.h | Jan Kara | 1 | -0/+1 |
| 2008-07-25 | reiserfs: remove double definitions of xattr macros | Shen Feng | 3 | -6/+0 |
| 2008-07-25 | reiserfs: convert j_commit_lock to mutex | Jeff Mahoney | 1 | -12/+10 |
| 2008-07-25 | reiserfs: convert j_flush_sem to mutex | Jeff Mahoney | 1 | -7/+7 |
| 2008-07-25 | reiserfs: convert j_lock to mutex | Jeff Mahoney | 1 | -3/+3 |
| 2008-07-25 | reiserfs: correct mount option parsing to detect when quota options can be ch... | Jan Kara | 1 | -23/+60 |
| 2008-07-25 | reiserfs: fix typos in messages and comments (journalled -> journaled) | Jan Kara | 1 | -5/+5 |
| 2008-07-25 | reiserfs: fix synchronization of quota files in journal=data mode | Jan Kara | 1 | -9/+21 |
| 2008-07-08 | reiserfs: discard prealloc in reiserfs_delete_inode | Jeff Mahoney | 1 | -0/+2 |
| 2008-07-04 | reiserfs: add missing unlock to an error path in reiserfs_quota_write() | Jan Kara | 1 | -1/+3 |
| 2008-04-30 | reiserfs: use open_bdev_excl | Christoph Hellwig | 1 | -27/+23 |
| 2008-04-29 | reiserfs: use non-racy method for proc entries creation | Denis V. Lunev | 1 | -6/+3 |
| 2008-04-28 | reiserfs: unpack tails on quota files | Jan Kara | 2 | -8/+13 |
| 2008-04-28 | reiserfs: fix hang on umount with quotas when journal is aborted | Jan Kara | 1 | -1/+7 |
| 2008-04-28 | reiserfs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 4 | -13/+13 |
| 2008-04-28 | reiserfs: fix more sparse warnings in do_balan.c | Harvey Harrison | 1 | -7/+7 |
| 2008-04-28 | reiserfs: fix sparse warning in journal.c | Harvey Harrison | 1 | -1/+1 |
| 2008-04-28 | reiserfs: le*_add_cpu conversion | Marcin Slusarz | 2 | -5/+3 |
| 2008-04-28 | quota: reiserfs: make reiserfs handle quotaon on remount | Jan Kara | 1 | -5/+8 |
| 2008-04-28 | quota: various style cleanups | Jan Kara | 1 | -1/+1 |
| 2008-04-21 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 2 | -2/+1 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for ioctls() | Dave Hansen | 1 | -22/+41 |
| 2008-04-18 | Convert asm/semaphore.h users to linux/semaphore.h | Matthew Wilcox | 1 | -1/+1 |
| 2008-04-18 | fs: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
| 2008-03-30 | NULL noise: fs/*, mm/*, kernel/* | Al Viro | 4 | -9/+11 |
| 2008-03-19 | [PATCH] reiserfs: eliminate private use of struct file in xattr | Jeff Mahoney | 1 | -80/+30 |
| 2008-03-04 | fs/reiserfs/super.c: correct use of ! and & | Julia Lawall | 1 | -1/+1 |
| 2008-02-14 | Introduce path_put() | Jan Blunck | 1 | -4/+4 |
| 2008-02-14 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 1 | -3/+3 |
| 2008-02-08 | mount options: fix reiserfs | Miklos Szeredi | 1 | -12/+26 |
| 2008-02-08 | reiserfs: constify function pointer tables | Jan Engelhardt | 1 | -1/+1 |
| 2008-02-07 | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 2 | -3/+3 |
| 2008-02-06 | fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 1 | -1/+1 |
| 2008-02-06 | reiserfs: complement va_start() with va_end(). | Richard Knutsson | 1 | -0/+2 |
| 2008-02-05 | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user | Christoph Lameter | 1 | -2/+2 |
| 2008-02-03 | fs/: Spelling fixes | Joe Perches | 1 | -3/+3 |
| 2007-12-05 | proc: fix proc_dir_entry refcounting | Alexey Dobriyan | 1 | -6/+0 |
| 2007-11-14 | reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty file | Fengguang Wu | 1 | -3/+0 |
| 2007-11-14 | Forbid user to change file flags on quota files | Jan Kara | 1 | -0/+3 |
| 2007-10-22 | exportfs: make struct export_operations const | Christoph Hellwig | 1 | -1/+1 |
| 2007-10-22 | reiserfs: new export ops | Christoph Hellwig | 2 | -37/+29 |
| 2007-10-19 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 1 | -1/+1 |
| 2007-10-19 | reiserfs: ignore on disk s_bmap_nr value | Jeff Mahoney | 4 | -23/+44 |
| 2007-10-19 | reiserfs: remove first_zero_hint | Jeff Mahoney | 2 | -23/+12 |
| 2007-10-19 | reiserfs: fix usage of signed ints for block numbers | Jeff Mahoney | 4 | -26/+30 |
| 2007-10-19 | reiserfs: fix memset byte count during resize | Jeff Mahoney | 1 | -1/+1 |
| 2007-10-19 | reiserfs: use is_reusable to catch corruption | Jeff Mahoney | 1 | -8/+13 |
| 2007-10-19 | reiserfs: dont use BUG when panicking | Jeff Mahoney | 1 | -6/+4 |
| 2007-10-19 | reiserfs: fix up lockdep warnings | Jeff Mahoney | 1 | -2/+3 |
| 2007-10-18 | reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattr | Jeff Layton | 1 | -1/+5 |
| 2007-10-17 | reiserfs: do not repair wrong journal params | Edward Shishkin | 1 | -43/+57 |
| 2007-10-17 | reiserfs: workaround for dead loop in finish_unfinished | Lepton Wu | 1 | -3/+15 |
| 2007-10-17 | reiserfs: fix kernel panic on corrupted directory | Lepton Wu | 1 | -0/+10 |
| 2007-10-17 | try to reap reiserfs pages left around by invalidatepage | Chris Mason | 1 | -10/+32 |
| 2007-10-17 | fs/reiserfs/: cleanups | Adrian Bunk | 3 | -60/+4 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -1/+1 |
| 2007-10-16 | reiserfs: use generic_cont_expand_simple | Vladimir Saveliev | 1 | -2/+11 |
| 2007-10-16 | reiserfs: convert to new aops | Vladimir Saveliev | 3 | -19/+183 |
| 2007-10-16 | reiserfs: use generic write | Vladimir Saveliev | 1 | -1239/+1 |
| 2007-09-11 | quota: fix infinite loop | Jan Kara | 1 | -2/+11 |
| 2007-07-26 | more reiserfs endianness annotations | Al Viro | 1 | -2/+3 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-07-17 | Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check | Satyam Sharma | 2 | -4/+3 |
| 2007-07-17 | knfsd: exportfs: add exportfs.h header | Christoph Hellwig | 2 | -0/+2 |
| 2007-07-16 | Only send SIGXFSZ when exceeding rlimits. | Micah Cowan | 1 | -1/+0 |
| 2007-07-10 | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 1 | -1/+0 |
| 2007-05-23 | Missing 'const' from reiserfs MIN_KEY declaration. | David Woodhouse | 1 | -1/+1 |
| 2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -6/+4 |
| 2007-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -2/+2 |
| 2007-05-09 | reiserfs: use zero_user_page | Nate Diller | 2 | -39/+13 |
| 2007-05-09 | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 1 | -2/+2 |
| 2007-05-08 | reiserfs: use __set_current_state() | Milind Arun Choudhary | 1 | -1/+1 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 6 | -6/+0 |
| 2007-05-08 | reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO" | Robert P. J. Day | 1 | -1/+1 |
| 2007-05-08 | reiserfs: shrink superblock if no xattrs | Alexey Dobriyan | 1 | -2/+4 |
| 2007-05-08 | reiserfs: possible null pointer dereference during resize | Dmitriy Monakhov | 1 | -0/+4 |
| 2007-05-07 | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 1 | -2/+1 |
| 2007-05-07 | mm: make read_cache_page synchronous | Nick Piggin | 1 | -4/+0 |
| 2007-04-30 | reiserfs: suppress lockdep warning | Jeff Mahoney | 1 | -1/+1 |
| 2007-04-24 | reiserfs: fix xattr root locking/refcount bug | Jeff Mahoney | 1 | -68/+24 |
| 2007-04-12 | [PATCH] reiserfs: fix key decrementing | Vladimir Saveliev | 1 | -1/+1 |
| 2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven | 2 | -4/+4 |
| 2007-02-12 | [PATCH] reiserfs: Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 1 | -2/+3 |
| 2007-01-23 | [PATCH] resierfs: avoid tail packing if an inode was ever mmapped | Vladimir Saveliev | 2 | -1/+21 |
| 2006-12-23 | Fix reiserfs after "test_clear_page_dirty()" removal | Linus Torvalds | 1 | -1/+1 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
| 2006-12-08 | [PATCH] rename struct namespace to struct mnt_namespace | Kirill Korotaev | 1 | -1/+1 |
| 2006-12-08 | [PATCH] struct path: convert reiserfs | Josef Sipek | 5 | -11/+11 |
| 2006-12-08 | [PATCH] struct path: rename Reiserfs's struct path | Josef "Jeff" Sipek | 6 | -36/+36 |
| 2006-12-07 | [PATCH] reiserfs: do not add save links for O_DIRECT writes | Vladimir V. Saveliev | 1 | -50/+4 |
| 2006-12-07 | [PATCH] reiser: replace kmalloc+memset with kzalloc | Yan Burman | 3 | -9/+4 |
| 2006-12-07 | [PATCH] reiserfs: add missing D-cache flushing | Alexey Dobriyan | 1 | -0/+4 |
| 2006-12-07 | [PATCH] fix reiserfs bad path release panic | Suzuki K P | 1 | -1/+2 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -2/+2 |
| 2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -1/+1 |
| 2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 3 | -5/+6 |
| 2006-12-02 | [NET]: Kill direct includes of asm/checksum.h | Al Viro | 1 | -1/+1 |
| 2006-11-30 | Fix misc .c/.h comment typos | Matt LaPlante | 1 | -3/+3 |
| 2006-11-25 | [PATCH] reiserfs: fmt bugfix | Alexey Dobriyan | 1 | -1/+2 |
| 2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -5/+7 |
| 2006-11-03 | [PATCH] reiserfs: reset errval after initializing bitmap cache | Jeff Mahoney | 1 | -0/+1 |
| 2006-10-20 | [PATCH] separate bdi congestion functions from queue congestion functions | Andrew Morton | 1 | -1/+2 |
| 2006-10-11 | [PATCH] ReiserFS: Make sure all dentries refs are released before calling kil... | David Howells | 1 | -11/+20 |
| 2006-10-07 | [PATCH] reiserfs: null pointer dereferencing in reiserfs_read_bitmap_block | Eric Eric Sesterhenn | 1 | -2/+2 |
| 2006-10-04 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh | Linus Torvalds | 1 | -1/+0 |
| 2006-10-04 | [PATCH] Remove unnecessary check in fs/reiserfs/inode.c | Eric Sesterhenn | 1 | -1/+1 |
| 2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 1 | -1/+0 |
| 2006-10-03 | BUG_ON conversion for fs/reiserfs | Eric Sesterhenn | 5 | -54/+26 |
| 2006-10-03 | [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers | David Howells | 1 | -3/+3 |
| 2006-10-01 | [PATCH] r/o bind mounts: monitor zeroing of i_nlink | Dave Hansen | 1 | -2/+2 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -3/+3 |
| 2006-10-01 | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 1 | -3/+3 |
| 2006-10-01 | [PATCH] Vectorize aio_read/aio_write fileop methods | Badari Pulavarty | 1 | -2/+2 |
| 2006-10-01 | [PATCH] reiserfs: eliminate minimum window size for bitmap searching | Jeff Mahoney | 1 | -22/+1 |
| 2006-10-01 | [PATCH] reiserfs: use generic_file_open for open() checks | Jeff Mahoney | 1 | -0/+1 |
| 2006-10-01 | [PATCH] reiserfs: on-demand bitmap loading | Jeff Mahoney | 3 | -90/+70 |
| 2006-10-01 | [PATCH] reiserfs: reorganize bitmap loading functions | Jeff Mahoney | 3 | -113/+90 |
| 2006-10-01 | [PATCH] reiserfs: clean up bitmap block buffer head references | Jeff Mahoney | 2 | -49/+71 |
| 2006-10-01 | [PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap inf... | Jeff Mahoney | 2 | -15/+27 |
| 2006-09-30 | [PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr... | David Howells | 3 | -0/+42 |
| 2006-09-29 | [PATCH] reiserfs: ifdef ACL stuff from inode | Alexey Dobriyan | 2 | -4/+12 |
| 2006-09-29 | [PATCH] reiserfs: ifdef xattr_sem | Alexey Dobriyan | 1 | -2/+2 |
| 2006-09-29 | [PATCH] Fix reiserfs latencies caused by data=ordered | Chris Mason | 1 | -11/+43 |
| 2006-09-29 | [PATCH] reiserfs_fsync should only use barriers when they are enabled | Chris Mason | 1 | -1/+1 |
| 2006-09-29 | [PATCH] use gcc -O1 in fs/reiserfs only for ancient gcc versions | Olaf Hering | 1 | -1/+1 |
| 2006-09-27 | [PATCH] reiserfs: warn about the useless nolargeio option | Adrian Bunk | 1 | -19/+2 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -4/+0 |
| 2006-09-27 | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 1 | -3/+1 |
| 2006-08-27 | [PATCH] lockdep: annotate reiserfs | Ingo Molnar | 1 | -1/+1 |
| 2006-08-06 | [PATCH] reiserfs_write_full_page() should not get_block past eof | Chris Mason | 1 | -2/+12 |
| 2006-08-06 | [PATCH] fix reiserfs lock inversion of bkl vs inode semaphore | Chris Mason | 2 | -2/+2 |
| 2006-08-06 | [PATCH] i_mutex does not need to be locked in reiserfs_delete_inode() | Alexander Zarochentsev | 1 | -10/+2 |
| 2006-07-14 | [PATCH] reiserfs: fix handling of device names with /'s in them | Jeff Mahoney | 1 | -4/+21 |
| 2006-07-10 | [PATCH] reiserfs: fix journaling issue regarding fsync() | Hisashi Hifumi | 1 | -1/+5 |
| 2006-07-03 | [PATCH] lockdep: annotate the quota code | Arjan van de Ven | 1 | -1/+1 |
| 2006-07-01 | [PATCH] reiserfs: update ctime and mtime on expanding truncate | Vladimir Saveliev | 1 | -0/+5 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 15 | -15/+0 |
| 2006-06-28 | [PATCH] mark address_space_operations const | Christoph Hellwig | 1 | -1/+1 |
| 2006-06-26 | [PATCH] reiserfs: remove reiserfs_aio_write() | Alexey Dobriyan | 1 | -7/+1 |
| 2006-06-26 | [PATCH] fs: use list_move() | Akinobu Mita | 1 | -4/+2 |
| 2006-06-23 | [PATCH] read_mapping_page for address space | Pekka Enberg | 1 | -2/+1 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 1 | -4/+4 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -4/+5 |
| 2006-04-22 | [PATCH] Fix reiserfs deadlock | Jan Kara | 1 | -2/+3 |
| 2006-03-30 | [PATCH] Introduce sys_splice() system call | Jens Axboe | 1 | -0/+2 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 3 | -3/+3 |
| 2006-03-26 | [PATCH] remove ->get_blocks() support | Badari Pulavarty | 1 | -1/+0 |
| 2006-03-26 | [PATCH] change buffer_head.b_size to size_t | Badari Pulavarty | 1 | -1/+1 |
| 2006-03-26 | [PATCH] Make address_space_operations->invalidatepage return void | NeilBrown | 1 | -3/+5 |
| 2006-03-25 | [PATCH] indirect_print_item() warning fix | Benoit Boissinot | 1 | -1/+1 |
| 2006-03-25 | [PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an int | Adrian Bunk | 1 | -2/+2 |
| 2006-03-25 | [PATCH] reiserfs: use balance_dirty_pages_ratelimited_nr in reiserfs_file_wri... | Alexander Zarochentsev | 1 | -1/+1 |
| 2006-03-25 | [PATCH] reiserfs: cleanups | Vladimir V. Saveliev | 2 | -7/+5 |
| 2006-03-25 | [PATCH] reiserfs: reiserfs_file_write() will lose error code when a 0-length ... | Jeff Mahoney | 1 | -4/+4 |
| 2006-03-25 | [PATCH] reiserfs: handle trans_id overflow | Alexander Zarochentsev | 1 | -3/+18 |
| 2006-03-25 | [PATCH] reiserfs: fix transaction overflowing | Alexander Zarochentzev | 1 | -138/+72 |
| 2006-03-24 | [PATCH] cpuset memory spread: slab cache format | Paul Jackson | 1 | -1/+2 |
| 2006-03-24 | [PATCH] cpuset memory spread: slab cache filesystems | Paul Jackson | 1 | -1/+1 |
| 2006-03-24 | [PATCH] fs: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -6/+3 |
| 2006-03-02 | [PATCH] reiserfs: fix unaligned bitmap usage | Jeff Mahoney | 1 | -4/+4 |
| 2006-03-02 | [PATCH] reiserfs: do not check if unsigned < 0 | Vladimir V. Saveliev | 3 | -15/+10 |
| 2006-02-13 | [PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_acl | Jeff Mahoney | 1 | -1/+2 |
| 2006-02-12 | [PATCH] reiserfs: disable automatic enabling of reiserfs inode attributes | Jeff Mahoney | 1 | -2/+0 |
| 2006-02-07 | [PATCH] remove bogus asm/bug.h includes. | Al Viro | 1 | -1/+0 |
| 2006-02-03 | [PATCH] someone broke reiserfs V3 mount options, this fixes it | Vitaly Fertman | 1 | -1/+1 |
| 2006-02-01 | [PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disks | Jeff Mahoney | 1 | -0/+17 |
| 2006-02-01 | [PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_shou... | Chris Mason | 1 | -0/+3 |
| 2006-02-01 | [PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non... | Chris Mason | 1 | -2/+13 |
| 2006-02-01 | [PATCH] reiserfs: reiserfs hang and performance fix for data=journal mode | Chris Mason | 2 | -5/+21 |
| 2006-02-01 | [PATCH] resierfs: fix reiserfs_invalidatepage race against data=ordered | Chris Mason | 2 | -1/+16 |
| 2006-02-01 | [PATCH] reiserfs: use generic_permission | Christoph Hellwig | 1 | -77/+26 |
| 2006-02-01 | [PATCH] reiserfs: remove reiserfs_permission_locked | Christoph Hellwig | 1 | -22/+8 |
| 2006-02-01 | [PATCH] reiserfs: missing kmalloc failure check | Diego Calleja | 1 | -0/+2 |
| 2006-02-01 | [PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for alloca... | Pekka Enberg | 1 | -6/+2 |
| 2006-02-01 | [PATCH] reiserfs: remove kmalloc wrapper | Pekka Enberg | 7 | -137/+49 |
| 2006-01-14 | [PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookup | Pekka Enberg | 1 | -5/+1 |
| 2006-01-11 | [PATCH] capable/capability.h (fs/) | Randy Dunlap | 4 | -0/+4 |
| 2006-01-11 | [PATCH] reiserfs: fix assertion failure in reiserfs+journaled quotas | Jan Kara | 1 | -1/+4 |
| 2006-01-10 | [PATCH] replace inode_update_time with file_update_time | Christoph Hellwig | 1 | -1/+1 |
| 2006-01-10 | [PATCH] remove reiserfs xattr permission checks | Christoph Hellwig | 2 | -51/+0 |
| 2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 7 | -37/+37 |
| 2006-01-03 | s/retreiv/retriev/g | Matt Mackall | 1 | -2/+2 |
| 2005-12-14 | [PATCH] reiserfs: close open transactions on error path | Jeff Mahoney | 1 | -8/+18 |