You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin J. Bligh
a686cd898b
ext2 reservations
Val's cross-port of the ext3 reservations code into ext2.
[mbligh@mbligh.org: Small type error for printk
[akpm@linux-foundation.org: fix types, sync with ext3]
[mbligh@mbligh.org: Bring ext2 reservations code in line with latest ext3]
[akpm@linux-foundation.org: kill noisy printk]
[akpm@linux-foundation.org: remember to dirty the gdp's block]
[akpm@linux-foundation.org: cross-port the missed 5dea5176e5 ]
[akpm@linux-foundation.org: cross-port e6022603b9 ]
[akpm@linux-foundation.org: Port the omitted 08fb306fe6 ]
[akpm@linux-foundation.org: Backport the missed 20acaa18d0 ]
[akpm@linux-foundation.org: fixes]
[cmm@us.ibm.com: fix reservation extension]
[bunk@stusta.de: make ext2_get_blocks() static]
[hugh@veritas.com: fix hang]
[hugh@veritas.com: ext2_new_blocks should reset the reservation window size]
[hugh@veritas.com: ext2 balloc: fix off-by-one against rsv_end]
[hugh@veritas.com: grp_goal 0 is a genuine goal (unlike -1), so ext2_try_to_allocate_with_rsv should treat it as such]
[hugh@veritas.com: rbtree usage cleanup]
[pbadari@us.ibm.com: Fix for ext2 reservation]
[bunk@kernel.org: remove fs/ext2/balloc.c:reserve_blocks()]
[hugh@veritas.com: ext2 balloc: use io_error label]
Cc: "Martin J. Bligh" <mbligh@mbligh.org>
Cc: Valerie Henson <val_henson@linux.intel.com>
Cc: Mingming Cao <cmm@us.ibm.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
17 years ago |
.. |
Makefile
|
…
|
|
acl.c
|
…
|
|
acl.h
|
…
|
|
balloc.c
|
ext2 reservations
|
17 years ago |
dir.c
|
…
|
|
ext2.h
|
ext2 reservations
|
17 years ago |
file.c
|
ext2 reservations
|
17 years ago |
fsync.c
|
…
|
|
ialloc.c
|
ext2 reservations
|
17 years ago |
inode.c
|
ext2 reservations
|
17 years ago |
ioctl.c
|
ext2 reservations
|
17 years ago |
namei.c
|
…
|
|
super.c
|
ext2 reservations
|
17 years ago |
symlink.c
|
…
|
|
xattr.c
|
ext2 reservations
|
17 years ago |
xattr.h
|
…
|
|
xattr_security.c
|
…
|
|
xattr_trusted.c
|
…
|
|
xattr_user.c
|
…
|
|
xip.c
|
…
|
|
xip.h
|
…
|
|