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.
David Chinner
921320210b
[PATCH] Fix XFS after clear_page_dirty() removal
...
XFS appears to call clear_page_dirty to get the mapping tree dirty tag
set correctly at the same time the page dirty flag is cleared. I note
that this can be done by set_page_writeback() if we clear the dirty flag
on the page first when we are writing back the entire page.
Hence it seems to me that the XFS call to clear_page_dirty() could
easily be substituted by clear_page_dirty_for_io() followed by a call to
set_page_writeback() to get the mapping tree tags set correctly after
the page has been marked clean.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
18 years ago
..
kmem.c
[PATCH] separate bdi congestion functions from queue congestion functions
19 years ago
kmem.h
[XFS] Add a greedy allocation interface, allocating within a min/max size
19 years ago
mrlock.h
[XFS] lock validator: lockdep: small xfs init_rwsem() cleanup
19 years ago
mutex.h
[XFS] mutex fallout - fix debug builds and remove no-longer-useful comment.
19 years ago
sema.h
[XFS] standardize on one sema init macro
19 years ago
spin.h
…
sv.h
[XFS] Collapse sv_init and init_sv into just the one interface.
19 years ago
time.h
…
xfs_aops.c
[PATCH] Fix XFS after clear_page_dirty() removal
18 years ago
xfs_aops.h
[PATCH] mark address_space_operations const
19 years ago
xfs_buf.c
[PATCH] Use freezeable workqueues in XFS
18 years ago
xfs_buf.h
[XFS] Remove several macros that are no longer used anywhere
19 years ago
xfs_cred.h
…
xfs_dmapi_priv.h
[XFS] Remove KERNEL_VERSION macros from xfs_dmapi.h
18 years ago
xfs_export.c
[XFS] Remove version 1 directory code. Never functioned on Linux, just
19 years ago
xfs_export.h
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
19 years ago
xfs_file.c
[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path
18 years ago
xfs_fs_subr.c
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
19 years ago
xfs_fs_subr.h
…
xfs_globals.c
[XFS] Improve error handling for the zero-fsblock extent detection code.
19 years ago
xfs_globals.h
…
xfs_ioctl.c
[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path
18 years ago
xfs_ioctl32.c
[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path
18 years ago
xfs_ioctl32.h
[XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype.
19 years ago
xfs_iops.c
[XFS] Update XFS for i_blksize removal from generic inode structure
19 years ago
xfs_iops.h
[PATCH] Make most file operations structs in fs/ const
19 years ago
xfs_linux.h
[XFS] Fix a porting botch on the realtime subvol growfs code path.
19 years ago
xfs_lrw.c
[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path
18 years ago
xfs_lrw.h
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
19 years ago
xfs_stats.c
[PATCH] for_each_possible_cpu: xfs
19 years ago
xfs_stats.h
[XFS] Complete the pagebuf -> xfs_buf naming convention transition,
19 years ago
xfs_super.c
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
18 years ago
xfs_super.h
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
19 years ago
xfs_sysctl.c
[PATCH] for_each_possible_cpu: xfs
19 years ago
xfs_sysctl.h
[XFS] Add degframentation exclusion support
19 years ago
xfs_version.h
…
xfs_vfs.c
[XFS] Remove version 1 directory code. Never functioned on Linux, just
19 years ago
xfs_vfs.h
[XFS] remove accidentally reintroduced vfs unmount flag, unneeded in
19 years ago
xfs_vnode.c
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
19 years ago
xfs_vnode.h
[XFS] remove bhv_lookup, _range version works aswell and has more useful
19 years ago