summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-06ext4: Avoid double dirtying of super block in ext4_put_super()Andi Kleen1-2/+0
2008-10-07Hook ext4 to the vfs fiemap interface.Eric Sandeen5-2/+271
2008-10-06[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton1-6/+18
2008-10-03generic block based fiemap implementationJosef Bacik6-0/+138
2008-10-03ocfs2: fiemap supportMark Fasheh5-62/+306
2008-10-08vfs: vfs-level fiemap interfaceMark Fasheh1-0/+155
2008-10-08ext4: fix xattr deadlockKalpak Shah1-0/+6
2008-10-06jbd2: Fix buffer head leak when writing the commit blockTheodore Ts'o1-3/+2
2008-10-05ext4: Add debugging markers that can be used by systemtapTheodore Ts'o4-0/+16
2008-10-08jbd2: abort instead of waiting for nonexistent transactionDuane Griffin1-2/+17
2008-10-10ext4: fix initialization of UNINIT bitmap blocksFrederic Bohe3-3/+9
2008-10-10ext4: Remove old legacy block allocatorTheodore Ts'o12-1528/+40
2008-10-09ext4: Use readahead when reading an inode from the inode tableTheodore Ts'o4-72/+92
2008-10-02mm: tiny-shmem nommu fixNick Piggin1-1/+1
2008-10-02inotify: fix lock ordering wrt do_page_fault's mmap_semNick Piggin1-7/+20
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-1/+1