Hi, Following this message are the patches which currently make up the GFS2 -nmw (next merge window) git tree. Mostly they are bug fixes and clean ups, but there are one or two other changes, the highlights being: [26/54] Changes "writeback" mounts to not require buffer heads in writepages and also results in fewer I/Os. [29/54] This is probably the most notable since it effectively shrinks the amount of memory per struct gfs2_inode by half. [27/54] Removes the attempt at directory readahead in readdir and results in a substantial speed improvement for readdir without noticably slowing readdir+stat performance. Steve. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [GFS2 & DLM] Pull request
- From: Steven Whitehouse <[email protected]>
- [DLM] fix softlockup in dlm_recv [54/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] zero new user lvbs [53/54]
- From: Steven Whitehouse <[email protected]>
- [DLM/GFS2] indent help text [52/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Fix unlink deadlocks [51/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2/DLM] fix GFS2 circular dependency [48/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Put back semaphore to avoid umount proble
- From: Steven Whitehouse <[email protected]>
- [GFS2] more CURRENT_TIME_SEC [49/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2/DLM] use sysfs
- From: Steven Whitehouse <[email protected]>
- [GFS2] make lock_dlm drop_count tunable in sysfs [46/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] increase default lock limit [45/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Fix list corruption in lops.c [44/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Fix recursive locking attempt with NFS [43/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] can miss clearing resend flag
- From: Steven Whitehouse <[email protected]>
- [DLM] saved dlm message can be dropped [41/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] Make sock_sem into a mutex [40/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Fix typo in glock.c [39/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2 [38/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Compile fix for glock.c [37/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Remove queue_empty() function [36/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] fix lowcomms receiving [35/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Tidy up glops calls [34/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] lowcomms tidy [33/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Remove local exclusive glock mode [32/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Remove unused go_callback operation [31/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Remove the "greedy" function from glock.[ch] [30/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Shrink gfs2_inode memory by half [29/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Remove max_atomic_write tunable [28/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Clean up/speed up readdir [27/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Add writepages for "data=writeback" mounts [26/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] fix master recovery [25/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] make gfs2_change_nlink_i() static [22/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] fix user unlocking [24/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] Use workqueues for dlm lowcomms [23/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] gfs2 knows of directories which it chooses not to display [21/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] expose dlm_config_info fields in configfs [20/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] add config entry to enable log_debug [16/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] rename dlm_config_info fields [18/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] change some log_error to log_debug [17/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Fix gfs2_rename deadlock [16/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] BZ 217008 fsfuzzer fix [15/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Fix ordering of page disposal vs. glock_dq [14/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] Fix spin lock already unlocked bug [13/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] Fix schedule() calls [12/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Fix change nlink deadlock [11/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] fs/dlm/lowcomms-tcp.c: remove 2 functions [8/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Fail over to readpage for stuffed files [10/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] Fix DIO deadlock [9/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] fix lost flags in stub replies
- From: Steven Whitehouse <[email protected]>
- [DLM] fix receive_request() lvb copying [6/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] fix send_args() lvb copying [5/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] add version check [4/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] fix old rcom messages [3/54]
- From: Steven Whitehouse <[email protected]>
- [DLM] fix resend rcom lock [2/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2] don't try to lockfs after shutdown [1/54]
- From: Steven Whitehouse <[email protected]>
- [GFS2 & DLM] Pull request
- Prev by Date: Re: Eeek! page_mapcount(page) went negative! (-1)
- Next by Date: [PATCH] fix the defaults mentioned in Documentation/nfsroot.txt
- Previous by thread: [PATCH 2.6.21-rc1] ehea: Fixed error recovery
- Next by thread: [GFS2] don't try to lockfs after shutdown [1/54]
- Index(es):