aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)Author
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-16is_power_of_2: ufs/super.cvignesh babu
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07mm: make read_cache_page synchronousNick Piggin
2007-04-17ufs proper handling of zero link caseEvgeniy Dushistov
2007-03-16[PATCH] ufs2: tindirect truncate fixEvgeniy Dushistov
2007-03-16[PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov
2007-03-16[PATCH] ufs: prepare write + change blocks on the flyEvgeniy Dushistov
2007-03-16[PATCH] ufs2: more correct work with timeEvgeniy Dushistov
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven
2007-02-12[PATCH] ufs2 write: block allocation updateEvgeniy Dushistov
2007-02-12[PATCH] ufs2 write: inodes writeEvgeniy Dushistov
2007-02-12[PATCH] ufs2 write: mount as rwEvgeniy Dushistov
2007-02-09[PATCH] ufs: restore back support of openstepEvgeniy Dushistov
2007-01-30[PATCH] ufs: reallocation fixEvgeniy Dushistov
2007-01-30[PATCH] ufs: truncate negative to unsigned fixEvgeniy Dushistov
2007-01-30[PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov
2007-01-05[PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov
2006-12-08[PATCH] struct path: convert ufsJosef Sipek
2006-12-07[PATCH] fs: ufs add missing bracketMariusz Kozlowski
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-10-10[PATCH] ufs endianness annotationsAl Viro
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris
2006-08-27[PATCH] ufs: truncate correctionEvgeniy Dushistov
2006-08-27[PATCH] ufs: write to hole in big fileEvgeniy Dushistov
2006-08-06[PATCH] ufs: handle truncated pagesEvgeniy Dushistov
2006-08-06[PATCH] ufs: ufs_get_locked_page() race fixEvgeniy Dushistov
2006-07-31[PATCH] ufs: remove incorrect unlock_kernel from failure path in ufs_symlink()Josh Triplett
2006-07-03[PATCH] lockdep: annotate the quota codeArjan van de Ven
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[PATCH] ufs: printk() fixAndrew Morton
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-06-27[PATCH] ufs: ufs_read_inode cleanupEvgeniy Dushistov
2006-06-25[PATCH] fs/ufs/inode.c: make 2 functions staticAdrian Bunk
2006-06-25[PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov
2006-06-25[PATCH] ufs: make fsck -f happyEvgeniy Dushistov
2006-06-25[PATCH] ufs: fsync implementationEvgeniy Dushistov
2006-06-25[PATCH] ufs: one way to access super blockEvgeniy Dushistov