aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds12-483/+632
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds7-98/+276
2008-10-10Fix barrier fail detection in XFSChristoph Hellwig3-4/+14
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds15-798/+649
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-292/+502
2008-10-09Don't allow splice() to files opened with O_APPENDLinus Torvalds1-0/+3
2008-10-09block_dev: fix kernel-doc in new functionsRandy Dunlap1-9/+4
2008-10-09block: mark bio_split_pool staticDenis ChengRq1-5/+4
2008-10-09block: Find bio sector offset given idx and offsetMartin K. Petersen1-0/+36
2008-10-09block: Introduce integrity data ownership flagMartin K. Petersen1-1/+2
2008-10-09block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1Jens Axboe1-5/+0
2008-10-09block: cleanup some of the integrity stuff in blkdev.hJens Axboe1-0/+31
2008-10-09block: add bio_kmalloc()Jens Axboe1-21/+75
2008-10-09Call flush_disk() after detecting an online resize.Andrew Patterson1-0/+1
2008-10-09Added flush_disk to factor out common buffer cache flushing code.Andrew Patterson1-5/+27
2008-10-09Check for device resize when rescanning partitionsAndrew Patterson1-1/+2
2008-10-09Adjust block device size after an online resize of a disk.Andrew Patterson1-0/+37
2008-10-09Wrapper for lower-level revalidate_disk routines.Andrew Patterson1-0/+21
2008-10-09block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori1-4/+4
2008-10-09bio: convert bio_copy_kern to use bio_copy_userFUJITA Tomonori1-50/+4
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori1-17/+41
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori1-14/+19
2008-10-09block: add support for IO CPU affinityJens Axboe1-0/+1
2008-10-09block: allow disk to have extended device numberTejun Heo1-0/+1
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo1-3/+1
2008-10-09block: make partition array dynamicTejun Heo1-5/+26
2008-10-09block: move stats from disk to part0Tejun Heo1-6/+6
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo1-5/+5
2008-10-09block: always set bdev->bd_partTejun Heo2-42/+32
2008-10-09block: move holder_dir from disk to part0Tejun Heo2-21/+4
2008-10-09block: move policy from disk to part0Tejun Heo1-1/+1
2008-10-09block: unify sysfs size node handlingTejun Heo1-2/+2
2008-10-09block: move capacity from disk to part0Tejun Heo1-1/+1
2008-10-09block: introduce partition 0Tejun Heo2-7/+7
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo2-39/+44
2008-10-09block: implement extended dev numbersTejun Heo1-1/+8
2008-10-09block: fix diskstats accessTejun Heo1-3/+4
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo2-32/+53
2008-10-09block: don't depend on consecutive minor spaceTejun Heo2-9/+12
2008-10-09block: make variable and argument names more consistentTejun Heo2-20/+21
2008-10-09block: update add_partition() error handlingTejun Heo1-19/+21
2008-10-09block: allow deleting zero length partitionTejun Heo1-2/+0
2008-10-09drop vmerge accountingMikulas Patocka1-11/+1
2008-10-09block: drop virtual merging accountingMikulas Patocka1-4/+2
2008-10-09Let the block device know when sectors can be discardedDavid Woodhouse1-0/+14
2008-10-08[CIFS] Check that last search entry resume key is validSteve French1-3/+24
2008-10-07[CIFS] make sure we have the right resume info before calling CIFSFindNextSteve French3-63/+70
2008-10-07[CIFS] clean up error handling in cifs_unlinkSteve French1-20/+19
2008-10-06[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton1-6/+18
2008-10-02mm: tiny-shmem nommu fixNick Piggin1-1/+1