| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Remove redundant check from autofs4_put_super | Dave Jones | 2006-03-27 | 1 | -2/+1 |
* | [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_* | Ian Kent | 2006-03-27 | 4 | -13/+13 |
* | [PATCH] autofs4: add new packet type for v5 communications | Ian Kent | 2006-03-27 | 2 | -19/+90 |
* | [PATCH] autofs4: add v5 expire logic | Ian Kent | 2006-03-27 | 1 | -9/+87 |
* | [PATCH] autofs4: add v5 follow_link mount trigger method | Ian Kent | 2006-03-27 | 3 | -21/+103 |
* | [PATCH] autofs4: nameidata needs to be up to date for follow_link | Ian Kent | 2006-03-27 | 1 | -18/+21 |
* | [PATCH] autofs4: change may_umount* functions to boolean | Ian Kent | 2006-03-27 | 4 | -7/+7 |
* | [PATCH] autofs4: rename simple_empty_nolock function | Ian Kent | 2006-03-27 | 2 | -2/+2 |
* | [PATCH] autofs4: white space cleanup for waitq.c | Ian Kent | 2006-03-27 | 1 | -10/+9 |
* | [PATCH] autofs4: add a show mount options for proc filesystem | Ian Kent | 2006-03-27 | 2 | -6/+34 |
* | [PATCH] autofs4: remove update_atime unused function | Ian Kent | 2006-03-27 | 1 | -34/+4 |
* | [PATCH] autofs4: expire mounts that hold no (extra) references only | Ian Kent | 2006-03-27 | 2 | -14/+26 |
* | [PATCH] autofs4: fix false negative return from expire | Ian Kent | 2006-03-27 | 4 | -11/+59 |
* | [PATCH] autofs4: simplify expire tree traversal | Ian Kent | 2006-03-27 | 1 | -62/+40 |
* | [PATCH] autofs4: expire code readability cleanup | Ian Kent | 2006-03-27 | 1 | -28/+26 |
* | [PATCH] autofs4: can't mount due to mount point dir not empty | Ian Kent | 2006-03-27 | 2 | -13/+4 |
* | [PATCH] autofs4: use libfs routines for readdir | Ian Kent | 2006-03-27 | 1 | -86/+40 |
* | [PATCH] autofs4: lookup white space cleanup | Ian Kent | 2006-03-27 | 1 | -14/+20 |
* | [PATCH] uml: fix hostfs stack corruption | Jeff Dike | 2006-03-27 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-26 | 5 | -28/+10 |
|\ |
|
| * | Remove ugly debugging stuff | Artem B. Bityuckiy | 2006-03-26 | 1 | -9/+0 |
| * | BUG_ON() Conversion in fs/ext2/ | Eric Sesterhenn | 2006-03-26 | 1 | -4/+2 |
| * | BUG_ON() Conversion in fs/hfs/ | Eric Sesterhenn | 2006-03-26 | 2 | -8/+4 |
| * | BUG_ON() Conversion in fs/dcache.c | Eric Sesterhenn | 2006-03-26 | 1 | -1/+1 |
| * | BUG_ON() Conversion in fs/buffer.c | Eric Sesterhenn | 2006-03-26 | 1 | -6/+3 |
* | | [PATCH] bitops: ntfs: remove generic_ffs() | Akinobu Mita | 2006-03-26 | 3 | -3/+32 |
* | | [PATCH] hrtimers: remove data field | Roman Zippel | 2006-03-26 | 1 | -1/+1 |
* | | [PATCH] hrtimers: remove it_real_value calculation from proc/*/stat | Roman Zippel | 2006-03-26 | 1 | -4/+1 |
* | | [PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesize | Badari Pulavarty | 2006-03-26 | 1 | -6/+0 |
* | | [PATCH] ext3: multi-block get_block() | Badari Pulavarty | 2006-03-26 | 1 | -12/+4 |
* | | [PATCH] ext3: cleanups and WARN_ON() | Andrew Morton | 2006-03-26 | 1 | -125/+114 |
* | | [PATCH] remove ->get_blocks() support | Badari Pulavarty | 2006-03-26 | 11 | -68/+27 |
* | | [PATCH] map multiple blocks for mpage_readpages() | Badari Pulavarty | 2006-03-26 | 3 | -22/+90 |
* | | [PATCH] pass b_size to ->get_block() | Badari Pulavarty | 2006-03-26 | 2 | -1/+10 |
* | | [PATCH] change buffer_head.b_size to size_t | Badari Pulavarty | 2006-03-26 | 3 | -4/+6 |
* | | [PATCH] ext3_get_blocks: Adjust reservation window size for mblocks | Mingming Cao | 2006-03-26 | 1 | -1/+31 |
* | | [PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks() | Mingming Cao | 2006-03-26 | 1 | -12/+19 |
* | | [PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block() | Mingming Cao | 2006-03-26 | 1 | -10/+36 |
* | | [PATCH] ext3_get_blocks: multiple block allocation | Mingming Cao | 2006-03-26 | 1 | -77/+193 |
* | | [PATCH] ext3_get_blocks: Mapping multiple blocks at a once | Mingming Cao | 2006-03-26 | 2 | -31/+79 |
* | | [PATCH] 2tb-files-add-blkcnt_t-fixes | Andrew Morton | 2006-03-26 | 4 | -12/+15 |
* | | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 2006-03-26 | 6 | -34/+18 |
* | | [PATCH] mempool: use common mempool kmalloc allocator | Matthew Dobson | 2006-03-26 | 1 | -12/+2 |
* | | [PATCH] NFSD4: return conflict lock without races | Andy Adamson | 2006-03-26 | 1 | -22/+16 |
* | | [PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interface | Andy Adamson | 2006-03-26 | 1 | -8/+24 |
* | | [PATCH] VFS,fs/locks.c: cleanup locks_insert_block | J. Bruce Fields | 2006-03-26 | 1 | -6/+1 |
* | | [PATCH] Use __read_mostly on some hot fs variables | Eric Dumazet | 2006-03-26 | 12 | -35/+35 |
* | | [PATCH] Make address_space_operations->invalidatepage return void | NeilBrown | 2006-03-26 | 8 | -34/+29 |
* | | [PATCH] Make address_space_operations->sync_page return void | NeilBrown | 2006-03-26 | 2 | -4/+5 |
* | | [PATCH] sem2mutex: fs/ | Ingo Molnar | 2006-03-26 | 11 | -89/+99 |