linux/fs/ext3
Christoph Hellwig 65299a3b78 block: separate priority boosting from REQ_META
Add a new REQ_PRIO to let requests preempt others in the cfq I/O schedule,
and lave REQ_META purely for marking requests as metadata in blktrace.

All existing callers of REQ_META except for XFS are updated to also
set REQ_PRIO for now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
2011-08-23 14:50:29 +02:00
..
Kconfig
Makefile
acl.c switch posix_acl_equiv_mode() to umode_t * 2011-08-01 02:10:06 -04:00
acl.h fs: take the ACL checks to common code 2011-07-25 14:30:23 -04:00
balloc.c ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs() 2011-06-25 17:29:53 +02:00
bitmap.c
dir.c
ext3_jbd.c
file.c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 2011-07-26 11:34:40 -07:00
fsync.c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 2011-07-26 11:34:40 -07:00
hash.c
ialloc.c ext3: Add fixed tracepoints 2011-06-25 17:29:51 +02:00
inode.c block: separate priority boosting from REQ_META 2011-08-23 14:50:29 +02:00
ioctl.c ext3/ioctl.c: silence sparse warnings about different address spaces 2011-06-25 17:29:53 +02:00
namei.c block: separate priority boosting from REQ_META 2011-08-23 14:50:29 +02:00
namei.h
resize.c
super.c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 2011-07-26 11:34:40 -07:00
symlink.c
xattr.c ext3: Fix oops in ext3_try_to_allocate_with_rsv() 2011-06-25 17:29:52 +02:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c