aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] Use freezeable workqueues in XFSRafael J. Wysocki1-2/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+5
2006-11-11[XFS] 956618: Linux crashes on boot with XFS-DMAPI filesystem whenVlad Apostolov1-2/+2
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+2
2006-09-28[XFS] Be more defensive with page flags (error/private) for metadataNathan Scott1-3/+8
2006-09-28[XFS] Add a debug flag for allocations which are known to be larger thanNathan Scott1-1/+1
2006-09-28[XFS] When issuing metadata readahead, submit bio with READA not READ.Nathan Scott1-7/+7
2006-09-28[XFS] Improve xfsbufd delayed write submission patterns, after blktraceNathan Scott1-10/+14
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-04-11[PATCH] Add GFP_NOWAITJeff Dike1-1/+1
2006-03-23Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds1-4/+3
2006-03-22[PATCH] page migration reorgChristoph Lameter1-0/+1
2006-03-14[XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott1-4/+3
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter1-0/+1
2006-02-01[XFS] Fix regression in xfs_buf_rele dealing with non-hashed buffers, asNathan Scott1-0/+7
2006-01-11[XFS] Fix up offset type inconsistencies and gcc warnings from earlierNathan Scott1-8/+8
2006-01-11[XFS] fix up per-device xfsbufdChristoph Hellwig1-3/+2
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott1-673/+585
2006-01-11[XFS] Introduce per-filesystem delwri pagebuf flushing to reduceDavid Chinner1-44/+92
2005-11-04[XFS] Remove no-longer-used qsort source.Nathan Scott1-4/+4
2005-11-02[XFS] Simplify pagebuf_rele Remove a conditional that can not be trueChristoph Hellwig1-25/+4
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-51/+11
2005-11-02[XFS] only mark buffers done when all pages are uptodate in additionChristoph Hellwig1-4/+4
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig1-0/+5
2005-11-02[XFS] fix PBF_NONE handlingChristoph Hellwig1-1/+2
2005-11-02[XFS] remove unused pagebuf flagsChristoph Hellwig1-17/+7
2005-11-02[XFS] Make sure the threads and shaker in xfs_buf are de-initialized inChristoph Hellwig1-62/+25
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-3/+4
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-4/+4
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan1-3/+3
2005-09-05[XFS] Switch kernel thread handling to the kthread_ APIChristoph Hellwig1-16/+8
2005-09-05[XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags afterDavid Chinner1-16/+50
2005-09-05[XFS] remove some dead code from pagebufChristoph Hellwig1-30/+0
2005-09-02[XFS] Add infrastructure for tracking I/O completionsChristoph Hellwig1-1/+1
2005-09-02[XFS] Make metadata IO completion consistent with other IO completionNathan Scott1-6/+11
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-2/+2
2005-06-21[XFS] remove xfs_incore_relseChristoph Hellwig1-10/+0
2005-06-21[XFS] Fix pagebuf slab initializationChristoph Hellwig1-1/+1
2005-06-21[XFS] rename various pagebuf symbols to xfsbufChristoph Hellwig1-66/+77
2005-05-05[XFS] Resolve an issue with xfsbufd not getting along with swsusp.Nathan Scott1-2/+9
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1980