| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] ufs: restore back support of openstep | Evgeniy Dushistov | 2007-02-09 | 2 | -10/+16 |
* | [PATCH] ufs: reallocation fix | Evgeniy Dushistov | 2007-01-30 | 1 | -15/+26 |
* | [PATCH] ufs: truncate negative to unsigned fix | Evgeniy Dushistov | 2007-01-30 | 1 | -2/+2 |
* | [PATCH] ufs: alloc metadata null page fix | Evgeniy Dushistov | 2007-01-30 | 2 | -6/+13 |
* | [PATCH] fix garbage instead of zeroes in UFS | Evgeniy Dushistov | 2007-01-05 | 2 | -36/+30 |
* | [PATCH] struct path: convert ufs | Josef Sipek | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] fs: ufs add missing bracket | Mariusz Kozlowski | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] fs/*: trivial vsnprintf() conversion | Alexey Dobriyan | 2006-12-07 | 1 | -3/+3 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] ufs endianness annotations | Al Viro | 2006-10-10 | 1 | -8/+6 |
* | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] Streamline generic_file_* interfaces and filemap cleanups | Badari Pulavarty | 2006-10-01 | 1 | -2/+4 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 2 | -2/+0 |
* | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 1 | -2/+1 |
* | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 2006-09-27 | 1 | -2/+1 |
* | [PATCH] ufs: truncate correction | Evgeniy Dushistov | 2006-08-27 | 1 | -52/+25 |
* | [PATCH] ufs: write to hole in big file | Evgeniy Dushistov | 2006-08-27 | 1 | -14/+21 |
* | [PATCH] ufs: handle truncated pages | Evgeniy Dushistov | 2006-08-06 | 2 | -3/+3 |
* | [PATCH] ufs: ufs_get_locked_page() race fix | Evgeniy Dushistov | 2006-08-06 | 1 | -7/+8 |
* | [PATCH] ufs: remove incorrect unlock_kernel from failure path in ufs_symlink() | Josh Triplett | 2006-07-31 | 1 | -1/+2 |
* | [PATCH] lockdep: annotate the quota code | Arjan van de Ven | 2006-07-03 | 1 | -1/+1 |
* | [PATCH] ufs: truncate should allocate block for last byte | Evgeniy Dushistov | 2006-07-01 | 6 | -65/+204 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] ufs: printk() fix | Andrew Morton | 2006-06-29 | 1 | -2/+4 |
* | [PATCH] mark address_space_operations const | Christoph Hellwig | 2006-06-28 | 1 | -1/+1 |
* | [PATCH] ufs: ufs_read_inode cleanup | Evgeniy Dushistov | 2006-06-27 | 1 | -54/+57 |
* | [PATCH] fs/ufs/inode.c: make 2 functions static | Adrian Bunk | 2006-06-25 | 1 | -3/+6 |
* | [PATCH] ufs: ubh_ll_rw_block cleanup | Evgeniy Dushistov | 2006-06-25 | 5 | -14/+13 |
* | [PATCH] ufs: make fsck -f happy | Evgeniy Dushistov | 2006-06-25 | 4 | -56/+126 |
* | [PATCH] ufs: fsync implementation | Evgeniy Dushistov | 2006-06-25 | 1 | -0/+21 |
* | [PATCH] ufs: one way to access super block | Evgeniy Dushistov | 2006-06-25 | 2 | -148/+121 |
* | [PATCH] ufs: missed brelse and wrong baseblk | Evgeniy Dushistov | 2006-06-25 | 2 | -7/+6 |
* | [PATCH] ufs: printk warning fixes | Andrew Morton | 2006-06-25 | 1 | -3/+3 |
* | [PATCH] ufs: zero metadata | Evgeniy Dushistov | 2006-06-25 | 1 | -40/+76 |
* | [PATCH] ufs: unlock_super without lock | Evgeniy Dushistov | 2006-06-25 | 1 | -4/+5 |
* | [PATCH] ufs: i_blocks wrong count | Evgeniy Dushistov | 2006-06-25 | 2 | -16/+12 |
* | [PATCH] ufs: little directory lookup optimization | Evgeniy Dushistov | 2006-06-25 | 3 | -5/+7 |
* | [PATCH] ufs: easy debug | Evgeniy Dushistov | 2006-06-25 | 9 | -217/+147 |
* | [PATCH] ufs: not usual amounts of fragments per block | Evgeniy Dushistov | 2006-06-25 | 2 | -71/+87 |
* | [PATCH] ufs: wrong type cast | Evgeniy Dushistov | 2006-06-25 | 6 | -84/+90 |
* | [PATCH] ufs: directory and page cache: from blocks to pages | Evgeniy Dushistov | 2006-06-25 | 2 | -504/+547 |
* | [PATCH] ufs: directory and page cache: install aops | Evgeniy Dushistov | 2006-06-25 | 2 | -34/+25 |
* | [PATCH] ufs: change block number on the fly | Evgeniy Dushistov | 2006-06-25 | 2 | -43/+138 |
* | [PATCH] ufs: right block allocation | Evgeniy Dushistov | 2006-06-25 | 2 | -27/+18 |
* | [PATCH] ufs: ufs_trunc_indirect: infinite cycle | Evgeniy Dushistov | 2006-06-25 | 3 | -47/+21 |
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 2006-06-23 | 1 | -1/+2 |
* | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -3/+3 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 2 | -2/+2 |
* | typo patch for fs/ufs/super.c | Michael Owen | 2006-03-24 | 1 | -1/+1 |