| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-11 | 1 | -1/+0 |
* | pipe: change the ->pin() operation to ->confirm() | Jens Axboe | 2007-07-10 | 1 | -2/+2 |
* | splice: divorce the splice structure/function definitions from the pipe header | Jens Axboe | 2007-07-10 | 1 | -1/+1 |
* | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 | 1 | -1/+0 |
* | vmsplice: add vmsplice-to-user support | Jens Axboe | 2007-07-10 | 1 | -1/+1 |
* | splice: abstract out actor data | Jens Axboe | 2007-07-10 | 1 | -3/+8 |
* | ocfs2: Fix invalid assertion during write on 64k pages | Mark Fasheh | 2007-06-06 | 1 | -10/+10 |
* | ocfs2: Fix masklog breakage | Tiger Yang | 2007-06-06 | 1 | -2/+1 |
* | [PATCH] ocfs2: use generic_segment_checks | Christoph Hellwig | 2007-05-25 | 1 | -31/+1 |
* | ocfs2: fix inode leak | Mark Fasheh | 2007-05-25 | 1 | -3/+4 |
* | [PATCH] ocfs2: use zero_user_page | Nate Diller | 2007-05-25 | 1 | -4/+1 |
* | ocfs2: unmap_mapping_range() in ocfs2_truncate() | Mark Fasheh | 2007-05-25 | 1 | -0/+1 |
* | ocfs2: trylock in ocfs2_readpage() | Mark Fasheh | 2007-05-25 | 1 | -1/+5 |
* | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 2 | -25/+21 |
* | ocfs2: kobject/kset foobar | Randy Dunlap | 2007-05-10 | 1 | -2/+3 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 5 | -5/+0 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 2 | -4/+2 |
* | mm: make read_cache_page synchronous | Nick Piggin | 2007-05-07 | 1 | -7/+0 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-05-04 | 23 | -91/+151 |
|\ |
|
| * | ocfs2: Force use of GFP_NOFS in ocfs2_write() | Mark Fasheh | 2007-05-02 | 1 | -1/+1 |
| * | ocfs2: fix sparse warnings in fs/ocfs2/cluster | Mark Fasheh | 2007-05-02 | 2 | -6/+6 |
| * | ocfs2: fix sparse warnings in fs/ocfs2/dlm | Mark Fasheh | 2007-05-02 | 2 | -8/+8 |
| * | ocfs2: fix sparse warnings in fs/ocfs2 | Mark Fasheh | 2007-05-02 | 10 | -30/+37 |
| * | [PATCH] Copy i_flags to ocfs2 inode flags on write | Jan Kara | 2007-05-02 | 3 | -0/+22 |
| * | [PATCH] ocfs2: use __set_current_state() | Milind Arun Choudhary | 2007-05-02 | 1 | -1/+1 |
| * | ocfs2: Wrap access of directory allocations with ip_alloc_sem. | Joel Becker | 2007-05-02 | 2 | -1/+8 |
| * | [PATCH] fs/ocfs2/: make 3 functions static | Adrian Bunk | 2007-05-02 | 5 | -44/+36 |
| * | ocfs2: Implement compat_ioctl() | Mark Fasheh | 2007-05-02 | 4 | -0/+32 |
* | | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 2007-05-02 | 3 | -7/+6 |
|/ |
|
* | ocfs2: Cache extent records | Mark Fasheh | 2007-04-26 | 7 | -0/+289 |
* | ocfs2: Remember rw lock level during direct io | Mark Fasheh | 2007-04-26 | 3 | -7/+19 |
* | ocfs2: Fix up i_blocks calculation to know about holes | Mark Fasheh | 2007-04-26 | 9 | -30/+25 |
* | ocfs2: Fix extent lookup to return true size of holes | Mark Fasheh | 2007-04-26 | 5 | -12/+109 |
* | ocfs2: Read from an unwritten extent returns zeros | Mark Fasheh | 2007-04-26 | 10 | -23/+45 |
* | ocfs2: make room for unwritten extents flag | Mark Fasheh | 2007-04-26 | 6 | -69/+151 |
* | ocfs2: Use own splice write actor | Mark Fasheh | 2007-04-26 | 3 | -1/+162 |
* | ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate() | Mark Fasheh | 2007-04-26 | 1 | -1/+4 |
* | ocfs2: zero tail of sparse files on truncate | Mark Fasheh | 2007-04-26 | 7 | -25/+328 |
* | ocfs2: Teach ocfs2_get_block() about holes | Mark Fasheh | 2007-04-26 | 1 | -38/+61 |
* | ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write() | Mark Fasheh | 2007-04-26 | 1 | -120/+5 |
* | ocfs2: teach ocfs2_file_aio_write() about sparse files | Mark Fasheh | 2007-04-26 | 7 | -57/+1076 |
* | ocfs2: Turn off shared writeable mmap for local files systems with holes. | Mark Fasheh | 2007-04-26 | 1 | -2/+5 |
* | ocfs2: abstract out allocation locking | Mark Fasheh | 2007-04-26 | 1 | -27/+77 |
* | ocfs2: teach extend/truncate about sparse files | Mark Fasheh | 2007-04-26 | 3 | -237/+320 |
* | ocfs2: temporarily remove extent map caching | Mark Fasheh | 2007-04-26 | 14 | -996/+96 |
* | ocfs2: sparse b-tree support | Mark Fasheh | 2007-04-26 | 8 | -497/+2002 |
* | ocfs2: small cleanup of ocfs2_request_delete() | Mark Fasheh | 2007-04-26 | 1 | -33/+13 |
* | ocfs2: remove unused code | Tiger Yang | 2007-04-26 | 4 | -329/+7 |
* | ocfs2: Remove delete inode vote | Tiger Yang | 2007-04-26 | 10 | -38/+205 |
* | ocfs2: filter more error prints | Mark Fasheh | 2007-04-26 | 2 | -3/+2 |