aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/resize.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16minixfs: convert to new aopsNick Piggin3-22/+53
2007-10-16sysv: convert to new aopsNick Piggin3-24/+52
2007-10-16udf: convert to new aopsNick Piggin2-26/+22
2007-10-16ufs: convert to new aopsNick Piggin3-23/+58
2007-10-16jffs2: convert to new aopsNick Piggin1-39/+66
2007-10-16hostfs: convert to new aopsNick Piggin1-41/+27
2007-10-16fuse: convert to new aopsNick Piggin1-14/+32
2007-10-16smbfs: convert to new aopsNick Piggin1-8/+24
2007-10-16nfs: convert to new aopsNick Piggin1-20/+60
2007-10-16With reiserfs no longer using the weird generic_cont_expand, remove it completely.Nick Piggin2-21/+0
2007-10-16reiserfs: use generic_cont_expand_simpleVladimir Saveliev1-2/+11
2007-10-16reiserfs: convert to new aopsVladimir Saveliev3-19/+183
2007-10-16reiserfs: use generic writeVladimir Saveliev1-1239/+1
2007-10-16qnx4: convert to new aopsNick Piggin1-7/+12
2007-10-16bfs: convert to new aopsNick Piggin1-4/+8
2007-10-16hpfs: convert to new aopsNick Piggin1-5/+13
2007-10-16hfsplus: convert to new aopsNick Piggin2-19/+20
2007-10-16hfs: convert to new aopsNick Piggin2-18/+19
2007-10-16fat: convert to new aopsNick Piggin1-11/+16
2007-10-16fs: new cont helpersNick Piggin4-102/+103
2007-10-16gfs2: convert to new aopsSteven Whitehouse1-84/+127
2007-10-16xfs: convert to new aopsNick Piggin2-30/+24
2007-10-16ext4: convert to new aopsNick Piggin1-54/+120
2007-10-16ext3: convert to new aopsNick Piggin1-48/+115
2007-10-16ext2: convert to new aopsNick Piggin3-29/+53
2007-10-16block_dev: convert to new aopsNick Piggin1-6/+18
2007-10-16implement simple fs aopsNick Piggin6-21/+45
2007-10-16mm: restore KERNEL_DS optimisationsNick Piggin1-2/+9
2007-10-16deny partial write for loop dev fdDmitry Monakhov1-3/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin11-206/+575
2007-10-16fs: fix data-loss on errorNick Piggin1-0/+2
2007-10-16mm: buffered write iteratorNick Piggin3-130/+150
2007-10-16mm: fix pagecache write deadlocksNick Piggin2-21/+112
2007-10-16mm: write iovec cleanupNick Piggin3-86/+67
2007-10-16mm: buffered write cleanupNick Piggin3-112/+65
2007-10-16mm: trim more holesNick Piggin1-40/+40
2007-10-16mm: debug write deadlocksNick Piggin1-0/+2
2007-10-16mm: clean up buffered write codeAndrew Morton1-17/+18
2007-10-16Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write"Andrew Morton1-11/+7
2007-10-16Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segments"Andrew Morton2-10/+3
2007-10-16mm: revert KERNEL_DS buffered write optimisationNick Piggin1-19/+13
2007-10-16mm: use pagevec to rotate reclaimable pageHisashi Hifumi1-30/+74
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagLee Schermerhorn3-18/+28
2007-10-16mm: prevent kswapd from freeing excessive amounts of lowmemRik van Riel1-1/+7
2007-10-16mm: no need to cast vmalloc() return value in zone_wait_table_init()Jesper Juhl1-1/+1
2007-10-16fix the max path calculation in radix-tree.cJeff Moyer1-4/+17
2007-10-16fs: fix nobh error handlingNick Piggin1-56/+82
2007-10-16mm: add end_buffer_read helper functionDmitry Monakhov1-15/+17
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter4-5/+10
2007-10-16calculation of pgoff in do_linear_fault() uses mixed unitsDean Nelson1-1/+1